Add standalone redfish jobs

Since we split the tests let's add ironic-standalone-redfish jobs
in the check phase

Depends-On: I1d2c3c2b4fe2a6eda64895bf73a6f57175c192b6
Change-Id: Ia1036d8a7fbb5dcf4bec07802d83198c477fbec4
This commit is contained in:
Iury Gregory Melo Ferreira 2020-04-17 11:47:13 +02:00
parent 6c9bd6cb70
commit 26580f5116
2 changed files with 29 additions and 0 deletions

View File

@ -23,6 +23,14 @@
voting: false
# NOTE(dtantsur): these jobs cover rarely changed tests and are quite
# unstable, so keep them non-voting.
- ironic-standalone-redfish:
voting: false
- ironic-standalone-redfish-ussuri:
voting: false
- ironic-standalone-redfish-train:
voting: false
- ironic-standalone-redfish-stein:
voting: false
- ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode:
voting: false
- ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode-ussuri:

View File

@ -19,6 +19,27 @@
devstack_localrc:
USE_PYTHON3: True
- job:
name: ironic-standalone-redfish-ussuri
parent: ironic-standalone-redfish
override-checkout: stable/ussuri
- job:
name: ironic-standalone-redfish-train
parent: ironic-standalone-redfish
override-checkout: stable/train
vars:
devstack_localrc:
USE_PYTHON3: True
- job:
name: ironic-standalone-redfish-stein
parent: ironic-standalone-redfish
override-checkout: stable/stein
vars:
devstack_localrc:
USE_PYTHON3: True
- job:
name: ironic-tempest-functional-python3-ussuri
parent: ironic-tempest-functional-python3