Skip to content

Commit fb7dfb6

Browse files
committed
[wntp] Use customized image created with github actions workflow
Depends-On: openstack-k8s-operators/openstack-k8s-operators-ci#157 OSPRH-23929 Signed-off-by: Eduardo Olivares <eolivare@redhat.com>
1 parent 2faf781 commit fb7dfb6

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

zuul.d/whitebox_neutron_tempest_jobs.yaml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,28 @@
1515
deployment by running whitebox-neutron-tempest-plugin tests.
1616
vars:
1717
cifmw_run_test_role: test_operator
18-
cifmw_os_must_gather_timeout: 28800
18+
cifmw_os_must_gather_timeout: "30m"
1919
cifmw_test_operator_timeout: 14400
2020
cifmw_block_device_size: 40G
2121
cifmw_test_operator_tempest_concurrency: 6
2222
cifmw_test_operator_tempest_network_attachments:
2323
- ctlplane
2424
cifmw_test_operator_tempest_container: openstack-tempest-all
25-
cifmw_test_operator_tempest_registry: "{{ content_provider_os_registry_url | split('/') | first }}"
26-
cifmw_test_operator_tempest_namespace: "{{ content_provider_os_registry_url | split('/') | last }}"
27-
cifmw_test_operator_tempest_image_tag: "{{ content_provider_dlrn_md5_hash }}"
25+
cifmw_test_operator_tempest_registry: >-
26+
{{
27+
content_provider_os_registry_url | split('/') | first
28+
if content_provider_os_registry_url is defined and content_provider_os_registry_url != 'null'
29+
else cifmw_test_operator_default_registry
30+
}}
31+
cifmw_test_operator_tempest_namespace: >-
32+
{{
33+
content_provider_os_registry_url | split('/') | last
34+
if content_provider_os_registry_url is defined and content_provider_os_registry_url != 'null'
35+
else cifmw_test_operator_default_namespace
36+
}}
37+
cifmw_test_operator_tempest_image_tag: "{{ content_provider_dlrn_md5_hash | default(cifmw_test_operator_default_image_tag) }}"
2838
cifmw_test_operator_tempest_extra_images:
29-
# TODO(chandan): Replace rocky qcow2 url once rhos-ops hosts it
30-
- URL: "https://chandankumar.fedorapeople.org/rocky9_latest_neutron_whitebox.qcow2"
39+
- URL: "https://github.com/eduolivares/openstack-k8s-operators-ci/releases/download/v1.0.0-beta/wntp-custom-v1.0.0-beta.qcow2"
3140
name: custom_neutron_guest
3241
diskFormat: qcow2
3342
ID: "11111111-1111-1111-1111-111111111111"

0 commit comments

Comments
 (0)