From d570307881bed7d3f3477bb22397570194e3943b Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 11 Jul 2013 14:28:54 -0400 Subject: [PATCH] Remove pip log copying We'll change integration.sh to set log=/home/jenkins/pip.log in the pip.conf file. Change-Id: Ifac9170d91a67aa7bb8004477dd32b45fdac6b3c Reviewed-on: https://review.openstack.org/36712 Reviewed-by: Jeremy Stanley Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- .../files/jenkins_job_builder/config/pbr.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/pbr.yaml b/modules/openstack_project/files/jenkins_job_builder/config/pbr.yaml index 261ef45d0e..6c070ae52c 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/pbr.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/pbr.yaml @@ -26,11 +26,7 @@ bash $GATE_SCRIPT_DIR/devstack-vm-gate.sh && \ bash -xe $BASE/new/pbr/tools/integration.sh $PROJECTS $BASE } - function post_test_hook { - cp /home/jenkins/.pip/pip.log ./pip.log - } export -f gate_hook - export -f post_test_hook cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh - link-logs