Message371661
Currently, Travis CI runs C coverage and Python coverage jobs on all pull requests. This is a waste of resources: we should only run these jobs on branches like master.
Attached PR skips these jobs on pull requests.
Not only it's a waste of resources, but it seems like it's not longer possible to merge a PR as soon as Travis CI required jobs pass: a PR can only be merged when *all* Travis CI jobs complete. Problem: while a full test suite run takes around 20 min, coverage jobs take longer than 40 minutes.
By the way, the C coverage job fails with timeout, but that's a different issue. |
|
| Date |
User |
Action |
Args |
| 2020-06-16 14:58:58 | vstinner | set | recipients:
+ vstinner |
| 2020-06-16 14:58:58 | vstinner | set | messageid: <1592319538.03.0.787243890388.issue40993@roundup.psfhosted.org> |
| 2020-06-16 14:58:58 | vstinner | link | issue40993 messages |
| 2020-06-16 14:58:57 | vstinner | create | |
|