Skip to content

Commit

Permalink
bump system tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Shishkin <[email protected]>
  • Loading branch information
VladimirWork committed Oct 18, 2019
1 parent fe0244f commit 003e20b
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 ->
['test_consensus.py'],
['test_state_proof.py']
]
testVersion = 'v0.8.17'
testVersion = 'v0.8.18'
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 @@ -64,7 +64,7 @@ try {
['TestAuthMapSchemaSuite.py'],
['TestAuthMapUpgradeSuite.py']
]
testVersion = 'v0.8.17'
testVersion = 'v0.8.18'
testVersionByTag = true
delegate.gatherLogs = gatherLogs
}
Expand Down

0 comments on commit 003e20b

Please sign in to comment.