-
Improvement
-
Resolution: Fixed
-
Major
-
None
Discussed with KK so I thought I'd capture this idea as a ticket.
Currently buckets are made using excludesFile, excluding all tests from other buckets.
If you have a new test, it won't be part of any bucket, so it won't be mentioned in any generated excludesFile and so it will be executed in all buckets.
The idea would be to generate inclusions files instead, for all buckets except one that would still use the excludesFile. That way, new tests would be assigned to only one bucket.
- is related to
-
JENKINS-35682 Update documentation to show "inclusions" feature.
-
- Open
-
- links to
Code changed in jenkins
User: Vincent Latombe
Path:
exclusions.txt
inclusions.txt
pom.xml
http://jenkins-ci.org/commit/parallel-test-executor-plugin-sample/f169806f6742e299b1449fac566961f976b952a0
Log:
JENKINS-29894Use profiles to avoid having to check in empty files