Skip to content

Commit

Permalink
[WIP] Testing meta content provider
Browse files Browse the repository at this point in the history
  • Loading branch information
raukadah committed Jun 18, 2024
1 parent ecba175 commit bce22b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions zuul.d/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
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_image_tag: "{{ content_provider_dlrn_md5_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_image_tag: "{{ content_provider_dlrn_md5_hash }}"
cifmw_test_operator_tobiko_testenv: "sanity"

- job:
Expand Down
7 changes: 3 additions & 4 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
name: openstack-k8s-operators/tcib
github-check:
jobs:
- tcib-build-containers
- tcib-crc-podified-edpm-baremetal: &content_provider
- openstack-meta-content-provider
- tcib-podified-multinode-edpm-deployment-crc: &content_provider
dependencies:
- tcib-build-containers
- tcib-podified-multinode-edpm-deployment-crc: *content_provider
- openstack-meta-content-provider

0 comments on commit bce22b1

Please sign in to comment.