clearcontainers / jenkins

Used to store the Jenkins based CI configuration files - both for backup, re-creation and history etc.
Apache License 2.0
3 stars 4 forks source link

Consider fast-tracking doc-only PRs #11

Open jodh-intel opened 7 years ago

jodh-intel commented 7 years ago

Idea: we could get Jenkins to check if a PR only has doc changes on it and just "return success" to avoid chewing CPU time for no reason: we already additionally check master so there seems little point running the full test suite for non-code changes.

grahamwhaley commented 7 years ago

Something I got from another project - was you could add a special tag (in the other project I think it was something in the commit - but - I suspect a github label may also work) - where you could notify it was a docs change, and it would skip the CI builds. Just throwing that in as an option of how to tag PRs as not needing full builds. /cc @sboeuf and @chavafg for jenkins and CI scrtipt thinking...