Added CS9 standalone sc0-12 jobs
It only add the job definitions from sc1 to 12 jobs. The patch for triggerring it in a pipeline will come in a seperate patch. Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com> Change-Id: Id1e2763161365e22e977c78fde6bac4a26f18e95
This commit is contained in:
parent
005cc10a07
commit
dc29f56b6d
@ -542,6 +542,14 @@
|
||||
- 'environments/low-memory-usage.yaml'
|
||||
- 'ci/environments/scenario012-standalone.yaml'
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-9-scenario012-standalone
|
||||
parent: tripleo-ci-centos-8-scenario012-standalone
|
||||
branches: ^(?!stable/(train|ussuri|victoria|wallaby)).*$
|
||||
nodeset: single-centos-9-node
|
||||
voting: false
|
||||
files: *scen12_files
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-7-standalone-os-tempest
|
||||
parent: tripleo-ci-base-standalone
|
||||
@ -617,6 +625,14 @@
|
||||
name: tripleo-ci-centos-8-scenario001-standalone
|
||||
parent: tripleo-ci-centos-8-scenario001-standalone-options
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-9-scenario001-standalone
|
||||
parent: tripleo-ci-centos-8-scenario001-standalone
|
||||
branches: ^(?!stable/(train|ussuri|victoria|wallaby)).*$
|
||||
nodeset: single-centos-9-node
|
||||
voting: false
|
||||
files: *scen1_files
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-8-scenario002-standalone
|
||||
voting: true
|
||||
@ -652,6 +668,14 @@
|
||||
name: tripleo-ci-centos-8-scenario002-standalone
|
||||
parent: tripleo-ci-centos-8-scenario002-standalone-options
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-9-scenario002-standalone
|
||||
parent: tripleo-ci-centos-8-scenario002-standalone
|
||||
branches: ^(?!stable/(train|ussuri|victoria|wallaby)).*$
|
||||
nodeset: single-centos-9-node
|
||||
voting: false
|
||||
files: *scen2_files
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-8-scenario003-standalone
|
||||
voting: true
|
||||
@ -683,6 +707,14 @@
|
||||
name: tripleo-ci-centos-8-scenario003-standalone
|
||||
parent: tripleo-ci-centos-8-scenario003-standalone-options
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-9-scenario003-standalone
|
||||
parent: tripleo-ci-centos-8-scenario003-standalone
|
||||
branches: ^(?!stable/(train|ussuri|victoria|wallaby)).*$
|
||||
nodeset: single-centos-9-node
|
||||
voting: false
|
||||
files: *scen3_files
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-8-scenario004-standalone
|
||||
voting: true
|
||||
@ -713,6 +745,14 @@
|
||||
name: tripleo-ci-centos-8-scenario004-standalone
|
||||
parent: tripleo-ci-centos-8-scenario004-standalone-options
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-9-scenario004-standalone
|
||||
parent: tripleo-ci-centos-8-scenario004-standalone
|
||||
branches: ^(?!stable/(train|ussuri|victoria|wallaby)).*$
|
||||
nodeset: single-centos-9-node
|
||||
voting: false
|
||||
files: *scen4_files
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-8-scenario007-standalone
|
||||
voting: true
|
||||
@ -733,18 +773,42 @@
|
||||
tempest_private_net_provider_type: 'vxlan'
|
||||
use_os_tempest: true
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-9-scenario007-standalone
|
||||
parent: tripleo-ci-centos-8-scenario007-standalone
|
||||
branches: ^(?!stable/(train|ussuri|victoria|wallaby)).*$
|
||||
nodeset: single-centos-9-node
|
||||
voting: false
|
||||
files: *scen7_files
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-8-scenario010-standalone
|
||||
voting: true
|
||||
parent: tripleo-ci-centos-8-scenario010-standalone-base
|
||||
branches: ^(?!stable/(stein|train|ussuri|victoria|wallaby)).*$
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-9-scenario010-standalone
|
||||
parent: tripleo-ci-centos-8-scenario010-standalone
|
||||
branches: ^(?!stable/(train|ussuri|victoria|wallaby)).*$
|
||||
nodeset: single-centos-9-node
|
||||
voting: false
|
||||
files: *scen10_files
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-8-scenario010-ovn-provider-standalone
|
||||
voting: true
|
||||
parent: tripleo-ci-centos-8-scenario010-ovn-provider-standalone-base
|
||||
branches: ^(?!stable/(stein|train|ussuri|victoria|wallaby)).*$
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-9-scenario010-ovn-provider-standalone
|
||||
parent: tripleo-ci-centos-8-scenario010-ovn-provider-standalone
|
||||
branches: ^(?!stable/(train|ussuri|victoria|wallaby)).*$
|
||||
nodeset: single-centos-9-node
|
||||
voting: false
|
||||
files: *scen10_files
|
||||
|
||||
# branched scenario010 based jobs - this will enable the tripleo-ci team
|
||||
# to enable voting / gating on scenario010 jobs on a per branch basis.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user