Skip to content

Commit

Permalink
Update dev QA script to remove podman dependency in dev (#7928)
Browse files Browse the repository at this point in the history
We're testing the bb repo on an old commit that still runs the
ci_runner_test with `workload-isolation-type=podman` against dev.
  • Loading branch information
bduffany committed Nov 21, 2024
1 parent 2035012 commit 598d29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dev_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 598d29c

Please sign in to comment.