From: Fatih Degirmenci Date: Wed, 13 Jul 2016 13:56:09 +0000 (+0200) Subject: sandbox: Fix the phase job names X-Git-Tag: colorado.1.0~270 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ba319020129a6d072f2f9a522053bc98701d8a07;p=releng.git sandbox: Fix the phase job names Change-Id: I491195959a85215135f0c013f834924246e0fd3b Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/sandbox/sandbox-verify-jobs.yml b/jjb/sandbox/sandbox-verify-jobs.yml index c94bc92bc..e0bc2183f 100644 --- a/jjb/sandbox/sandbox-verify-jobs.yml +++ b/jjb/sandbox/sandbox-verify-jobs.yml @@ -133,10 +133,10 @@ kill-phase-on: FAILURE abort-all-job: true - multijob: - name: deploy + name: deploy-virtual condition: SUCCESSFUL projects: - - name: 'sandbox-verify-deploy-{stream}' + - name: 'sandbox-verify-deploy-virtual-{stream}' current-parameters: false predefined-parameters: | GERRIT_BRANCH=$GERRIT_BRANCH @@ -147,10 +147,10 @@ kill-phase-on: FAILURE abort-all-job: true - multijob: - name: test + name: smoke-test condition: SUCCESSFUL projects: - - name: 'sandbox-verify-test-{stream}' + - name: 'sandbox-verify-smoke-test-{stream}' current-parameters: false predefined-parameters: | GERRIT_BRANCH=$GERRIT_BRANCH