summaryrefslogtreecommitdiff
path: root/playbooks/legacy/tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa
diff options
context:
space:
mode:
authorJohn L. Villalovos <john.l.villalovos@intel.com>2017-12-20 14:26:35 -0800
committerJohn L. Villalovos <john.l.villalovos@intel.com>2017-12-20 14:28:39 -0800
commit8490f7560789fa316741f30ac2dfcc9bc6086af4 (patch)
treed3393d1cb99c0ec8d19c6211d1c98cdd5a76d664 /playbooks/legacy/tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa
parent27e44605a4cc345bff1d662a4c73dc7178bd7c9c (diff)
downloadironic-8490f7560789fa316741f30ac2dfcc9bc6086af4.tar.gz
zuul: Add ability to specify a 'branch_override' value
To be able to run a job on a different branch add the ability to specify a 'branch_override' value. We will use this in the openstack/ironic-tempest-plugin testing to be able to check changes against our stable branches. Change-Id: I939ab8c410b39658b4209a41a91c3339802d134b
Diffstat (limited to 'playbooks/legacy/tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa')
-rw-r--r--playbooks/legacy/tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa/run.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/legacy/tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa/run.yaml b/playbooks/legacy/tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa/run.yaml
index b12bc9bc9..69010ee6d 100644
--- a/playbooks/legacy/tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa/run.yaml
+++ b/playbooks/legacy/tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa/run.yaml
@@ -87,7 +87,7 @@
export DEVSTACK_GATE_VIRT_DRIVER=ironic
export DEVSTACK_GATE_CONFIGDRIVE=1
export DEVSTACK_GATE_IRONIC_DRIVER=agent_ipmitool
- export BRANCH_OVERRIDE=default
+ export BRANCH_OVERRIDE="{{ branch_override | default('default') }}"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi