diff options
author | Kir Kolyshkin <kolyshkin@gmail.com> | 2022-05-17 13:52:56 -0700 |
---|---|---|
committer | Kir Kolyshkin <kolyshkin@gmail.com> | 2022-05-17 14:05:07 -0700 |
commit | 653117087fd6d6d956ce212bfbec0e4091a96010 (patch) | |
tree | da122afc09bb35d65b31eec5d4fa28767eae356b /contrib | |
parent | 40a1cd4efb97c431df226dd1b88b359bd7de7df1 (diff) | |
download | podman-653117087fd6d6d956ce212bfbec0e4091a96010.tar.gz podman-653117087fd6d6d956ce212bfbec0e4091a96010.tar.bz2 podman-653117087fd6d6d956ce212bfbec0e4091a96010.zip |
ci: pr-should-include-tests: add more exceptions
Add .golangci.yml, podman.spec.rpkg, and non top-level Makefiles.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/cirrus/pr-should-include-tests | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/cirrus/pr-should-include-tests b/contrib/cirrus/pr-should-include-tests index 57ca39d9b..9409a1d49 100755 --- a/contrib/cirrus/pr-should-include-tests +++ b/contrib/cirrus/pr-should-include-tests @@ -34,9 +34,11 @@ filtered_changes=$(git diff --name-only $base $head | fgrep -vx .cirrus.yml | fgrep -vx .pre-commit-config.yaml | fgrep -vx .gitignore | - fgrep -vx Makefile | fgrep -vx go.mod | fgrep -vx go.sum | + fgrep -vx podman.spec.rpkg | + fgrep -vx .golangci.yml | + egrep -v '/*Makefile$' | egrep -v '^[^/]+\.md$' | egrep -v '^.github' | egrep -v '^contrib/' | |