From: Trevor Bramwell Date: Mon, 28 Aug 2017 18:34:44 +0000 (-0700) Subject: Align Compass with CI Evolution Phase 1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=89b12aeec4b021a2495840ee2cf7253fffa66207;p=releng.git Align Compass with CI Evolution Phase 1 Compass doesn't require deployments to happen on the same machine as the builds and needs to have 'compass-build-iso-{stream}' renamed in order to align with CI Evolution Phase 1. JIRA: RELENG-287 Change-Id: I31ea5899882edb37a08b301bf69bf381182b0019 Signed-off-by: Trevor Bramwell --- diff --git a/jjb/compass4nfv/compass-project-jobs.yml b/jjb/compass4nfv/compass-project-jobs.yml index 59482459e..691e76278 100644 --- a/jjb/compass4nfv/compass-project-jobs.yml +++ b/jjb/compass4nfv/compass-project-jobs.yml @@ -21,14 +21,14 @@ disabled: false jobs: - - 'compass-build-iso-{stream}' + - '{installer}-build-daily-{stream}' - 'compass-build-ppa-{stream}' ######################## # job templates ######################## - job-template: - name: 'compass-build-iso-{stream}' + name: '{installer}-build-daily-{stream}' disabled: '{obj:disabled}'