Remove AWS Batch scheduler support and Amazon Linux 2 (AL2) OS support from ParallelCluster#7394
Draft
hanwen-cluster wants to merge 4 commits into
Draft
Remove AWS Batch scheduler support and Amazon Linux 2 (AL2) OS support from ParallelCluster#7394hanwen-cluster wants to merge 4 commits into
hanwen-cluster wants to merge 4 commits into
Conversation
| iam_authorizations, | ||
| encryption_in_transits, | ||
| ) | ||
| remote_command_executor, scheduler_commands = _check_efs_after_nodes_reboot( |
| iam_authorizations, | ||
| encryption_in_transits, | ||
| ) | ||
| remote_command_executor, scheduler_commands = _check_efs_after_nodes_reboot( |
bcefd56 to
b51c10f
Compare
…t from ParallelCluster Changes - Delete awsbatch-cli/ package, awsbatch_builder.py, awsbatch_validators.py, Batch API client, and all Batch integration tests - Remove Batch from schemas, constants, cluster model, IAM policy templates, and CI workflows - Remove AL2 from supported OS list and image builder configs - Mechanically replace Os: alinux2 → Os: alinux2023 across all test config YAMLs - Delete Batch-only utility scripts (generate-ami-list.py, update_pcluster_configs.py, upload-script.py, bump-awsbatch-cli-version.sh) — these have no Slurm equivalent use Notes for reviewers - pcluster configure wizard removes the scheduler selection prompt entirely since Slurm is now the only option. - conditions gating on scheduler type are simplified; is_awsbatch helper and related conditional logic removed rather than left as dead code.
b51c10f to
f0d4d67
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Changes
Notes for reviewers
Tests
References
Checklist
developadd the branch name as prefix in the PR title (e.g.[release-3.6]).Please review the guidelines for contributing and Pull Request Instructions.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.