Skip to content

Commit

Permalink
ci(manager): refactor jenkinsfiles - update filenames, remove invalid
Browse files Browse the repository at this point in the history
- Removed some .jenkinsfiles for which usage in master and manager-3.3
Jenkins spaces was not found;
- Longevity files moved to separate directory;
- Renamed some of the files to show the actual OS they run SM on. In
most of the cases, just replaced centos by ubuntu22.
  • Loading branch information
mikliapko authored and fruch committed Oct 10, 2024
1 parent efcb5cd commit 68a4a7b
Show file tree
Hide file tree
Showing 23 changed files with 6 additions and 135 deletions.
15 changes: 0 additions & 15 deletions jenkins-pipelines/manager/centos-manager-backup-200gb.jenkinsfile

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions jenkins-pipelines/manager/centos-manager-backup.jenkinsfile

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions jenkins-pipelines/manager/centos-manager-sanity-ipv6.jenkinsfile

This file was deleted.

17 changes: 0 additions & 17 deletions jenkins-pipelines/manager/centos-manager-sanity.jenkinsfile

This file was deleted.

20 changes: 0 additions & 20 deletions jenkins-pipelines/manager/centos-manager-upgrade.jenkinsfile

This file was deleted.

16 changes: 0 additions & 16 deletions jenkins-pipelines/manager/manager-sanity.jenkinsfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm)
managerPipeline(
backend: 'aws',
region: 'us-east-1',
test_name: 'mgmt_cli_test.MgmtCliTest.test_backup_and_restore_only_data',
test_config: 'test-cases/manager/manager-backup-and-restore-4TB-single-node.yaml',
test_name: 'mgmt_cli_test.MgmtCliTest.test_no_delta_backup_at_disabled_compaction',
test_config: 'test-cases/manager/manager-no-delta-backup-set-dataset.yaml',

post_behavior_db_nodes: 'destroy',
post_behavior_loader_nodes: 'destroy',
post_behavior_monitor_nodes: 'destroy'
post_behavior_monitor_nodes: 'destroy',
)
6 changes: 3 additions & 3 deletions jenkins-pipelines/manager/ubuntu22-manager-backup.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm)

managerPipeline(
backend: 'aws',
region: 'us-east-1',
test_name: 'mgmt_cli_test.MgmtCliTest.test_no_delta_backup_at_disabled_compaction',
test_config: """['test-cases/manager/manager-no-delta-backup-set-dataset.yaml']""",
region: 'us-west-2',
test_name: 'mgmt_cli_test.MgmtCliTest.test_backup_feature',
test_config: 'test-cases/manager/manager-regression-singleDC-set-distro.yaml',

post_behavior_db_nodes: 'destroy',
post_behavior_loader_nodes: 'destroy',
Expand Down

0 comments on commit 68a4a7b

Please sign in to comment.