From fff707351e705083b018a86bc647ce42fb1454b4 Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 5 Nov 2025 15:45:00 +0100 Subject: [PATCH] ci(spark-connect-client): Use Ubicloud runners only --- .github/workflows/build_spark-connect-client.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_spark-connect-client.yaml b/.github/workflows/build_spark-connect-client.yaml index 4836db0c4..91b822fdf 100644 --- a/.github/workflows/build_spark-connect-client.yaml +++ b/.github/workflows/build_spark-connect-client.yaml @@ -6,7 +6,7 @@ run-name: | on: workflow_dispatch: schedule: - - cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_* + - cron: "0 0 2/2 * *" # https://crontab.guru/#0_0_2/2_*_* push: branches: [main] tags: @@ -34,3 +34,6 @@ jobs: product-name: spark-connect-client sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }} registry-namespace: stackable + # Since building Vector from source, this build runs out of disk space. + # As such, we use the Ubicloud runners which provide bigger disks. + runners: ubicloud