From c57575942f38709573bae137a5ad2b62d8e175a1 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 15 Jun 2016 13:18:09 +0200 Subject: Tie all verify/merge/build to opnfv-build-ubuntu We reconfigured centos build server now and it is important to know which jobs require centos and which ones ubuntu. The machines with ubuntu were labelled with opnfv-build previously, preventing us from keeping track of which projects require what OS. This tries to solve that. Change-Id: I1fb2912ec49f5bc2781853e500508d9992d59fbb Signed-off-by: Fatih Degirmenci --- jjb/onosfw/onosfw.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jjb/onosfw') diff --git a/jjb/onosfw/onosfw.yml b/jjb/onosfw/onosfw.yml index 7dc0241f9..0335b71b2 100644 --- a/jjb/onosfw/onosfw.yml +++ b/jjb/onosfw/onosfw.yml @@ -29,7 +29,7 @@ project: '{project}' - gerrit-parameter: branch: '{branch}' - - 'opnfv-build-defaults' + - 'opnfv-build-ubuntu-defaults' scm: - gerrit-trigger-scm: @@ -68,7 +68,7 @@ parameters: - project-parameter: project: '{project}' - - 'opnfv-build-defaults' + - 'opnfv-build-ubuntu-defaults' scm: - git-scm: @@ -91,7 +91,7 @@ parameters: - project-parameter: project: '{project}' - - 'opnfv-build-defaults' + - 'opnfv-build-ubuntu-defaults' - string: name: GS_URL default: '$GS_BASE{gs-pathname}' -- cgit 1.2.3-korg