Task #6535
closedStory #5890: [Epic] The ansible-pulp installer needs to handle multiple versions of Pulp
Story #5618: As a user, I can download & run a version of the ansible installer that a specific version of Pulp 3
Task #6073: Adapt pulp_installer CI for pulp_installer branches
Separate the pulp_installer CI jobs: release vs source
100%
Description
Currently, the pulp_installer CI runs release tests (installing say pulpcore 3.3.0 & pulp_file 0.3.0) and source tests (installing master branch of pulpcore & pulp_file, with devel role) together as 1 GitHub Actions job.
This was done initially because there were only 2 tests (we now have 6 tests that run as 3 GHA jobs), and later preserved because there was common prep work for tests (thus reducing overall CI resources needed.)
Now that we are on GitHub actions and we have more performance/resources, we want to know which exact test failed, so let's separate them.
It also is part of the parent task.
Separate the pulp_installer CI tests: release vs source
Required PR: https://github.com/pulp/pulp_installer/pull/269
re: #6535
[noissue]