Skip to content

Commit 930a170

Browse files
committed
ci(trino): Use Ubicloud runners only
Since building Vector from source, we seem to run out of disk space on the included GitHub runners. As such, we now only use the larger Ubicloud runners to build Trino.
1 parent 067070d commit 930a170

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_trino.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: |
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
9+
- cron: "0 0 2/2 * *" # https://crontab.guru/#0_0_2/2_*_*
1010
push:
1111
branches: [main]
1212
tags:
@@ -35,3 +35,4 @@ jobs:
3535
product-name: trino
3636
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
3737
registry-namespace: sdp
38+
runners: ubicloud

0 commit comments

Comments
 (0)