forked from feldera/feldera
-
Notifications
You must be signed in to change notification settings - Fork 0
43 lines (35 loc) · 1.01 KB
/
flink-benchmark.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
name: Benchmark Flink
on:
schedule:
# Run every month on the first day
- cron: '0 0 1 * *'
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
CARGO_NET_RETRY: 10
RUST_BACKTRACE: short
RUSTUP_MAX_RETRIES: 10
CI_MACHINE_TYPE: "skylake-2x"
FORCE_COLOR: 1
jobs:
benchmark:
permissions:
contents: read
issues: write
pull-requests: write
runs-on: [ self-hosted, skylake40, benchmark-machine ]
steps:
- uses: actions/checkout@v3
- name: Install earthly
uses: earthly/actions-setup@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version: 0.8.15
- name: Earthly version
run: earthly --version
- name: Fetch previous results
run: bash ./scripts/clone-gh-pages.bash
- name: Refresh Flink Benchmark
run: bash ./benchmark/flink/refresh-flink-benchmark.sh
- name: Publish Flink Results
run: bash ./benchmark/flink/publish-flink.sh