Skip to content

Commit aec6999

Browse files
authored
bugfix: change image name in tests (#118)
Signed-off-by: Riccardo Piccoli <rpiccoli@redhat.com>
1 parent 5300f6d commit aec6999

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/playbooks/roles/build_images/tasks/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
- name: Save container images to tar files
99
containers.podman.podman_save:
10-
image: "quay.io/edge-infrastructure/openshift-capi-agent-{{ item }}:{{ container_tag }}"
10+
image: "quay.io/edge-infrastructure/cluster-api-{{ item }}-provider-openshift-assisted:{{ container_tag }}"
1111
dest: "/tmp/{{ item }}.tar.gz"
1212
format: docker-archive
1313
loop:

test/playbooks/roles/components_install/tasks/main.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
list | length > 0
1919
retries: "{{ medium_retries | int }}"
2020
delay: "{{ medium_delay | int }}"
21-
21+
- name: Show PATH
22+
ansible.builtin.debug:
23+
msg: "PATH: {{ ansible_env.PATH }}"
2224
- name: Deploy ironic
2325
kubernetes.core.k8s:
2426
definition: "{{ lookup('kubernetes.core.kustomize', dir=playbook_dir + '/../../test/e2e/manifests/ironic') }}"

0 commit comments

Comments
 (0)