Skip to content

Commit 936c0e2

Browse files
authored
ci: remove Blacksmith from public checks
* ci: move blacksmith jobs to owned runners * ci: fix bazel rbe action pins * ci: allow local fallback for rbe copy actions * ci: keep public checks on hosted runners
1 parent b1c216e commit 936c0e2

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:remote-gcp-dev --remote_default_exec_properties=container-image=docker://g
1717
build:remote-gcp-dev --host_platform=//bazel/platforms:linux_x86_64
1818
build:remote-gcp-dev --platforms=//bazel/platforms:linux_x86_64
1919
build: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
2121
build:remote-gcp-dev --strategy=Genrule=remote
2222
build:remote-gcp-dev --strategy=PyCompile=remote
2323
build:remote-gcp-dev --jobs=32

.github/actionlint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
self-hosted-runner:
22
labels:
3-
- blacksmith-4vcpu-ubuntu-2404
43
- evalops-orbit-agent-rbe
54
- bazel-rbe

.github/workflows/bazel-rbe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
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"]

0 commit comments

Comments
 (0)