devstack icon indicating copy to clipboard operation
devstack copied to clipboard

Skip tests for doc-only changes

Open robrap opened this issue 2 years ago • 1 comments

Devstack provisioning tests require lots of time and energy. Our developers and the earth would be happier if this were skipped on simple doc updates.

Not sure if this helps? https://github.com/microsoft/ebpf-for-windows/pull/1950/files

robrap avatar Jun 12 '23 16:06 robrap

A low-tech way to do this is to skip GitHub Action steps based on branch name patterns. The PR author can name the branch to skip the tests when they know it will be ok. I did this in the coverage.py repo here: https://github.com/nedbat/coveragepy/commit/f5977440a44f3209095de5056d90cb59360cf4d5

nedbat avatar Jun 15 '23 13:06 nedbat