From f7a7318c73314632215fcec388daa392338569df Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 10 Jul 2014 10:37:18 +1000 Subject: [PATCH] Sprinkle in more USE_IRONIC to TripleO jobs TripleO is looking at switching the default of the USE_IRONIC environment variable from 0 to 1, which means we should also set it for all jobs, so that when the default changes it doesn't cause other side effects. Change-Id: Ifc7c77da2699cae735fc3c2bab452d97d4407941 --- .../files/jenkins_job_builder/config/tripleo.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml b/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml index 2c52a52bdf..5fdc7524ea 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml @@ -60,6 +60,7 @@ export GEARDSERVER=192.168.1.1 export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack" export TRIPLEO_TEST=undercloud + export USE_IRONIC=0 function gate_hook { bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh } @@ -139,6 +140,7 @@ export GEARDSERVER=192.168.1.1 export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack" export TRIPLEO_TEST=overcloud + export USE_IRONIC=0 function gate_hook { bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh } @@ -217,6 +219,7 @@ export GEARDSERVER=192.168.1.1 export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack" export TRIPLEO_TEST=vlan + export USE_IRONIC=1 function gate_hook { bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh }