From 33331872fd8b526b5e194504436bc6363cc53b81 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Mon, 18 Aug 2014 10:28:38 +0100 Subject: [PATCH] Make jenkins own /opt/git in ha job This was missed when the chown was added to the other jobs Iebe3b5f194682e759266553b0f1e861f2958b048, possibly because it didn't exist at the time. Change-Id: I3d5a9e97eee35975518e8a655dc2a190f40f0d4f --- .../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 d59e584091..0c1bed1e0e 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml @@ -194,6 +194,7 @@ export OVERCLOUD_CONTROLSCALE=3 export USE_IRONIC=1 export USE_CIRROS=1 + sudo chown -hR $(whoami) /opt/git function gate_hook { bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh }