Description:
OB-TestGrid Job is getting failed due to the Cloud formation script size is higher or equal to 51KB
Suggested Labels:
Priority-High
Severity-Blocker
Affected Product Version:
OB-TestGrid JOB
Steps to reproduce:
- Cloud formation script file size is equal to 51kB and when running the OB-testgrid job ,
Following error could be seen in the console
UseSQLServerDB: !Equals [sqlserver-se, !Select [0, !Split ["_", !FindInMap [ DBEngineMap, !Ref DB, DBEngine]]]]
[SQLServer-SE-13.00_Ubuntu-18.04] UseLicensedVersion: !Or [ !Equals [sqlserver, !Select [0, !Split ["-", !FindInMap [ DBEngineMap, !Ref DB, DBEngine]]]], !Equals [oracle, !Select [0, !Split ["-", !FindInMap [ DBEngineMap, !Ref DB, DBEngine]]]] ]
[SQLServer-SE-13.00_Ubuntu-18.04] ' at 'templateBody' failed to satisfy constraint: Member must have length less than or equal to 51200
Related Issues:
[1] serverless-heaven/serverless-aws-alias#107