From fe7101fd760a75bf42c816944c66333be0cee085 Mon Sep 17 00:00:00 2001 From: Paul Vaduva Date: Mon, 11 Jun 2018 13:37:12 +0200 Subject: Auto: Project Modification in armband jobs In order for us to run a job template from armband project and to override the project parameter that defaults to auto we need to modify the template for the deploy job from armband. Change-Id: Idf465107eb571d632dc09dbcce8e4c796648dc4b Signed-off-by: Paul Vaduva --- jjb/armband/armband-ci-jobs.yaml | 3 +++ jjb/auto/auto.yaml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/armband/armband-ci-jobs.yaml b/jjb/armband/armband-ci-jobs.yaml index fe2bbcc63..140f84b03 100644 --- a/jjb/armband/armband-ci-jobs.yaml +++ b/jjb/armband/armband-ci-jobs.yaml @@ -252,6 +252,9 @@ - string: name: DEPLOY_SCENARIO default: 'os-odl-nofeature-ha' + - string: + name: PROJECT + default: '{project}' scm: - git-scm diff --git a/jjb/auto/auto.yaml b/jjb/auto/auto.yaml index 5c2af043c..d70b204d8 100644 --- a/jjb/auto/auto.yaml +++ b/jjb/auto/auto.yaml @@ -96,9 +96,6 @@ - string: name: DEPLOY_SCENARIO default: '{scenario}' - - string: - name: PROJECT - default: '{project}' builders: - trigger-builds: -- cgit 1.2.3-korg