diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-10 14:48:06 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-10 14:29:08 +0000 |
commit | a0523c47c8286dafadb320c2d965df733905a60e (patch) | |
tree | e25ec88ed4823be735b51d7913377c197c9438ca /jjb/compass4nfv/opnfv-compass4nfv.yml | |
parent | 1623f49e292957e46ba4e352217998624a060b90 (diff) |
Match slave names to pod names that are defined in pod-params file
Example jobs updated to match the slave/pod names.
Change-Id: I662a1710f75009efd94cdad61e7fe97139aa64e8
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/compass4nfv/opnfv-compass4nfv.yml')
-rw-r--r-- | jjb/compass4nfv/opnfv-compass4nfv.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/jjb/compass4nfv/opnfv-compass4nfv.yml b/jjb/compass4nfv/opnfv-compass4nfv.yml index b9dd53f04..bebcf1f99 100644 --- a/jjb/compass4nfv/opnfv-compass4nfv.yml +++ b/jjb/compass4nfv/opnfv-compass4nfv.yml @@ -12,7 +12,7 @@ - 'onos' - 'opencontrail' - pod: 'huawei-pod1' + pod: 'huawei-us-deploy-bare-1' stream: - master: @@ -20,14 +20,14 @@ gs-pathname: '' jobs: - - 'opnfv-compass4nfv-{controller}-daily-{stream}' - - 'opnfv-compass4nfv-daily-deploy-{stream}' + - 'opnfv-compass4nfv-{controller}-{pod}-daily-{stream}' + - 'opnfv-compass4nfv-deploy-{pod}-daily-{stream}' ######################## # job templates ######################## - job-template: - name: 'opnfv-compass4nfv-{controller}-daily-{stream}' + name: 'opnfv-compass4nfv-{controller}-{pod}-daily-{stream}' disabled: true @@ -55,7 +55,7 @@ CONTROLLER={controller} - job-template: - name: 'opnfv-compass4nfv-daily-deploy-{stream}' + name: 'opnfv-compass4nfv-deploy-{pod}-daily-{stream}' disabled: true |