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 Nov 14, 2019
1 parent a0226a6 commit 553f5d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.21'
testVersion = 'v0.8.22'
testVersionByTag = true
delegate.gatherLogs = gatherLogs
}
Expand Down
4 changes: 2 additions & 2 deletions Jenkinsfile.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ try {
['TestAuthMapRevocRegEntrySuite.py'],
['TestAuthMapSchemaSuite.py'],
['TestAuthMapUpgradeSuite.py'],
['TestAdHocSuite.py']
['TestAdHocSuite.py', 'TestProductionSuite.py']
]
testVersion = 'v0.8.21'
testVersion = 'v0.8.22'
testVersionByTag = true
delegate.gatherLogs = gatherLogs
}
Expand Down

0 comments on commit 553f5d6

Please sign in to comment.