We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: