Task #5354
Travis PR test runner needs to be able to skip certain tests every time, leaving them for the nightly run that runs all tests.
Status:
NEW
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Quarter:
Description
Some tests run long for example a full EPEL sync test takes 50 minutes. Each plugin iteslf could handle this, but it would be much better to have the plugin_template provide facilities.
Specifically a way to have a subset of tests run on Travis at PR time (instead of all tests) would be ideal.
History
#1
Updated by kersom over 1 year ago
We can evaluate the adoption of pytest markers
#2
Updated by bmbouter over 1 year ago
kersom wrote:
We can evaluate the adoption of pytest markers
That does look like the right mechanism. Also even though various developers use various test runners, the Travis environment uses pytest so this seems correct.
#3
Updated by kersom over 1 year ago
For example, the markers adopted by Pulp 2 tests
#4
Updated by fao89 about 1 year ago
- Tags CI/CD added
Please register to edit this issue