From 0f7b84197f63878ea054a1dfa24fadd59fc92a46 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 19:28:55 +0000 Subject: [PATCH] Exit stable-bpf CI runs before localnet-sanity (#19016) (#19018) (cherry picked from commit 95c2873b3ca9fd6565ded1c502a283d5581d2745) Co-authored-by: Tyera Eulberg --- ci/test-stable.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 80ae2e0622..025c1d9d82 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -75,6 +75,7 @@ test-stable-bpf) bpf_dump_archive="bpf-dumps.tar.bz2" rm -f "$bpf_dump_archive" tar cjvf "$bpf_dump_archive" "${bpf_target_path}"/{deploy/*.txt,bpfel-unknown-unknown/release/*.so} + exit 0 ;; test-stable-perf) if [[ $(uname) = Linux ]]; then