Skip to content

Commit

Permalink
Add integration tests for RHCOS on Arm machines
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Dec 6, 2024
1 parent d7be1bf commit 10e7bc7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
- ubuntu-arm
- sles-arm64
- fcarm
- rhcos-arm

with:
vm_type: ${{ matrix.vm_type }}
Expand Down
20 changes: 20 additions & 0 deletions ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,26 @@ virtual_machines:
- "{{ lookup('file', gcp_ssh_key_file + '.pub', errors='ignore') }}"
container_engine: podman

rhcos-arm:
project: rhcos-cloud
images:
- "{{ lookup('ansible.builtin.pipe', 'scripts/fetch_ocp_rhcos_bootimage.sh 4.17 aarch64.images.gcp.name') }}"
- "{{ lookup('ansible.builtin.pipe', 'scripts/fetch_ocp_rhcos_bootimage.sh 4.16 aarch64.images.gcp.name') }}"
- "{{ lookup('ansible.builtin.pipe', 'scripts/fetch_ocp_rhcos_bootimage.sh 4.15 aarch64.images.gcp.name') }}"
- "{{ lookup('ansible.builtin.pipe', 'scripts/fetch_ocp_rhcos_bootimage.sh 4.14 aarch64.images.gcp.name') }}"
- "{{ lookup('ansible.builtin.pipe', 'scripts/fetch_ocp_rhcos_bootimage.sh 4.12 aarch64.images.gcp.name') }}"
machine_type: t2a-standard-2
username: core
ignition:
ignition:
version: 3.2.0
passwd:
users:
- name: core
sshAuthorizedKeys:
- "{{ lookup('file', gcp_ssh_key_file + '.pub', errors='ignore') }}"
container_engine: podman

cos:
project: cos-cloud
families:
Expand Down

0 comments on commit 10e7bc7

Please sign in to comment.