Test Tobiko IR plugin with CentOS 9
Change-Id: I2ce6f604b6da84dffeeab8cf42765c419b0744af
This commit is contained in:
parent
270839755a
commit
6eeba70e7b
@ -6,8 +6,9 @@
|
|||||||
Infrared jobs intended to gate infrared Tobiko plugin changes
|
Infrared jobs intended to gate infrared Tobiko plugin changes
|
||||||
check:
|
check:
|
||||||
jobs: &CHECK
|
jobs: &CHECK
|
||||||
- tobiko-infrared-centos
|
|
||||||
- tobiko-infrared-centos-7
|
- tobiko-infrared-centos-7
|
||||||
|
- tobiko-infrared-centos-8
|
||||||
|
- tobiko-infrared-centos-9
|
||||||
- tobiko-infrared-fedora
|
- tobiko-infrared-fedora
|
||||||
- tobiko-infrared-ubuntu
|
- tobiko-infrared-ubuntu
|
||||||
gate:
|
gate:
|
||||||
@ -49,34 +50,13 @@
|
|||||||
- ^tobiko/tests/faults/
|
- ^tobiko/tests/faults/
|
||||||
|
|
||||||
|
|
||||||
- nodeset:
|
|
||||||
name: tobiko-infrared-centos
|
|
||||||
nodes:
|
|
||||||
- name: primary
|
|
||||||
label: centos-8-stream
|
|
||||||
- name: secondary
|
|
||||||
label: centos-8-stream
|
|
||||||
groups:
|
|
||||||
- name: undercloud
|
|
||||||
nodes:
|
|
||||||
- secondary
|
|
||||||
|
|
||||||
- job:
|
|
||||||
name: tobiko-infrared-centos
|
|
||||||
parent: tobiko-infrared
|
|
||||||
nodeset: tobiko-infrared-centos
|
|
||||||
voting: false
|
|
||||||
description: |
|
|
||||||
Run test cases using tobiko infrared plugin on CentOS
|
|
||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tobiko-infrared-centos-7
|
name: tobiko-infrared-centos-7
|
||||||
parent: tobiko-infrared
|
parent: tobiko-infrared
|
||||||
nodeset: tobiko-infrared-centos-7
|
nodeset: tobiko-infrared-centos-7
|
||||||
voting: true
|
voting: true
|
||||||
description: |
|
description: |
|
||||||
Run test cases using tobiko infrared plugin on CentOS
|
Run test cases using tobiko infrared plugin on CentOS 7
|
||||||
|
|
||||||
- nodeset:
|
- nodeset:
|
||||||
name: tobiko-infrared-centos-7
|
name: tobiko-infrared-centos-7
|
||||||
@ -85,11 +65,48 @@
|
|||||||
label: centos-7
|
label: centos-7
|
||||||
- name: secondary
|
- name: secondary
|
||||||
label: centos-7
|
label: centos-7
|
||||||
groups:
|
groups: &NODESET_GROUPS
|
||||||
- name: undercloud
|
- name: undercloud
|
||||||
nodes:
|
nodes:
|
||||||
- secondary
|
- secondary
|
||||||
|
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: tobiko-infrared-centos-8
|
||||||
|
parent: tobiko-infrared
|
||||||
|
nodeset: tobiko-infrared-centos-8
|
||||||
|
voting: false
|
||||||
|
description: |
|
||||||
|
Run test cases using tobiko infrared plugin on CentOS 8
|
||||||
|
|
||||||
|
- nodeset:
|
||||||
|
name: tobiko-infrared-centos-8
|
||||||
|
nodes:
|
||||||
|
- name: primary
|
||||||
|
label: centos-8-stream
|
||||||
|
- name: secondary
|
||||||
|
label: centos-8-stream
|
||||||
|
groups: *NODESET_GROUPS
|
||||||
|
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: tobiko-infrared-centos-9
|
||||||
|
parent: tobiko-infrared
|
||||||
|
nodeset: tobiko-infrared-centos-9
|
||||||
|
voting: false
|
||||||
|
description: |
|
||||||
|
Run test cases using tobiko infrared plugin on CentOS 8
|
||||||
|
|
||||||
|
- nodeset:
|
||||||
|
name: tobiko-infrared-centos-9
|
||||||
|
nodes:
|
||||||
|
- name: primary
|
||||||
|
label: centos-9-stream
|
||||||
|
- name: secondary
|
||||||
|
label: centos-9-stream
|
||||||
|
groups: *NODESET_GROUPS
|
||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tobiko-infrared-fedora
|
name: tobiko-infrared-fedora
|
||||||
parent: tobiko-infrared
|
parent: tobiko-infrared
|
||||||
@ -105,10 +122,7 @@
|
|||||||
label: fedora-34
|
label: fedora-34
|
||||||
- name: secondary
|
- name: secondary
|
||||||
label: fedora-34
|
label: fedora-34
|
||||||
groups:
|
groups: *NODESET_GROUPS
|
||||||
- name: undercloud
|
|
||||||
nodes:
|
|
||||||
- secondary
|
|
||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
@ -126,7 +140,4 @@
|
|||||||
label: ubuntu-focal
|
label: ubuntu-focal
|
||||||
- name: secondary
|
- name: secondary
|
||||||
label: ubuntu-focal
|
label: ubuntu-focal
|
||||||
groups:
|
groups: *NODESET_GROUPS
|
||||||
- name: undercloud
|
|
||||||
nodes:
|
|
||||||
- secondary
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user