-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(manager): introduce test for mixed db (vnodes + tablets)
The new test performs sanity checks for cluster consisting of vnodes and tablets simultaneously.
- Loading branch information
Showing
2 changed files
with
62 additions
and
18 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
jenkins-pipelines/manager/ubuntu22-manager-vnodes-tablets.jenkinsfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#!groovy | ||
|
||
// trick from https://github.com/jenkinsci/workflow-cps-global-lib-plugin/pull/43 | ||
def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm) | ||
|
||
managerPipeline( | ||
backend: 'aws', | ||
region: 'us-east-1', | ||
test_name: 'mgmt_cli_test.MgmtCliTest.test_manager_sanity_vnodes_tablets_cluster', | ||
test_config: 'test-cases/manager/manager-regression-singleDC-set-distro.yaml', | ||
|
||
scylla_version: '6.0', | ||
|
||
post_behavior_db_nodes: 'destroy', | ||
post_behavior_loader_nodes: 'destroy', | ||
post_behavior_monitor_nodes: 'destroy', | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters