mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests: Add reproduce #13766 scenario
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
12
.github/workflows/linearizability-nightly.yaml
vendored
12
.github/workflows/linearizability-nightly.yaml
vendored
@@ -10,17 +10,17 @@ jobs:
|
||||
uses: ./.github/workflows/linearizability-template.yaml
|
||||
with:
|
||||
ref: main
|
||||
count: 300
|
||||
testTimeout: 170m
|
||||
count: 100
|
||||
testTimeout: 200m
|
||||
test-35:
|
||||
uses: ./.github/workflows/linearizability-template.yaml
|
||||
with:
|
||||
ref: release-3.5
|
||||
count: 300
|
||||
testTimeout: 170m
|
||||
count: 100
|
||||
testTimeout: 200m
|
||||
test-34:
|
||||
uses: ./.github/workflows/linearizability-template.yaml
|
||||
with:
|
||||
ref: release-3.4
|
||||
count: 300
|
||||
testTimeout: 170m
|
||||
count: 100
|
||||
testTimeout: 200m
|
||||
|
||||
@@ -15,7 +15,7 @@ on:
|
||||
permissions: read-all
|
||||
jobs:
|
||||
test:
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 210
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||
|
||||
2
.github/workflows/linearizability.yaml
vendored
2
.github/workflows/linearizability.yaml
vendored
@@ -6,5 +6,5 @@ jobs:
|
||||
uses: ./.github/workflows/linearizability-template.yaml
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
count: 60
|
||||
count: 15
|
||||
testTimeout: 30m
|
||||
|
||||
Reference in New Issue
Block a user