Skip to content

Commit

Permalink
Use test operator to validate changes in both tempest and tobiko images
Browse files Browse the repository at this point in the history
  • Loading branch information
eduolivares committed Mar 1, 2024
1 parent 63c2cff commit 30d05f9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions zuul.d/job.yaml
Expand Up @@ -30,8 +30,16 @@
cifmw_set_openstack_containers_registry: "{{ content_provider_registry_ip }}:5001"
cifmw_set_openstack_containers_tag_from_md5: true
cifmw_set_openstack_containers_dlrn_md5_path: "~/ci-framework-data/artifacts/repositories/delorean.repo.md5"
cifmw_tempest_registry: "{{ content_provider_registry_ip }}:5001"
cifmw_tempest_image_tag: "{{ cifmw_repo_setup_full_hash }}"
cifmw_run_test_role: test_operator
cifmw_run_tempest: true
cifmw_test_operator_tempest_registry: "{{ content_provider_registry_ip }}:5001"
cifmw_test_operator_tempest_image_tag: "{{ cifmw_repo_setup_full_hash }}"
cifmw_test_operator_tempest_include_list: |
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps
cifmw_run_tobiko: true
cifmw_test_operator_tobiko_registry: "{{ content_provider_registry_ip }}:5001"
cifmw_test_operator_tobiko_image_tag: "{{ cifmw_repo_setup_full_hash }}"
cifmw_test_operator_tobiko_testenv: "sanity"

- job:
name: tcib-crc-podified-edpm-baremetal
Expand Down

0 comments on commit 30d05f9

Please sign in to comment.