-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable dynamic RHCOS tests #1679
Conversation
0cc751e
to
e2a5793
Compare
e2a5793
to
330f225
Compare
330f225
to
136cafc
Compare
ansible/group_vars/all.yml
Outdated
@@ -63,8 +63,11 @@ virtual_machines: | |||
rhcos: | |||
project: rhcos-cloud | |||
images: | |||
- rhcos-412-86-202303211731-0-gcp-x86-64 | |||
- rhcos-413-86-202303151429-0-gcp-x86-64 | |||
- "{{ lookup('ansible.builtin.pipe', 'group_vars/fetch_ocp_rhcos_bootimage.sh 4.17') }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When these VMs are created, it's difficult to distinguish between them due to the name hashing (which is required primarily to keep names within GCP's 64 character limit.)
ok: [collector-ci-rhcos-core-054dab5c]
ok: [collector-ci-rhcos-core-084a4a5e]
ok: [collector-ci-rhcos-core-17637829]
ok: [collector-ci-rhcos-core-341de47b]
ok: [collector-ci-rhcos-core-8c21e427]
Not something to fix now, but just a note for myself to investigate a better solution when I have time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we move this to a scripts directory to avoid having non-variable files in group_vars
?
Description
rhcos
images associated with ocp installer bootimagerhel
GCP image families on PRsAdds images for OCP 4.14-4.17 on x86
Checklist
Automated testing
If any of these don't apply, please comment below.
Testing Performed
CI-sufficient