-
Notifications
You must be signed in to change notification settings - Fork 314
[Subnet Prioritization] Support capacity-optimized-prioritized and prioritized Allocation Strategy #6865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Allenz5
wants to merge
23
commits into
aws:develop
Choose a base branch
from
Allenz5:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[Subnet Prioritization] Support capacity-optimized-prioritized and prioritized Allocation Strategy #6865
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
bcb3346
[Subnet Prioritization] Add prioritized|capacity-optimized-prioritize…
Allenz5 bd77a73
Merge branch 'develop' of github.com:Allenz5/aws-parallelcluster into…
Allenz5 96d1e01
Merge branch 'aws:develop' into develop
Allenz5 1360560
[Subnet Prioritization] Add test cases for instance allocation strate…
Allenz5 8cf10aa
[Subnet Prioritization] Update the default value and update policy of…
Allenz5 7f303dd
[Subnet Prioritization] Move AllocationStrategy Enum from pcluster.co…
Allenz5 26ddfec
[Subnet Prioritization] Add validator and validator test for enable_s…
Allenz5 13d8cfa
[Subnet Prioritization] Move AllocationStrategy Enum from cluster_con…
Allenz5 f8de4a5
Revert "[Subnet Prioritization] Move AllocationStrategy Enum from clu…
Allenz5 c7889cd
[Subnet Prioritization] Register enable_single_availability_zone_vali…
Allenz5 b6506cf
[Subnet Prioritization] Change default value of enable_single_availab…
Allenz5 a3b7672
[Subnet Prioritization] Add enable_single_availability_zone parameter…
Allenz5 33d3fd1
Merge branch 'aws:develop' into develop
Allenz5 406d5e8
[Subnet Prioritization] Fix format issues
Allenz5 dee33ca
Merge branch 'develop' of github.com:Allenz5/aws-parallelcluster into…
Allenz5 f2a0c7e
[Subnet Prioritization] Update CHANGELOG.md
Allenz5 2e94485
[Subnet Prioritization] Remove duplicated AllocationStrategy Enum
Allenz5 d2c2ba6
[Subnet Prioritization] Remove duplicated EnableSingleAvailabilityZon…
Allenz5 db7a9c5
[Subnet Prioritization] Update the failure message of InstancesAlloca…
Allenz5 99773c4
[Subnet Prioritization] Update enable_single_availability_zone_valida…
Allenz5 ce299af
[Subnet Prioritization] Update format
Allenz5 aa81737
[Subnet Prioritization] Fix EnableSingleAvailabilityZoneValidator
Allenz5 24129ff
[Subnet Prioritization] Fix format issue
Allenz5 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we test the use of keeping this
UpdatePolicy.QUEUE_UPDATE_STRATEGY
for this paramter?