summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Vaduva <Paul.Vaduva@enea.com>2018-06-11 13:37:12 +0200
committerPaul-Ionut Vaduva <paul.vaduva@enea.com>2018-06-12 11:46:26 +0000
commitfe7101fd760a75bf42c816944c66333be0cee085 (patch)
treee84132c818b35e6de407426b917027718166902f
parent53c4bfef96008d3270c6a970de8b4afc6be7119d (diff)
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 <Paul.Vaduva@enea.com>
-rw-r--r--jjb/armband/armband-ci-jobs.yaml3
-rw-r--r--jjb/auto/auto.yaml3
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: