-
Task
-
Resolution: Done
-
Normal
-
None
-
None
-
Quality / Stability / Reliability
-
1
-
False
-
-
False
-
Not Selected
-
-
-
Installer Train 35 - 2
-
Moderate
-
None
Some components, such as cnv-mtv, only support x86-64 arch type and therefore should be skipped on other platforms
- name: Get cluster architecture via oc
command: oc get nodes -o jsonpath='{.items[0].status.nodeInfo.architecture}'
register: ocp_arch
- name: Run architecture-specific tests
command: "./run_{{ ocp_arch.stdout }}_tests.sh"
when: ocp_arch.stdout in ["amd64", "arm64"]