-
Notifications
You must be signed in to change notification settings - Fork 8
49 lines (39 loc) · 1.13 KB
/
framework-flink-kafka-java.yml
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
40
41
42
43
44
45
46
47
48
49
name: "Apache Flink: Kafka to JDBC sink (Java)"
on:
pull_request:
branches: ~
paths:
- '.github/workflows/framework-flink-kafka-java.yml'
- 'framework/flink/kafka-jdbcsink-java/**'
- '/requirements.txt'
push:
branches: [ main ]
paths:
- '.github/workflows/framework-flink-kafka-java.yml'
- 'framework/flink/kafka-jdbcsink-java/**'
- '/requirements.txt'
# Allow job to be triggered manually.
workflow_dispatch:
# Run job each night after CrateDB nightly has been published.
schedule:
- cron: '0 3 * * *'
# Cancel in-progress jobs when pushing to the same branch.
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ "ubuntu-latest" ]
name: OS ${{ matrix.os }}
steps:
- name: Acquire sources
uses: actions/checkout@v4
- name: Validate framework/flink/kafka-jdbcsink-java
run: |
# TODO: Generalize invocation into `ngr` test runner.
cd framework/flink/kafka-jdbcsink-java
bash test.sh