-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbuild_spark-connect-client.yaml
More file actions
39 lines (37 loc) · 1.35 KB
/
build_spark-connect-client.yaml
File metadata and controls
39 lines (37 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
name: Build Spark Connect Client
run-name: |
Build Spark Connect Client (attempt #${{ github.run_attempt }})
on:
workflow_dispatch:
schedule:
- cron: "0 0 2/2 * *" # https://crontab.guru/#0_0_2/2_*_*
push:
branches: [main]
tags:
- "[0-9][0-9].[0-9]+.[0-9]+"
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
paths:
# To check dependencies, run this ( you will need to consider transitive dependencies)
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
- spark-k8s/**
- spark-connect-client/**
- stackable-base/**
- java-base/**
- .github/actions/**
- .github/workflows/build_spark-connect-client.yaml
- .github/workflows/reusable_build_image.yaml
jobs:
build_image:
name: Reusable Workflow
uses: ./.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_STACKABLE_GITHUB_ACTION_BUILD_SECRET }}
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
with:
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