summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2021-03-01 14:55:33 -0500
committerChris Evich <cevich@redhat.com>2021-04-07 15:19:51 -0400
commit82a29d24c33d8c632a6a13a635cc7fb3f0014131 (patch)
tree50a71c7b621f4562dbc493f85c5be3c73aa3e4d1 /contrib
parent8c0df1c44a496d30b6e122c4ebc1dae9b5059607 (diff)
downloadpodman-82a29d24c33d8c632a6a13a635cc7fb3f0014131.tar.gz
podman-82a29d24c33d8c632a6a13a635cc7fb3f0014131.tar.bz2
podman-82a29d24c33d8c632a6a13a635cc7fb3f0014131.zip
Exempt Makefile changes from test requirements
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cirrus/pr-should-include-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cirrus/pr-should-include-tests b/contrib/cirrus/pr-should-include-tests
index e3c5d5da1..2bc06df50 100755
--- a/contrib/cirrus/pr-should-include-tests
+++ b/contrib/cirrus/pr-should-include-tests
@@ -32,6 +32,7 @@ fi
# This is OK if the only files being touched are "safe" ones.
filtered_changes=$(git diff --name-status $base $head |
awk '{print $2}' |
+ fgrep -vx Makefile |
fgrep -vx .cirrus.yml |
fgrep -vx changelog.txt |
fgrep -vx go.mod |