-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Capture all fedora atomic variants in install script #11170
Conversation
Signed-off-by: Derek Nola <derek.nola@suse.com>
0dc1bbc
to
bedb25f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #11170 +/- ##
==========================================
- Coverage 46.94% 41.89% -5.06%
==========================================
Files 178 178
Lines 18498 18498
==========================================
- Hits 8684 7749 -935
- Misses 8461 9544 +1083
+ Partials 1353 1205 -148
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Just tested this on Bluefin. It doesn't work unless the ID checks are replaced with ID_LIKE.
|
/trivy |
❌ Trivy scan action failed, check logs ❌ |
/trivy |
|
Signed-off-by: Derek Nola <derek.nola@suse.com>
@AdamNowotny I've updated the PR to cover Bluefin. We do appreciate your PR, which is the 3rd such PR we have seen around fedora atomic derived OSes. I'm hoping to "cover everything" with this PR going forward rather than having other future PRs pop up with more VARIANT_IDs. |
Signed-off-by: Derek Nola <derek.nola@suse.com>
@dereknola Just tested this branch and looks good on Bluefin now. I'll close my PR. |
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.
LGTM
Proposed Changes
Types of Changes
Verification
Tested on a
kinoite
, the EOLfedora Atomic
andcoreos
VMs.Testing
Linked Issues
#9361
User-Facing Change
Further Comments