add requires for installer related jobs (Bugfix)#2335
Open
stanley31huang wants to merge 1 commit intomainfrom
Open
add requires for installer related jobs (Bugfix)#2335stanley31huang wants to merge 1 commit intomainfrom
stanley31huang wants to merge 1 commit intomainfrom
Conversation
/var/log/installer logs are generated by ubiquity and it's not fit for Ubuntu Core OS
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2335 +/- ##
=======================================
Coverage 55.30% 55.30%
=======================================
Files 413 413
Lines 44505 44505
Branches 8205 8205
=======================================
Hits 24613 24613
Misses 19031 19031
Partials 861 861
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Hook25
requested changes
Feb 16, 2026
Collaborator
Hook25
left a comment
There was a problem hiding this comment.
[DEPRECATED, use 'os' instead]
😆 , please us os.distributor_id
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
/var/log/installer logs are generated by ubiquity and it's not fit for Ubuntu Core OS, and this PR adding a requires to skip this test on a system running Ubuntu Core image.
Resolved issues
https://warthogs.atlassian.net/browse/TUCS-322
Documentation
Tests