From 768374daac5656cfd01d8a7cf7ea762d853cb156 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 15 Jan 2013 17:15:41 -0800 Subject: [PATCH] Fix periodic job branch/labels. The ZUUL_BRANCH parameter should be of type 'string', not a node label. Change-Id: I30e6c6965e945217ccdfaa1aa19c23f3640ca903 Reviewed-on: https://review.openstack.org/19765 Reviewed-by: Jeremy Stanley Approved: James E. Blair Tested-by: Jenkins --- .../config/devstack-gate.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml index f57bb54094..9a9f702399 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml @@ -196,7 +196,7 @@ - timed: '0 6 * * *' parameters: - - label: + - string: name: ZUUL_BRANCH description: The branch to build default: master @@ -235,7 +235,7 @@ - timed: '@hourly' parameters: - - label: + - string: name: ZUUL_BRANCH description: The branch to build default: master @@ -275,7 +275,7 @@ - timed: '0 6 * * *' parameters: - - label: + - string: name: ZUUL_BRANCH description: The branch to build default: stable/diablo @@ -313,7 +313,7 @@ - timed: '0 6 * * *' parameters: - - label: + - string: name: ZUUL_BRANCH description: The branch to build default: stable/essex @@ -351,7 +351,7 @@ - timed: '0 6 * * *' parameters: - - label: + - string: name: ZUUL_BRANCH description: The branch to build default: stable/folsom @@ -389,7 +389,7 @@ - timed: '0 6 * * *' parameters: - - label: + - string: name: ZUUL_BRANCH description: The branch to build default: stable/folsom @@ -428,7 +428,7 @@ - timed: '0 6 * * *' parameters: - - label: + - string: name: ZUUL_BRANCH description: The branch to build default: master @@ -469,7 +469,7 @@ - timed: '0 6 * * *' parameters: - - label: + - string: name: ZUUL_BRANCH description: The branch to build default: master