From a0523c47c8286dafadb320c2d965df733905a60e Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 10 Dec 2015 14:48:06 +0100 Subject: 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 --- jjb/compass4nfv/opnfv-compass4nfv.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'jjb/compass4nfv/opnfv-compass4nfv.yml') 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 -- cgit 1.2.3-korg