Skip to content

Commit 26ea7ba

Browse files
Merge pull request #178 from raukadah/update_containers
Move tcib jobs to update_containers role
2 parents 0066ba7 + 5ef2cef commit 26ea7ba

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

zuul.d/job.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
8+
cifmw_build_containers_image_tag: "{{ cifmw_repo_setup_full_hash }}"
99
irrelevant-files: &if
1010
- HACKING.rst
1111
- AUTHORS
@@ -26,20 +26,19 @@
2626
parent: podified-multinode-edpm-deployment-crc
2727
irrelevant-files: *if
2828
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"
29+
cifmw_update_containers_registry: "{{ content_provider_registry_ip }}:5001"
30+
cifmw_update_containers_org: "podified-antelope-centos9"
31+
cifmw_update_containers_tag: "{{ content_provider_dlrn_md5_hash }}"
32+
cifmw_update_containers_openstack: true
3433
cifmw_run_test_role: test_operator
3534
cifmw_run_tempest: true
3635
cifmw_test_operator_tempest_registry: "{{ content_provider_registry_ip }}:5001"
37-
cifmw_test_operator_tempest_image_tag: "{{ cifmw_repo_setup_full_hash }}"
36+
cifmw_test_operator_tempest_image_tag: "{{ content_provider_dlrn_md5_hash }}"
3837
cifmw_test_operator_tempest_include_list: |
3938
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps
4039
cifmw_run_tobiko: true
4140
cifmw_test_operator_tobiko_registry: "{{ content_provider_registry_ip }}:5001"
42-
cifmw_test_operator_tobiko_image_tag: "{{ cifmw_repo_setup_full_hash }}"
41+
cifmw_test_operator_tobiko_image_tag: "{{ content_provider_dlrn_md5_hash }}"
4342
cifmw_test_operator_tobiko_testenv: "sanity"
4443

4544
- job:

0 commit comments

Comments
 (0)