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-verify-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-verify-jobs.yml')
-rw-r--r-- | jjb/xci/bifrost-verify-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/xci/bifrost-verify-jobs.yml b/jjb/xci/bifrost-verify-jobs.yml index b93456ee2..80c816ca1 100644 --- a/jjb/xci/bifrost-verify-jobs.yml +++ b/jjb/xci/bifrost-verify-jobs.yml @@ -55,7 +55,7 @@ - defaults: name: verify_vm_defaults test-vm-num-nodes: '3' - test-vm-node-names: 'xcimaster controller00 compute00' + test-vm-node-names: 'opnfv controller00 compute00' vm-domain-type: 'kvm' vm-cpu: '2' vm-disk: '30' |