summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKir Kolyshkin <kolyshkin@gmail.com>2022-05-17 13:52:56 -0700
committerKir Kolyshkin <kolyshkin@gmail.com>2022-05-17 14:05:07 -0700
commit653117087fd6d6d956ce212bfbec0e4091a96010 (patch)
treeda122afc09bb35d65b31eec5d4fa28767eae356b
parent40a1cd4efb97c431df226dd1b88b359bd7de7df1 (diff)
downloadpodman-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>
-rwxr-xr-xcontrib/cirrus/pr-should-include-tests4
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/' |