From a5a7e0f1f133aa64c62f7f34cb4f972a20b9a6f8 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Sun, 2 Apr 2017 10:08:41 -0700 Subject: xci: Adjust and fix jobs and scripts This change - fixes GIT_BASE in jobs - adjusts build blockers - fixes where the flavor vars should be sourced from - sources flavor vars for bifrost periodic jobs - renames the xcimaster node to opnfv to be consistent - removes obsolete xci-provision.sh script - enable additional openstack services including tempest to ensure the deployment is sane Change-Id: Ifdce1da52d68a26c2b87e1bd3b1996ec119d8d90 Signed-off-by: Fatih Degirmenci --- jjb/xci/xci-daily-jobs.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'jjb/xci/xci-daily-jobs.yml') diff --git a/jjb/xci/xci-daily-jobs.yml b/jjb/xci/xci-daily-jobs.yml index f9fbc1de8..12772c63d 100644 --- a/jjb/xci/xci-daily-jobs.yml +++ b/jjb/xci/xci-daily-jobs.yml @@ -94,8 +94,8 @@ - '^xci-os.*' - '^xci-deploy.*' - '^xci-functest.*' - - '^bifrost-periodic-.*' - - '^osa-periodic-.*' + - '^bifrost-.*periodic.*' + - '^osa-.*periodic.*' block-level: 'NODE' - logrotate-default @@ -155,10 +155,11 @@ - build-blocker: use-build-blocker: true blocking-jobs: + - '^xci-os.*' - '^xci-deploy.*' - '^xci-functest.*' - - '^bifrost-periodic-.*' - - '^osa-periodic-.*' + - '^bifrost-.*periodic.*' + - '^osa-.*periodic.*' block-level: 'NODE' - logrotate-default @@ -172,6 +173,9 @@ - project-parameter: project: '{project}' branch: '{opnfv-releng-version}' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT - string: name: DEPLOY_SCENARIO default: 'os-nosdn-nofeature-ha' -- cgit 1.2.3-korg