Skip to content

Commit b6da124

Browse files
committed
runs-on: use large disk for default
1 parent 807220b commit b6da124

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/runs-on.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ images:
33
platform: "linux"
44
arch: "amd64"
55
ami: "ami-04a92520784b93e73"
6+
disk: large
67
preinstall: |
78
#!/bin/bash
89
apt update && apt install -y curl build-essential
@@ -27,6 +28,7 @@ images:
2728
platform: "linux"
2829
arch: "amd64"
2930
ami: "ami-04a4acda26ca36de0"
31+
disk: large
3032
preinstall: |
3133
#!/bin/bash
3234
apt update && apt install -y curl build-essential
@@ -46,4 +48,4 @@ images:
4648
wget https://github.com/jbdalido/bazel-remote/releases/download/test/bazel-remote -O /usr/local/bin/bzlcache
4749
chmod +x /usr/local/bin/bzlcache
4850
echo "Run bazel cache"
49-
systemd-run --property=Restart=always /usr/local/bin/bzlcache --max_size=1000 --grpc_address 127.0.0.1:15501 --dir=/tmp/cache --s3.region eu-west-3 --s3.bucket runs-on-s3bucketcache-jycgicewbssh --s3.auth_method iam_role --s3.prefix cache --s3.endpoint=s3.eu-west-3.amazonaws.com --storage_mode uncompressed
51+
systemd-run --property=Restart=always /usr/local/bin/bzlcache --max_size=1000 --grpc_address 127.0.0.1:15501 --dir=/tmp/cache --s3.region eu-west-3 --s3.bucket runs-on-s3bucketcache-jycgicewbssh --s3.auth_method iam_role --s3.prefix cache --s3.endpoint=s3.eu-west-3.amazonaws.com --storage_mode uncompressed

0 commit comments

Comments
 (0)