Skip to content

Commit

Permalink
Bump test-automation version 0.8.43
Browse files Browse the repository at this point in the history
Signed-off-by: anton.denishchenko <[email protected]>
  • Loading branch information
adenishchenko committed Feb 25, 2021
1 parent 63e013a commit 111026f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.cd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def systemTests = { component, releaseVersion ->
['TestConsensusSuite.py'],
['test_state_proof.py']
]
testVersion = 'v0.8.41'
testVersion = 'v0.8.43'
testVersionByTag = true
delegate.gatherLogs = gatherLogs
}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ try {
['TestAdHocSuite.py'],
['TestProductionSuite.py']
]
testVersion = 'v0.8.41'
testVersion = 'v0.8.43'
testVersionByTag = true
delegate.gatherLogs = gatherLogs
}
Expand Down

0 comments on commit 111026f

Please sign in to comment.