Skip to content

Commit

Permalink
remove unrelated tests in apply script
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 authored and k8s-bot committed Jun 5, 2024
1 parent e80cfb3 commit fa7433b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-scripts/patches/moonray/apply
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ DIR="$(realpath "$(dirname "${0}")")"
git config user.email [email protected]
git config user.name k8s-bot

# Remove unrelated tests
rm "${DIR}/../../../tests/integration/tests/test_cilium_e2e.py"
git commit -a -m "Remove unrelated tests"

# Apply strict patch
git am "${DIR}/0001-Moonray.patch"

0 comments on commit fa7433b

Please sign in to comment.