Skip to content

Commit 0a3650c

Browse files
chore(ci): enable s3-cache on all runner profiles
Adds s3-cache extra to all runner profiles in runs-on.yml. This replaces GHA cache with runs-on's S3-backed cache, which should be faster since it's colocated with the runners. Note: takes effect after merge to main (public repo limitation). Co-authored-by: Claude <noreply@anthropic.com>
1 parent fb2d545 commit 0a3650c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/runs-on.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ runners:
22
small-ubuntu24:
33
cpu: [2, 4]
44
image: ubuntu24-full-x64
5+
extras: [s3-cache]
56
default-ubuntu24:
67
cpu: [4, 8]
78
image: ubuntu24-full-x64
9+
extras: [s3-cache]
810
large-ubuntu24:
911
cpu: [8, 16]
1012
image: ubuntu24-full-x64
13+
extras: [s3-cache]
1114
arm-ubuntu24:
1215
cpu: [4, 8]
1316
family: ["c7g", "m7g", "r7g"]
1417
image: ubuntu24-full-arm64
18+
extras: [s3-cache]

0 commit comments

Comments
 (0)