Execute only one infrared job on check and gate pipelines, all of them on periodic
Change-Id: I808c8bb5e8226d7edd156e7f75e25318de3af7af
This commit is contained in:
parent
521a28b4dc
commit
f72ce0e03b
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tobiko-tox-infrared
|
name: tobiko-infrared
|
||||||
parent: tox
|
parent: tox
|
||||||
abstract: true
|
nodeset: tobiko-centos-8-2-node
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
description: |
|
description: |
|
||||||
Run test cases using tobiko infrared plugin
|
Run test cases using tobiko infrared plugin
|
||||||
@ -29,14 +29,13 @@
|
|||||||
- ^doc/
|
- ^doc/
|
||||||
- ^releasenotes/
|
- ^releasenotes/
|
||||||
- ^report/
|
- ^report/
|
||||||
- ^tobiko/tests/functional/
|
|
||||||
- ^tobiko/tests/scenario/
|
- ^tobiko/tests/scenario/
|
||||||
- ^tobiko/tests/faults/
|
- ^tobiko/tests/faults/
|
||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tobiko-tox-infrared-centos-7
|
name: tobiko-infrared-centos-7
|
||||||
parent: tobiko-tox-infrared
|
parent: tobiko-infrared
|
||||||
nodeset: centos-7-2-node
|
nodeset: centos-7-2-node
|
||||||
voting: false
|
voting: false
|
||||||
description: |
|
description: |
|
||||||
@ -46,17 +45,17 @@
|
|||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tobiko-tox-infrared-centos-8
|
name: tobiko-infrared-centos
|
||||||
parent: tobiko-tox-infrared
|
parent: tobiko-infrared
|
||||||
nodeset: tobiko-centos-8-2-node
|
nodeset: tobiko-centos-8-2-node
|
||||||
voting: true
|
voting: false
|
||||||
description: |
|
description: |
|
||||||
Run test cases using tobiko infrared plugin on CentOS 8
|
Run test cases using tobiko infrared plugin on CentOS 8
|
||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tobiko-tox-infrared-fedora-latest
|
name: tobiko-infrared-fedora
|
||||||
parent: tobiko-tox-infrared
|
parent: tobiko-infrared
|
||||||
nodeset: tobiko-fedora-latest-2-node
|
nodeset: tobiko-fedora-latest-2-node
|
||||||
voting: false
|
voting: false
|
||||||
description: |
|
description: |
|
||||||
@ -64,8 +63,8 @@
|
|||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tobiko-tox-infrared-ubuntu-focal
|
name: tobiko-infrared-ubuntu
|
||||||
parent: tobiko-tox-infrared
|
parent: tobiko-infrared
|
||||||
nodeset: tobiko-ubuntu-focal-2-node
|
nodeset: tobiko-ubuntu-focal-2-node
|
||||||
voting: false
|
voting: false
|
||||||
description: |
|
description: |
|
||||||
|
@ -16,17 +16,19 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- devstack-tobiko-faults-ubuntu
|
- devstack-tobiko-faults-ubuntu
|
||||||
- tobiko-tox-infrared-centos-7
|
- tobiko-infrared
|
||||||
- tobiko-tox-infrared-centos-8
|
|
||||||
- tobiko-tox-infrared-fedora-latest
|
|
||||||
- tobiko-tox-infrared-ubuntu-focal
|
|
||||||
|
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- tobiko-tox-infrared-centos-8
|
- tobiko-infrared
|
||||||
|
|
||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
|
- tobiko-infrared
|
||||||
|
- tobiko-infrared-centos
|
||||||
|
- tobiko-infrared-centos-7
|
||||||
|
- tobiko-infrared-fedora
|
||||||
|
- tobiko-infrared-ubuntu
|
||||||
- tripleo-ci-centos-8-content-provider
|
- tripleo-ci-centos-8-content-provider
|
||||||
- tobiko-tripleo-functional:
|
- tobiko-tripleo-functional:
|
||||||
vars: &consumer_vars
|
vars: &consumer_vars
|
||||||
|
Loading…
Reference in New Issue
Block a user