Skip to content

Commit fff7073

Browse files
committed
ci(spark-connect-client): Use Ubicloud runners only
1 parent b594ca8 commit fff7073

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build_spark-connect-client.yaml

Lines changed: 4 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:
@@ -34,3 +34,6 @@ jobs:
3434
product-name: spark-connect-client
3535
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
3636
registry-namespace: stackable
37+
# Since building Vector from source, this build runs out of disk space.
38+
# As such, we use the Ubicloud runners which provide bigger disks.
39+
runners: ubicloud

0 commit comments

Comments
 (0)