Task #3530
Updated by dkliban@redhat.com over 6 years ago
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.