diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-28 11:34:44 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-28 12:46:41 -0700 |
commit | 89b12aeec4b021a2495840ee2cf7253fffa66207 (patch) | |
tree | 4ed439a1e25dae298aaef0975cd4e651d278efc1 | |
parent | 3616a16bd3ae8d00260d9011530efd5546184006 (diff) |
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 <tbramwell@linuxfoundation.org>
-rw-r--r-- | jjb/compass4nfv/compass-project-jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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}' |