-
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
[6.15.z] Integrate FAM pipeline into robottelo #14156
[6.15.z] Integrate FAM pipeline into robottelo #14156
Conversation
(cherry picked from commit 7aca395)
trigger: test-robottelo |
PRT Result
|
All tests failed with |
trigger: test-robottelo |
PRT Result
|
This and the other branches will need #14238 |
trigger: test-robottelo |
PRT Result
|
Integrate FAM pipeline into robottelo (SatelliteQE#14028) (cherry picked from commit 7aca395) Co-authored-by: Griffin Sullivan <[email protected]>
Cherrypick of PR: #14028
Problem Statement
Current FAM misc pipeline has been broken for a couple releases. This is due to some version changes, but also we were not testing things as accurately as possible. For instance, we were cloning upstream and running the develop branch.
Solution
Integrate the FAM pipeline into robottelo. This now runs everything on the satellite against itself, so we know that the collection being packaged in Satellite is working correctly.
Note
The expectation is not that this will pass 100%. Getting all of the modules and roles to pass will take individual setup that needs to be done in robottelo, AAP, or upstream in the test playbook itself. For now I would like to see that the tests are executing as expected and the results show helpful output on failure (ie: the actual ansible tasking logs). After merging, we will need to evaluate as teams how to remediate the issues based on component and team.