|
1 | 1 | --- |
2 | 2 | - job: |
3 | | - name: tcib-build-containers |
4 | | - parent: cifmw-tcib-base |
5 | | - nodeset: centos-stream-9-vexxhost |
6 | | - vars: |
7 | | - cifmw_build_containers_registry_namespace: podified-antelope-centos9 |
8 | | - cifmw_build_containers_image_tag: "{{ cifmw_repo_setup_full_hash }}" |
9 | | - irrelevant-files: &if |
| 3 | + name: tcib-podified-multinode-edpm-deployment-crc |
| 4 | + parent: podified-multinode-edpm-deployment-crc |
| 5 | + dependencies: |
| 6 | + - openstack-meta-content-provider |
| 7 | + irrelevant-files: &irrelevant_files |
10 | 8 | - HACKING.rst |
11 | 9 | - AUTHORS |
12 | 10 | - .gitignore |
|
20 | 18 | - .coveragerc |
21 | 19 | - LICENSE |
22 | 20 | - OWNERS* |
23 | | - |
24 | | -- job: |
25 | | - name: tcib-podified-multinode-edpm-deployment-crc |
26 | | - parent: podified-multinode-edpm-deployment-crc |
27 | | - irrelevant-files: *if |
28 | 21 | vars: &edpm_vars |
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 |
33 | 22 | cifmw_run_test_role: test_operator |
34 | 23 | cifmw_run_tempest: true |
35 | | - cifmw_test_operator_tempest_registry: "{{ content_provider_registry_ip }}:5001" |
| 24 | + cifmw_test_operator_tempest_registry: "{{ content_provider_os_registry_url | split('/') | first }}" |
| 25 | + cifmw_test_operator_tempest_namespace: "{{ content_provider_os_registry_url | split('/') | last }}" |
36 | 26 | cifmw_test_operator_tempest_image_tag: "{{ content_provider_dlrn_md5_hash }}" |
37 | 27 | cifmw_test_operator_tempest_include_list: | |
38 | 28 | tempest.scenario.test_network_basic_ops.TestNetworkBasicOps |
39 | 29 | cifmw_run_tobiko: true |
40 | | - cifmw_test_operator_tobiko_registry: "{{ content_provider_registry_ip }}:5001" |
| 30 | + cifmw_test_operator_tobiko_registry: "{{ cifmw_test_operator_tempest_registry }}" |
| 31 | + cifmw_test_operator_tobiko_namespace: "{{ cifmw_test_operator_tempest_namespace }}" |
41 | 32 | cifmw_test_operator_tobiko_image_tag: "{{ content_provider_dlrn_md5_hash }}" |
42 | 33 | cifmw_test_operator_tobiko_testenv: "sanity" |
43 | 34 |
|
44 | 35 | - job: |
45 | 36 | name: tcib-crc-podified-edpm-baremetal |
46 | 37 | parent: cifmw-crc-podified-edpm-baremetal |
47 | | - irrelevant-files: *if |
| 38 | + dependencies: |
| 39 | + - openstack-meta-content-provider |
| 40 | + irrelevant-files: *irrelevant_files |
48 | 41 | vars: *edpm_vars |
0 commit comments