ClickHouse/.github/workflows/jepsen.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
739 B
YAML
Raw Normal View History

2021-12-24 12:56:03 +00:00
name: JepsenWorkflow
env:
# Force the stdout and stderr streams to be unbuffered
PYTHONUNBUFFERED: 1
concurrency:
group: jepsen
on: # yamllint disable-line rule:truthy
schedule:
- cron: '0 */6 * * *'
workflow_dispatch:
2022-05-27 12:37:11 +00:00
workflow_call:
2021-12-24 12:56:03 +00:00
jobs:
2022-11-07 09:50:39 +00:00
KeeperJepsenRelease:
uses: ./.github/workflows/reusable_simple_job.yml
2023-11-10 23:58:04 +00:00
with:
test_name: Jepsen keeper check
runner_type: style-checker
run_command: |
python3 jepsen_check.py keeper
2022-11-09 08:45:32 +00:00
# ServerJepsenRelease:
# uses: ./.github/workflows/reusable_simple_job.yml
2023-11-10 23:58:04 +00:00
# with:
# test_name: Jepsen server check
# runner_type: style-checker
# run_command: |
# cd "$REPO_COPY/tests/ci"
# python3 jepsen_check.py server