From: Fatih Degirmenci Date: Wed, 8 May 2019 16:07:55 +0000 (+0200) Subject: Fix downstream jobs for scenario periodic jobs X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=3a8a772eb897a2f18a584e45b430ae84736dd359;p=infra%2Fcicd.git Fix downstream jobs for scenario periodic jobs Change-Id: I02db71657c854bafac26a9d233a6c5492829e236 --- diff --git a/jjb/cloud-infra/cloud-infra-periodic-scenario.yaml b/jjb/cloud-infra/cloud-infra-periodic-scenario.yaml index 5bb871d08..3e8d9fb3e 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-scenario.yaml +++ b/jjb/cloud-infra/cloud-infra-periodic-scenario.yaml @@ -187,7 +187,7 @@ name: deploy condition: SUCCESSFUL projects: - - name: 'scenario-periodic-{os}-deploy-{type}-{stream}' + - name: '{deploy-scenario}-periodic-{os}-deploy-{type}-{stream}' current-parameters: true predefined-parameters: | DISTRIBUTION=$DISTRIBUTION @@ -207,7 +207,7 @@ name: functest condition: ALWAYS projects: - - name: 'scenario-periodic-{os}-functest-{type}-{stream}' + - name: '{deploy-scenario}-periodic-{os}-functest-{type}-{stream}' current-parameters: true predefined-parameters: | DISTRIBUTION=$DISTRIBUTION @@ -224,7 +224,7 @@ name: yardstick condition: ALWAYS projects: - - name: 'scenario-periodic-{os}-yardstick-{type}-{stream}' + - name: '{deploy-scenario}-periodic-{os}-yardstick-{type}-{stream}' current-parameters: true predefined-parameters: | DISTRIBUTION=$DISTRIBUTION @@ -241,7 +241,7 @@ name: promote condition: ALWAYS projects: - - name: 'scenario-periodic-{os}-promote-{type}-{stream}' + - name: '{deploy-scenario}-periodic-{os}-promote-{type}-{stream}' current-parameters: true predefined-parameters: | DISTRIBUTION=$DISTRIBUTION