From abbe7ffa3d880b13da07c99bcfbe2dfbb32fec0f Mon Sep 17 00:00:00 2001 From: dagnello Date: Thu, 9 Jul 2015 12:31:53 -0700 Subject: [PATCH] fixing cue rally test job post test hook was using rally-gate.py when it is supposed to use rally-gate.sh. Change-Id: Ibfeab01b468f9c19c8c31e2ea54d05e67eb68f09 --- jenkins/jobs/rally.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/jobs/rally.yaml b/jenkins/jobs/rally.yaml index 52550bcd5e..c76aacfe94 100644 --- a/jenkins/jobs/rally.yaml +++ b/jenkins/jobs/rally.yaml @@ -416,7 +416,7 @@ export -f gate_hook function post_test_hook { - $BASE/new/rally/tests/ci/rally-gate.py + $BASE/new/rally/tests/ci/rally-gate.sh } export -f post_test_hook