From 598d29c377bba84e5c0474389a30d36653617b1b Mon Sep 17 00:00:00 2001 From: Brandon Duffany Date: Thu, 21 Nov 2024 07:33:22 -0800 Subject: [PATCH] Update dev QA script to remove podman dependency in dev (#7928) We're testing the bb repo on an old commit that still runs the ci_runner_test with `workload-isolation-type=podman` against dev. --- tools/dev_qa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dev_qa.py b/tools/dev_qa.py index 922a68f5d5a..2321e1e5dcd 100755 --- a/tools/dev_qa.py +++ b/tools/dev_qa.py @@ -33,7 +33,7 @@ { "name": "buildbuddy", "repo_url": "https://github.com/buildbuddy-io/buildbuddy", - "commit_sha": "70416ce9f040ba487579dfc773b8f426396bca48", + "commit_sha": "43f2fc09352bfc94f8d3f18564dabeebe5e58a5a", "command": """ bazel test //... \ --config=remote-dev \