[New-bugs-announce] [issue40993] Don't run Python and C coverage jobs of Travis CI on pull requests
STINNER Victor
report at bugs.python.org
Tue Jun 16 10:58:58 EDT 2020
New submission from STINNER Victor <vstinner at python.org>:
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.
----------
components: Build
messages: 371661
nosy: vstinner
priority: normal
severity: normal
status: open
title: Don't run Python and C coverage jobs of Travis CI on pull requests
versions: Python 3.10
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40993>
_______________________________________
More information about the New-bugs-announce
mailing list