Use Fedora Linux to gate changes with the infrared plugin
Change-Id: I2fe8dec7689f90e5a058501f6ca9bc23be6fcb2d
This commit is contained in:
parent
bcb6fc3336
commit
bab55a0c54
@ -5,8 +5,8 @@
|
||||
description: |
|
||||
Infrared jobs intended to gate infrared Tobiko plugin changes
|
||||
check:
|
||||
jobs:
|
||||
- tobiko-infrared
|
||||
jobs: &CHECK
|
||||
- tobiko-infrared-centos
|
||||
- tobiko-infrared-centos-7
|
||||
- tobiko-infrared-fedora
|
||||
- tobiko-infrared-ubuntu
|
||||
@ -14,17 +14,13 @@
|
||||
jobs:
|
||||
- tobiko-infrared
|
||||
periodic:
|
||||
jobs:
|
||||
- tobiko-infrared
|
||||
- tobiko-infrared-centos-7
|
||||
- tobiko-infrared-fedora
|
||||
- tobiko-infrared-ubuntu
|
||||
jobs: *CHECK
|
||||
|
||||
|
||||
- job:
|
||||
name: tobiko-infrared
|
||||
parent: tox
|
||||
nodeset: tobiko-infrared-centos
|
||||
nodeset: tobiko-infrared-fedora
|
||||
timeout: 3600
|
||||
description: |
|
||||
Run test cases using tobiko infrared plugin
|
||||
@ -65,6 +61,14 @@
|
||||
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:
|
||||
name: tobiko-infrared-centos-7
|
||||
|
Loading…
x
Reference in New Issue
Block a user