Skip to content

Commit

Permalink
Debug internal pipeline
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 720728800
  • Loading branch information
avagin authored and gvisor-bot committed Jan 29, 2025
1 parent 658e5a7 commit 03ff4ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/hooks/post-command
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,7 @@ fi
if [[ -n "${BUILDKITE_STAGED_BINARIES_DIRECTORY:-}" ]]; then
rm -rf "$BUILDKITE_STAGED_BINARIES_DIRECTORY" || true
fi

if ps -C runsc; then
killall -9 buildkite-agent
fi
5 changes: 5 additions & 0 deletions .buildkite/hooks/pre-command
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
set -euo pipefail

ps axf
if ps -C runsc; then
killall -9 buildkite-agent
fi

# Use a per-day bazel remote cache. As the cache object's TTL expires, they are
# deleted on an ongoing basis. Such partial deletion can break the cache state.
# Using per day cache will ensure that builds triggered on a certain day have
Expand Down

0 comments on commit 03ff4ec

Please sign in to comment.