[CI] Switch Xenial tempest jobs to Bionic Beaver
This change specifically ignores the grenade job (manila-grenade), which is pending conversion to zuulv3 because we need a way to set the default python3 interpreter when running on Bionic Beaver. Depends-On: https://review.openstack.org/#/c/605291/ Depends-On: https://review.openstack.org/#/c/605242/ Depends-On: https://review.openstack.org/#/c/605810/ Change-Id: Ic49d4ac5ac36dd3b3d909941434b2d2f104a10b9
This commit is contained in:
parent
9f06403d73
commit
b1bf39412b
@ -80,6 +80,7 @@
|
||||
- job:
|
||||
name: manila-tempest-base
|
||||
parent: legacy-dsvm-base
|
||||
nodeset: openstack-single-node-bionic
|
||||
irrelevant-files:
|
||||
- ^(test-|)requirements.txt$
|
||||
- ^.*\.rst$
|
||||
@ -378,6 +379,7 @@
|
||||
- job:
|
||||
name: manila-rally-multibackend
|
||||
parent: legacy-dsvm-base
|
||||
nodeset: openstack-single-node-bionic
|
||||
run: playbooks/legacy/rally-dsvm-manila-multibackend/run.yaml
|
||||
post-run: playbooks/legacy/rally-dsvm-manila-multibackend/post.yaml
|
||||
timeout: 4200
|
||||
@ -400,6 +402,7 @@
|
||||
- job:
|
||||
name: manila-rally-multibackend-no-ss
|
||||
parent: legacy-dsvm-base
|
||||
nodeset: openstack-single-node-bionic
|
||||
run: playbooks/legacy/rally-dsvm-manila-multibackend-no-ss/run.yaml
|
||||
post-run: playbooks/legacy/rally-dsvm-manila-multibackend-no-ss/post.yaml
|
||||
timeout: 4200
|
||||
|
@ -28,6 +28,11 @@ echo "API_RATE_LIMIT=False" >> $localconf
|
||||
echo "VOLUME_BACKING_FILE_SIZE=22G" >> $localconf
|
||||
echo "CINDER_LVM_TYPE=thin" >> $localconf
|
||||
|
||||
# Set DevStack's PYTHON3_VERSION variable if CI scripts specify it
|
||||
if ! [[ -z "PYTHON3_VERSION" ]]; then
|
||||
echo "PYTHON3_VERSION=$PYTHON3_VERSION" >> $localconf
|
||||
fi
|
||||
|
||||
# NOTE(mkoderer): switch to keystone v3 by default
|
||||
echo "IDENTITY_API_VERSION=3" >> $localconf
|
||||
|
||||
|
@ -6,6 +6,8 @@ register_db_to_save manila
|
||||
export BASE_RUN_SMOKE=False
|
||||
export TARGET_RUN_SMOKE=False
|
||||
export ENABLE_TEMPEST=False
|
||||
export PYTHON3_VERSION=${PYTHON3_VERSION}
|
||||
|
||||
|
||||
devstack_localrc base enable_service manila m-api m-shr m-sch m-dat
|
||||
devstack_localrc base enable_plugin manila git://git.openstack.org/openstack/manila stable/rocky
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: primary
|
||||
- hosts: controller
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
Loading…
x
Reference in New Issue
Block a user