Skip to content

Commit

Permalink
Try to bisect between (unavailable+1)..7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Dec 2, 2024
1 parent 896dd95 commit 7e9cf31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/run_bazel_test/run_bazel_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ fi
# good commits:
# - 000a83a77b417823e978f4b905a8039b2dd38ef3
# - 6d69b9c6003a963bf9e26b3d52b3a736e900cee0

# - 333027e234d03cd77624f6ee17b33705bba4cd2a
# - 610fe7bb25c8853fd9b55d85cb08d2bf4e3ee8b7

# failed (no binary): 282ac623df3523e2e31a2de9c002e5c50da19fec
bazelisk --bisect=6d69b9c6003a963bf9e26b3d52b3a736e900cee0..282ac623df3523e2e31a2de9c002e5c50da19fec test --build_tests_only "${bzl_pkgs}"
bazelisk --bisect=ffe1df57c3ccbbff815df0068634b881da8c1501..7.3.0 test --build_tests_only "${bzl_pkgs}"

0 comments on commit 7e9cf31

Please sign in to comment.