From 3a8a772eb897a2f18a584e45b430ae84736dd359 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 8 May 2019 18:07:55 +0200 Subject: [PATCH] Fix downstream jobs for scenario periodic jobs Change-Id: I02db71657c854bafac26a9d233a6c5492829e236 --- jjb/cloud-infra/cloud-infra-periodic-scenario.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.25.1