From e39dd7a91d0e489d7f470bd9424706a83717eb9b Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Mon, 17 Jun 2024 09:17:55 +0530 Subject: [PATCH] Move tcib jobs to update_containers role Depends-On: https://github.com/openstack-k8s-operators/ci-framework/pull/1885 Depends-On: https://github.com/openstack-k8s-operators/ci-framework/pull/1884 Signed-off-by: Chandan Kumar --- zuul.d/job.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/zuul.d/job.yaml b/zuul.d/job.yaml index aad90bdf..be5e23ab 100644 --- a/zuul.d/job.yaml +++ b/zuul.d/job.yaml @@ -5,7 +5,6 @@ nodeset: centos-stream-9-vexxhost vars: cifmw_build_containers_registry_namespace: podified-antelope-centos9 - cifmw_build_containers_install_from_source: true irrelevant-files: &if - HACKING.rst - AUTHORS @@ -26,11 +25,9 @@ parent: podified-multinode-edpm-deployment-crc irrelevant-files: *if vars: &edpm_vars - cifmw_edpm_prepare_update_os_containers: true - cifmw_set_openstack_containers_edpm: true - 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_update_containers_registry: "{{ content_provider_registry_ip }}:5001" + cifmw_update_containers_org: "podified-antelope-centos9" + cifmw_update_containers_tag: "{{ content_provider_dlrn_md5_hash }}" cifmw_run_test_role: test_operator cifmw_run_tempest: true cifmw_test_operator_tempest_registry: "{{ content_provider_registry_ip }}:5001"