Skip to content

Commit 7b5ead1

Browse files
committed
[zuul] Enable ansibletest and tobiko with stages
With this PR in the test-operator role [1] we introduced the concept of stages. By default only tempest stage is enabled. In order for us to continue to test tobiko and ansibletest CR we have to explicitly enable the testing via the cifmw_test_operator_stages parameter. [1] openstack-k8s-operators/ci-framework#2374
1 parent 7797cdf commit 7b5ead1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.zuul.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
# Test operator
3535
cifmw_test_operator_concurrency: 4
3636
cifmw_test_operator_timeout: 7200
37+
cifmw_test_operator_stages:
38+
- name: tempest
39+
type: tempest
40+
- name: tobiko
41+
type: tobiko
42+
- name: ansibletest
43+
type: ansibletest
3744

3845
# Tempest
3946
cifmw_run_tempest: true

0 commit comments

Comments
 (0)