-
Notifications
You must be signed in to change notification settings - Fork 35
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
images: add fedora-42-boot and fedora-42-anaconda-payload for anaconda-webui repository #7421
Conversation
image-refresh fedora-42-boot done: https://github.com/cockpit-project/bots/commits/image-refresh-fedora-42-boot-20250211-083730 |
image-refresh fedora-42-anaconda-payload done: https://github.com/cockpit-project/bots/commits/image-refresh-fedora-42-anaconda-payload-20250211-084634 |
lib/testmap.py
Outdated
@@ -228,6 +228,8 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) -> | |||
], | |||
'_manual': [ | |||
'fedora-eln-boot', | |||
*contexts('fedora-42-boot', ANACONDA_SCENARIOS), |
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.
Did you actually test these?
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.
I am testing here: rhinstaller/anaconda-webui#631
Does not work yet. Therefore the manual trigger, when it passes in CI i will convert to automatic.
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.
The problem is that you flagged it for testing on image updates...
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.
oh yes. ok let me try to fix the tests today before merging.
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.
thanks!
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.
Looks good. Thanks for getting the tests green first!
Image refresh for fedora-42-boot and fedora-42-anaconda-payload