From 121a5aa427538000219c176f582d5f5392a88353 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Tue, 18 Jun 2024 12:45:42 +0530 Subject: [PATCH] [WIP] Testing meta content provider Depends-On: https://review.opendev.org/c/openstack/nova/+/921687 Depends-On: https://github.com/openstack-k8s-operators/nova-operator/pull/777 Depends-On: https://github.com/openstack-k8s-operators/ci-framework/pull/1892 Signed-off-by: Chandan Kumar --- zuul.d/job.yaml | 4 ++-- zuul.d/projects.yaml | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/zuul.d/job.yaml b/zuul.d/job.yaml index d8d62708..90719ffd 100644 --- a/zuul.d/job.yaml +++ b/zuul.d/job.yaml @@ -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: diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 0ff019be..883360cc 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -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