From 70b90fb8624490b7841955d03c3c011c3e120068 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 | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/zuul.d/job.yaml b/zuul.d/job.yaml index aad90bdf..90719ffd 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,20 +25,19 @@ 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_update_containers_openstack: true 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: