summaryrefslogtreecommitdiffstats
path: root/jjb/ovsnfv
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-06-14 23:02:17 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-06-15 08:49:30 +0000
commit3f0f49c15802a4e1ebb5f18d629e85368092a664 (patch)
treede75e8174e72b3f0651716dea06b94fe0c142fa1 /jjb/ovsnfv
parent72de1829c79a377e0ae1d69f0ebf6af495c06b08 (diff)
ovsnfv: Disable brahmaputra builds and tie builds to slave label
Change-Id: I33cc3ddd5971231fd6d188a8c6d8c48a5885e31b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/ovsnfv')
-rw-r--r--jjb/ovsnfv/ovsnfv.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/jjb/ovsnfv/ovsnfv.yml b/jjb/ovsnfv/ovsnfv.yml
index dbe0a25fa..f002dfae0 100644
--- a/jjb/ovsnfv/ovsnfv.yml
+++ b/jjb/ovsnfv/ovsnfv.yml
@@ -12,9 +12,11 @@
- master:
branch: '{stream}'
gs-pathname: ''
+ disabled: false
- brahmaputra:
branch: 'stable/{stream}'
gs-pathname: '/{stream}'
+ disabled: true
- job-template:
name: 'ovsnfv-verify-{stream}'
@@ -24,7 +26,7 @@
project: '{project}'
- gerrit-parameter:
branch: '{branch}'
- - 'intel-build2-defaults'
+ - 'opnfv-build-centos-defaults'
- string:
name: GS_URL
default: '$GS_BASE{gs-pathname}'
@@ -71,7 +73,7 @@
project: '{project}'
- gerrit-parameter:
branch: '{branch}'
- - 'intel-build2-defaults'
+ - 'opnfv-build-centos-defaults'
- string:
name: GS_URL
default: '$GS_BASE{gs-pathname}'
@@ -112,10 +114,12 @@
- job-template:
name: 'ovsnfv-daily-{stream}'
+ disabled: '{disabled}'
+
parameters:
- project-parameter:
project: '{project}'
- - 'intel-build2-defaults'
+ - 'opnfv-build-centos-defaults'
- string:
name: GS_URL
default: '$GS_BASE{gs-pathname}'