Use legacy base to run CI/CD on Bionic
legacy-dsvm-base now [1] runs with bionic nodeset so use it directly instead of overriding locally to use bionic. [1] https://review.openstack.org/#/c/639096/ Change-Id: I2a136f84e7d5d5be8a23830c0b334dc609092004
This commit is contained in:
parent
c3d697e514
commit
e5e336f834
@ -59,7 +59,6 @@
|
||||
- job:
|
||||
name: manila-tempest-base
|
||||
parent: legacy-dsvm-base
|
||||
nodeset: openstack-single-node-bionic
|
||||
timeout: 7200
|
||||
irrelevant-files:
|
||||
- ^(test-|)requirements.txt$
|
||||
@ -380,7 +379,6 @@
|
||||
- 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
|
||||
@ -403,7 +401,6 @@
|
||||
- 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: controller
|
||||
- hosts: primary
|
||||
tasks:
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
|
Loading…
Reference in New Issue
Block a user