File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104
104
- ubuntu-arm
105
105
- sles-arm64
106
106
- fcarm
107
+ - rhcos-arm
107
108
108
109
with :
109
110
vm_type : ${{ matrix.vm_type }}
Original file line number Diff line number Diff line change @@ -85,6 +85,26 @@ virtual_machines:
85
85
- " {{ lookup('file', gcp_ssh_key_file + '.pub', errors='ignore') }}"
86
86
container_engine : podman
87
87
88
+ rhcos-arm :
89
+ project : rhcos-cloud
90
+ images :
91
+ - " {{ lookup('ansible.builtin.pipe', 'scripts/fetch_ocp_rhcos_bootimage.sh 4.17 aarch64.images.gcp.name') }}"
92
+ - " {{ lookup('ansible.builtin.pipe', 'scripts/fetch_ocp_rhcos_bootimage.sh 4.16 aarch64.images.gcp.name') }}"
93
+ - " {{ lookup('ansible.builtin.pipe', 'scripts/fetch_ocp_rhcos_bootimage.sh 4.15 aarch64.images.gcp.name') }}"
94
+ - " {{ lookup('ansible.builtin.pipe', 'scripts/fetch_ocp_rhcos_bootimage.sh 4.14 aarch64.images.gcp.name') }}"
95
+ - " {{ lookup('ansible.builtin.pipe', 'scripts/fetch_ocp_rhcos_bootimage.sh 4.12 aarch64.images.gcp.name') }}"
96
+ machine_type : t2a-standard-2
97
+ username : core
98
+ ignition :
99
+ ignition :
100
+ version : 3.2.0
101
+ passwd :
102
+ users :
103
+ - name : core
104
+ sshAuthorizedKeys :
105
+ - " {{ lookup('file', gcp_ssh_key_file + '.pub', errors='ignore') }}"
106
+ container_engine : podman
107
+
88
108
cos :
89
109
project : cos-cloud
90
110
families :
You can’t perform that action at this time.
0 commit comments