Open AlexKaracaoglu opened 2 months ago
Hi @AlexKaracaoglu
Not sure if you are still on it but you can refer to this commit I made https://github.com/pahud/aws-cdk/commit/8fd3db823e232e87b010f990f009b8b22aade093
@pahud @sumupitchayan - Appreciate the follow ups, I'll get some changes in later today
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository
The pull request linter fails with the following errors:
❌ Features must contain a change to a README file.
❌ Features must contain a change to an integration test file and the resulting snapshot.
PRs must pass status checks before we can provide a meaningful review.
If you would like to request an exemption from the status checks or clarification on feedback, please leave a comment on this PR containing Exemption Request
and/or Clarification Request
.
Issue # (if applicable)
Closes #31347.
Reason for this change
The motivating bug is that you cannot add a combo of g5 and a g6 as instance classes onto the same node group or else the following error will be thrown:
instanceTypes of different architectures is not allowed
.Description of changes
isGpuInstanceType
checkDescription of how you validated changes
Wrote unit tests for the
isGpuInstanceType
functionChecklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license