Skip to content

Commit

Permalink
Merge pull request #144 from eduolivares/add-testoperator-and-tobiko-…
Browse files Browse the repository at this point in the history
…to-github-check

Use test operator to validate changes in both tempest and tobiko images
  • Loading branch information
openshift-merge-bot[bot] committed Mar 4, 2024
2 parents 3f18dfa + 30d05f9 commit f693d99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions container-images/tcib/base/os/tobiko/tobiko.yaml
Expand Up @@ -29,5 +29,6 @@ tcib_packages:
- guestfs-tools
- iperf3
- tcpdump
- podman

tcib_user: tobiko
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 f693d99

Please sign in to comment.