From 5e14e7613fad5801d11bdca1e60a02227c327a33 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 13 Jan 2014 19:22:26 +1300 Subject: [PATCH] Export a GEARDSERVER to tripleo-gate. The test environments and the tripleo-gate slaves need a geard for the test environment broker. We haven't set one up yet, but I wanted to show where in the system it gets configured. Change-Id: I963177378048daddf3fb556072b5e831d3fc0f70 --- .../files/jenkins_job_builder/config/tripleo.yaml | 1 + 1 file changed, 1 insertion(+) 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 e020a89160..47c5c14f53 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml @@ -16,6 +16,7 @@ export DEVSTACK_GATE_TIMEOUT=120 export DEVSTACK_GATE_TEMPEST=0 export DEVSTACK_GATE_EXERCISES=0 + export GEARDSERVER=138.35.77.19 function gate_hook { bash -xe /home/jenkins/tripleo/tripleo-ci/toci_gate_test.sh }