diff options
author | Chris Evich <cevich@redhat.com> | 2021-03-01 14:55:33 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-04-07 15:19:51 -0400 |
commit | 82a29d24c33d8c632a6a13a635cc7fb3f0014131 (patch) | |
tree | 50a71c7b621f4562dbc493f85c5be3c73aa3e4d1 /contrib/cirrus/pr-should-include-tests | |
parent | 8c0df1c44a496d30b6e122c4ebc1dae9b5059607 (diff) | |
download | podman-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/cirrus/pr-should-include-tests')
-rwxr-xr-x | contrib/cirrus/pr-should-include-tests | 1 |
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 | |