Exit stable-bpf CI runs before localnet-sanity (#19016)

This commit is contained in:
Tyera Eulberg
2021-08-02 12:00:36 -06:00
committed by GitHub
parent bb275350c7
commit 95c2873b3c

View File

@ -75,6 +75,7 @@ test-stable-bpf)
bpf_dump_archive="bpf-dumps.tar.bz2" bpf_dump_archive="bpf-dumps.tar.bz2"
rm -f "$bpf_dump_archive" rm -f "$bpf_dump_archive"
tar cjvf "$bpf_dump_archive" "${bpf_target_path}"/{deploy/*.txt,bpfel-unknown-unknown/release/*.so} tar cjvf "$bpf_dump_archive" "${bpf_target_path}"/{deploy/*.txt,bpfel-unknown-unknown/release/*.so}
exit 0
;; ;;
test-stable-perf) test-stable-perf)
if [[ $(uname) = Linux ]]; then if [[ $(uname) = Linux ]]; then