Skip to content
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

Merged
merged 8 commits into from
Jun 24, 2024
Merged

Enable dynamic RHCOS tests #1679

merged 8 commits into from
Jun 24, 2024

Conversation

robbycochran
Copy link
Collaborator

@robbycochran robbycochran commented May 17, 2024

Description

  • Utilize latest rhcos images associated with ocp installer bootimage
  • Switch to rhcos image tests as default instead of rhel GCP image families on PRs

Adds images for OCP 4.14-4.17 on x86

rhcos-416-94-202405132047-0-gcp-x86-64
rhcos-415-92-202402201450-0-gcp-x86-64
rhcos-414-92-202402130420-0-gcp-x86-64
rhcos-412-86-202402272018-0-gcp-x86-64

Checklist

  • Investigated and inspected CI test results
  • Updated documentation accordingly

Automated testing

  • Added unit tests
  • Added integration tests
  • Added regression tests

If any of these don't apply, please comment below.

Testing Performed

CI-sufficient

@robbycochran robbycochran requested a review from Stringy June 6, 2024 00:24
@@ -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') }}"
Copy link
Collaborator

@Stringy Stringy Jun 6, 2024

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.

Copy link
Collaborator

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?

@Stringy Stringy merged commit cf6d63b into master Jun 24, 2024
47 checks passed
@Stringy Stringy deleted the rc-rhcos-tests branch June 24, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants