diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-04-02 10:08:41 -0700 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-04-03 20:41:57 -0700 |
commit | a5a7e0f1f133aa64c62f7f34cb4f972a20b9a6f8 (patch) | |
tree | 73dc44c7b98d1cccf00ba0671d627165736a510b /jjb/xci/bifrost-periodic-jobs.yml | |
parent | 908d962bedf027631bc0209c4d2c06830d6c8659 (diff) |
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 <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/xci/bifrost-periodic-jobs.yml')
-rw-r--r-- | jjb/xci/bifrost-periodic-jobs.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/jjb/xci/bifrost-periodic-jobs.yml b/jjb/xci/bifrost-periodic-jobs.yml index 31aa8dade..0c29fd3c9 100644 --- a/jjb/xci/bifrost-periodic-jobs.yml +++ b/jjb/xci/bifrost-periodic-jobs.yml @@ -77,8 +77,8 @@ - '^xci-os.*' - '^xci-deploy.*' - '^xci-functest.*' - - '^bifrost-periodic-.*' - - '^osa-periodic-.*' + - '^bifrost-.*periodic.*' + - '^osa-.*periodic.*' block-level: 'NODE' - logrotate-default @@ -87,6 +87,9 @@ project: '{project}' branch: '{opnfv-releng-version}' - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + - string: name: XCI_FLAVOR default: 'ha' - string: @@ -133,7 +136,7 @@ builders: - description-setter: - description: "Built on $NODE_NAME - Scenario: $DEPLOY_SCENARIO" + description: "Built on $NODE_NAME - Flavor: $XCI_FLAVOR" - 'bifrost-provision-builder' #--------------------------- |