diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-09-05 19:44:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-05 19:44:04 +0000 |
commit | 9b95bfa55fff9562dad699e1276f49e3549ad61d (patch) | |
tree | be067e8c44262c2c0425b14381548644b53498f3 | |
parent | d818173b634e7f4c910beb7e93dbee3dd032d6d7 (diff) | |
parent | 89b12aeec4b021a2495840ee2cf7253fffa66207 (diff) |
Merge "Align Compass with CI Evolution Phase 1"
-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}' |