diff options
Diffstat (limited to 'jjb/sandbox/sandbox-verify-jobs.yml')
-rw-r--r-- | jjb/sandbox/sandbox-verify-jobs.yml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |