|
5 | 5 | nodeset: centos-stream-9-vexxhost |
6 | 6 | vars: |
7 | 7 | 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 }}" |
9 | 9 | irrelevant-files: &if |
10 | 10 | - HACKING.rst |
11 | 11 | - AUTHORS |
|
26 | 26 | parent: podified-multinode-edpm-deployment-crc |
27 | 27 | irrelevant-files: *if |
28 | 28 | 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 |
34 | 33 | cifmw_run_test_role: test_operator |
35 | 34 | cifmw_run_tempest: true |
36 | 35 | 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 }}" |
38 | 37 | cifmw_test_operator_tempest_include_list: | |
39 | 38 | tempest.scenario.test_network_basic_ops.TestNetworkBasicOps |
40 | 39 | cifmw_run_tobiko: true |
41 | 40 | 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 }}" |
43 | 42 | cifmw_test_operator_tobiko_testenv: "sanity" |
44 | 43 |
|
45 | 44 | - job: |
|
0 commit comments