From 95c2873b3ca9fd6565ded1c502a283d5581d2745 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Mon, 2 Aug 2021 12:00:36 -0600 Subject: [PATCH] Exit stable-bpf CI runs before localnet-sanity (#19016) --- ci/test-stable.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 2e6ebce838..8f36b68b88 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