Task #3530
closedEnable Travis to test pulp 3.0-dev PRs against pulp_file PRs and pulp-smash PRs
100%
Description
Each PR against 3.0-dev branch of pulp is tested using Travis. Travis is configured to run 2 blocking checks and 1 non-blocking check.
Blocking checks: pulpcore unit tests, pulp-smash tests for pulpcore
Non-blocking checks: pulp-smash tests for pulp_file
Once this task is completed the non-blocking check would become blocking. However, authors would have the ability to specify a URL for corresponding PRs in pulp-smash and pulp_file.
Any PRs that break pulp-smash tests and/or modify the plugin API would require the author to work with other devs/qe to update pulp_file and pulp-smash before their changes could be merged. Once the needed PRs are in place the author will add the following message for each PR to the original commit message:
Requires PR: <link to PR>
This change ensures that we always keep pulp-smash, pulpcore, and pulp_file compatible with each other.
Require PRs from pulp_file and pulp-smash
The PRs listed in this commit message are just for demonstrating that Travis will checkout those PRs when testing the PR that contains this commit.
closes #3530 https://pulp.plan.io/issues/3530
Required PR: https://github.com/pulp/pulp_file/pull/65 Required PR: https://github.com/PulpQE/pulp-smash/pull/770