Skip to content

Commit

Permalink
[zuul] Enable ansibletest and tobiko with stages
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lpiwowar committed Dec 18, 2024
1 parent 7797cdf commit 7b5ead1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
# Test operator
cifmw_test_operator_concurrency: 4
cifmw_test_operator_timeout: 7200
cifmw_test_operator_stages:
- name: tempest
type: tempest
- name: tobiko
type: tobiko
- name: ansibletest
type: ansibletest

# Tempest
cifmw_run_tempest: true
Expand Down

0 comments on commit 7b5ead1

Please sign in to comment.