Exporting UPPER_CONSTRAINTS_FILE on bifrost
bifrost has been updated to use this var, so exporting the right env var here, to fix testing for stable branches. Change-Id: Idf6705e8fa3303979c40cbcb980b839c7602ab54
This commit is contained in:
parent
4096ea6068
commit
ee4e6559bf
@ -24,6 +24,7 @@
|
||||
openstack/ironic-inspector \
|
||||
openstack/python-ironic-inspector-client
|
||||
export GIT_BASE=$(pwd)
|
||||
export UPPER_CONSTRAINTS_FILE=$WORKSPACE/upper-constraints.txt
|
||||
cd openstack/bifrost
|
||||
scripts/test-bifrost.sh
|
||||
|
||||
@ -58,6 +59,7 @@
|
||||
openstack/ironic-inspector \
|
||||
openstack/python-ironic-inspector-client
|
||||
export GIT_BASE=$(pwd)
|
||||
export UPPER_CONSTRAINTS_FILE=$WORKSPACE/upper-constraints.txt
|
||||
cd openstack/bifrost
|
||||
scripts/test-bifrost-build-images.sh
|
||||
|
||||
@ -92,6 +94,7 @@
|
||||
openstack/ironic-inspector \
|
||||
openstack/python-ironic-inspector-client
|
||||
export GIT_BASE=$(pwd)
|
||||
export UPPER_CONSTRAINTS_FILE=$WORKSPACE/upper-constraints.txt
|
||||
cd openstack/bifrost
|
||||
scripts/test-bifrost-inventory-dhcp.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user