etcd/.github/workflows/linearizability.yaml
Thomas Jungblut ab3c530b92 add linearizability nightlies for release 3.4/3.5
This CL refactors the tests to reuse a single workflow that has
parameters. This is then reused for PRs/pushes and the nightlies.

Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2023-01-16 11:00:16 +01:00

11 lines
221 B
YAML

name: Linearizability
on: [push, pull_request]
permissions: read-all
jobs:
test:
uses: ./.github/workflows/linearizability-template.yaml
with:
ref: ${{ github.ref }}
count: 60
testTimeout: 30m