File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ build:remote-gcp-dev --remote_default_exec_properties=container-image=docker://g
1717build:remote-gcp-dev --host_platform=//bazel/platforms:linux_x86_64
1818build:remote-gcp-dev --platforms=//bazel/platforms:linux_x86_64
1919build:remote-gcp-dev --extra_execution_platforms=//bazel/platforms:linux_x86_64
20- build:remote-gcp-dev --spawn_strategy=remote
20+ build:remote-gcp-dev --spawn_strategy=remote,local
2121build:remote-gcp-dev --strategy=Genrule=remote
2222build:remote-gcp-dev --strategy=PyCompile=remote
2323build:remote-gcp-dev --jobs=32
Original file line number Diff line number Diff line change 11self-hosted-runner :
22 labels :
3- - blacksmith-4vcpu-ubuntu-2404
43 - evalops-orbit-agent-rbe
54 - bazel-rbe
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ jobs:
4747 timeout-minutes : 30
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@de0facc42343c4c3d0f2fb3f1f251f9f7e3ce75b # v6.0.2
50+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151
5252 - name : Set up Go for Bazel tools
53- uses : actions/setup-go@4a3601d38874680202d6939c4edd8cf679bd637a # v6.4.0
53+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5454 with :
5555 go-version : " 1.26.3"
5656
Original file line number Diff line number Diff line change 88
99jobs :
1010 test :
11- runs-on : blacksmith-4vcpu- ubuntu-2404
11+ runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
1414 python-version : ["3.11", "3.12"]
You can’t perform that action at this time.
0 commit comments