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
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 0671e5a..b402cc1 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -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:
diff --git a/zuul.d/stable-jobs.yaml b/zuul.d/stable-jobs.yaml
index b31f3a4..b3824bc 100644
--- a/zuul.d/stable-jobs.yaml
+++ b/zuul.d/stable-jobs.yaml
@@ -20,6 +20,27 @@
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
override-checkout: stable/ussuri