-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[RHELC-738] Add RHEL 8.6 among the supported EUS minor versions #607
Conversation
Thank you for contributing to the Convert2RHEL project!👋 Hello @bocekm, thank you for submitting a PR 🚀!
To execute integration tests, members of the oamg organization don't need any extra step. The automation kicks that off for you! If you're an external collaborator (meaning that you're not part of the oamg organization), wait for somebody from the Note: In case there are problems with tests not being triggered automatically for a new PR/commit or pending for a long time, ping |
Codecov ReportBase: 93.35% // Head: 93.35% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #607 +/- ##
=======================================
Coverage 93.35% 93.35%
=======================================
Files 22 22
Lines 3147 3147
Branches 559 559
=======================================
Hits 2938 2938
Misses 147 147
Partials 62 62
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
/packit build |
@bocekm are you expecting this to be present on the next release (1.1) or for the 1.2? |
a76bf29
to
faa01fb
Compare
Rebased as some integration tests were failing because of the mismatch in packit between main/pr branch. |
faa01fb
to
c03859f
Compare
@@ -29,7 +29,7 @@ def test_backup_os_release_no_envar(shell, convert2rhel): | |||
assert shell("mv /etc/yum.repos.d/* /tmp/s_backup/").returncode == 0 | |||
|
|||
# EUS version use hardoced repos from c2r as well | |||
if "centos-8" in system or "oracle-8.4" in system: | |||
if "centos-8" in system: |
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.
Oracle Linux doesn't have any hardcoded repos anymore.
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.
Is this something you're saying needs to change in the PR? Or just explaining why it's removed
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.
Just explaining.
@@ -79,7 +79,7 @@ def test_backup_os_release_with_envar(shell, convert2rhel): | |||
# Return repositories to their original location | |||
assert shell("mv /tmp/s_backup/* /etc/yum.repos.d/").returncode == 0 | |||
|
|||
if "centos-8" in system or "oracle-8.4" in system: | |||
if "centos-8" in system: |
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.
Oracle Linux doesn't have any hardcoded repos anymore.
fdc08c6
to
d372d31
Compare
I'm hand-picking the changes made in #652 so we can see if the pipeline pass. |
When RHEL 8.7 is released, RHEL 8.6 will transition into the Extended Update Support. Our next release will happen post RHEL 8.7 GA so this is to make sure we then correctly detect 8.6 as EUS.
Updated the test to include a check for EUS repositories when the system is converted to RHEL 8.6, as we are introducing it as a EUS conversion. Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
Some tests were left behind in my previous commit regarding the introduction of 8.6 being considered EUS by Convert2RHEL. Now those tests are properly updated. Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
Enable the rhel8-eus-repos playbook to distribution version 8.6 alongside 8.4. Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
Changed the satellite dogfood address from `dogfood.sat.engineering.redhat.com` to `satellite.sat.engineering.redhat.com` Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
cd96b5c
to
f98536f
Compare
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.
Integration tests passing. Are we OK to merge?
Totally. Just waiting for the last integration test to finish. |
…#607) Co-authored-by: Rodolfo Olivieri <rolivier@redhat.com>
…#607) Co-authored-by: Rodolfo Olivieri <rolivier@redhat.com>
Co-authored-by: Rodolfo Olivieri <rolivier@redhat.com>
When RHEL 8.7 is released, RHEL 8.6 will transition into the Extended Update Support. Our next release will happen post RHEL 8.7 GA so this is to make sure we then correctly detect 8.6 as EUS.
Some integration may be failing now as:
Jira Issue: RHELC-738
Checklist
[RHELC-738]
is part of the PR titleRelease Pending