Skip to content

Commit

Permalink
ci: relax sanity checks
Browse files Browse the repository at this point in the history
Relax sanity checks.

Signed-off-by: Ashwin Sekhar T K <asekhar@marvell.com>
Change-Id: I10236946f8fcec50fb485eab5f0fa0bdd3f30ecc
Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpu-offload/+/145017
Tested-by: Jerin Jacob <jerinj@marvell.com>
  • Loading branch information
ashwinyes authored and jerinjacobk committed Feb 11, 2025
1 parent 341e6bc commit 1ceacaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/checkpatch/run_sanity_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ CIFILES=$(git show HEAD --stat=10000 --oneline --name-only | tail -n +2 | grep "
set -xe

if [[ $CIFILES != "" && $NONCIFILES != "" ]]; then
echo "Changes in ci/ directory should be done in a separate commit"
exit 1
echo "Recommending to move changes in ci/ directory to a separate commit"
fi

0 comments on commit 1ceacaf

Please sign in to comment.