-
Notifications
You must be signed in to change notification settings - Fork 115
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
[do NOT merge] Just a draft to run packit PRT #16656
Conversation
|
|
2x failure on known issue of AK update:
1x assertion failure on robottelo/tests/foreman/cli/test_docker.py Line 176 in 88e5aa0
looks like it did not return the expected repos for that product |
It looks like the failing docker repo test has a very similar one right after it in robottelo. If that later test is passing, perhaps the failure is a fluke. |
|
Or I wonder if repos creation failed silently and thus they weren't found in the module-scoped product (where repos from other tests within the module were present). |
@@ -12,6 +12,8 @@ | |||
|
|||
""" | |||
|
|||
# This file fully passed in snaps 72-75, let's start here. |
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 for awareness, If you would like to run an upstream PRT, the PRT comment can be added directly to the Jenkins job while build with parameters, without requiring robottelo PRs, and you can also post results on any GH PRs where you wish, such as here on upstream Katello PR
Standalone it passed @ianballou ^
@Gauravtalreja1 @omkarkhatavkar Not sure why the PRT results comment is not visible here. The |
Thanks for raising the issue and fix is here #16684 |
Problem Statement
Just a draft PR to test possible regressions for Katello/katello#11058
PRT test Cases example
This run should pass, we can start here and trigger more related stuff later.