Skip to content

Commit 55382c9

Browse files
committed
Move tcib jobs to update_containers role
Depends-On: openstack-k8s-operators/ci-framework#1885 Depends-On: openstack-k8s-operators/ci-framework#1884 Signed-off-by: Chandan Kumar <[email protected]>
1 parent 106645a commit 55382c9

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Diff for: zuul.d/job.yaml

+6-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
nodeset: centos-stream-9-vexxhost
66
vars:
77
cifmw_build_containers_registry_namespace: podified-antelope-centos9
8-
cifmw_build_containers_install_from_source: true
98
irrelevant-files: &if
109
- HACKING.rst
1110
- AUTHORS
@@ -26,20 +25,19 @@
2625
parent: podified-multinode-edpm-deployment-crc
2726
irrelevant-files: *if
2827
vars: &edpm_vars
29-
cifmw_edpm_prepare_update_os_containers: true
30-
cifmw_set_openstack_containers_edpm: true
31-
cifmw_set_openstack_containers_registry: "{{ content_provider_registry_ip }}:5001"
32-
cifmw_set_openstack_containers_tag_from_md5: true
33-
cifmw_set_openstack_containers_dlrn_md5_path: "~/ci-framework-data/artifacts/repositories/delorean.repo.md5"
28+
cifmw_update_containers_registry: "{{ content_provider_registry_ip }}:5001"
29+
cifmw_update_containers_org: "podified-antelope-centos9"
30+
cifmw_update_containers_tag: "{{ content_provider_dlrn_md5_hash }}"
31+
cifmw_update_containers_openstack: true
3432
cifmw_run_test_role: test_operator
3533
cifmw_run_tempest: true
3634
cifmw_test_operator_tempest_registry: "{{ content_provider_registry_ip }}:5001"
37-
cifmw_test_operator_tempest_image_tag: "{{ cifmw_repo_setup_full_hash }}"
35+
cifmw_test_operator_tempest_image_tag: "{{ content_provider_dlrn_md5_hash }}"
3836
cifmw_test_operator_tempest_include_list: |
3937
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps
4038
cifmw_run_tobiko: true
4139
cifmw_test_operator_tobiko_registry: "{{ content_provider_registry_ip }}:5001"
42-
cifmw_test_operator_tobiko_image_tag: "{{ cifmw_repo_setup_full_hash }}"
40+
cifmw_test_operator_tobiko_image_tag: "{{ content_provider_dlrn_md5_hash }}"
4341
cifmw_test_operator_tobiko_testenv: "sanity"
4442

4543
- job:

0 commit comments

Comments
 (0)