Travis: add cron_only stage for py38-dev#4789
Conversation
|
Canceled CI manually. Travis job matrix looks OK, but should be reviewed/checked with the cron job after merging. |
|
Should we also move py38-dev there? |
|
I'm 👎 , if a PR breaks because it is incompatible with |
The master and features branches are tested daily.
cba5546 to
afaaa7e
Compare
|
Hmm, ok. What about moving py38-dev there then only for now? (amended like that) And what about dropping py{27,37}-xdist, or py27/py37 then, but test them with the pluggymaster jobs (either like currently without xdist, or use xdist there also)? |
|
@nicoddemus |
|
JFI: cron_only gets skipped/canceled if an earlier stage failed already: https://travis-ci.org/pytest-dev/pytest/builds/493572571 |
|
Don't know from the top of my head 🤔 |
|
Via conditional jobs: #4803 |
The master and features branches are tested daily, so we can test
pluggymaster only therein.