You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* UPDATE CFN PARAM IN JINJA FILE
**Description**
Updated cfn cluster creation template.
**Testing Done**
* FIX UNIT TEST CASES FOR CFN PARAM
**Description**
Updated the unit test cases for the process cfn param util.
**Testing Done**
All the unit test cases pass.
* Remove unused function and fix CloudFormation template issues
**Description**
- Removed redundant _process_cfn_template_content function from init_utils.py
- Fixed missing InstanceGroupSettings1 and RigSettings1 parameters in CFN template by changing loop range from (2,21) to (1,21)
- Removed duplicate load_config_and_validate function definition
**Testing Done**
- Verified CloudFormation template generates all required parameters 1-20
- Confirmed no duplicate function definitions remain
- Updated unit test cases and the whole suite passes
0 commit comments