Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:remote-gcp-dev --remote_default_exec_properties=container-image=docker://g
build:remote-gcp-dev --host_platform=//bazel/platforms:linux_x86_64
build:remote-gcp-dev --platforms=//bazel/platforms:linux_x86_64
build:remote-gcp-dev --extra_execution_platforms=//bazel/platforms:linux_x86_64
build:remote-gcp-dev --spawn_strategy=remote
build:remote-gcp-dev --spawn_strategy=remote,local
build:remote-gcp-dev --strategy=Genrule=remote
build:remote-gcp-dev --strategy=PyCompile=remote
build:remote-gcp-dev --jobs=32
Expand Down
1 change: 0 additions & 1 deletion .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
self-hosted-runner:
labels:
- blacksmith-4vcpu-ubuntu-2404
- evalops-orbit-agent-rbe
- bazel-rbe
4 changes: 2 additions & 2 deletions .github/workflows/bazel-rbe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@de0facc42343c4c3d0f2fb3f1f251f9f7e3ce75b # v6.0.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Go for Bazel tools
uses: actions/setup-go@4a3601d38874680202d6939c4edd8cf679bd637a # v6.4.0
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: "1.26.3"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
Expand Down
Loading