Skip to content

Commit

Permalink
Merge pull request #15132 from serathius/linearizability-nightly-fix
Browse files Browse the repository at this point in the history
tests: Fix linearizability nightly variable name
  • Loading branch information
serathius authored Jan 17, 2023
2 parents a31b44b + 0c48383 commit 09b5663
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linearizability-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
with:
ref: main
count: 300
timeoutDuration: 170m
testTimeout: 170m
test-35:
uses: ./.github/workflows/linearizability-template.yaml
with:
ref: release-3.5
count: 300
timeoutDuration: 170m
testTimeout: 170m
test-34:
uses: ./.github/workflows/linearizability-template.yaml
with:
ref: release-3.4
count: 300
timeoutDuration: 170m
testTimeout: 170m

0 comments on commit 09b5663

Please sign in to comment.