Hotfix for manila's jobs config
In jobs env var $BASE is used, it is empty for some reason See next: https://jenkins05.openstack.org/job/gate-manila-tempest-dsvm-neutron/99/console Set this env var manually to be sure of correct job run. Change-Id: I9af2972906e83ed7ed6a8f29f704042923779c91
This commit is contained in:
parent
0aad603eb7
commit
aa6ba01804
@ -16,6 +16,7 @@
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=60
|
||||
export BASE="/opt/stack"
|
||||
|
||||
# Run setup script with exports of env vars
|
||||
$BASE/new/manila/contrib/ci/setup.sh
|
||||
@ -56,6 +57,7 @@
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=60
|
||||
export BASE="/opt/stack"
|
||||
|
||||
# Run setup script with exports of env vars
|
||||
$BASE/new/manila/contrib/ci/multi_backend/setup.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user