Add builds for openSUSE 15.2
openSUSE 15.2 moved from ICU 60 to 65, breaking compatibility with openSUSE 15.0 and 15.1.
This commit is contained in:
parent
4a7ae76b60
commit
a4ccbeb3f3
1 changed files with 192 additions and 4 deletions
|
|
@ -271,6 +271,20 @@ rBuildsBatchJobDefinitionOpensuse15:
|
|||
Image: "#{AWS::AccountId}.dkr.ecr.#{AWS::Region}.amazonaws.com/r-builds:opensuse-15"
|
||||
Timeout:
|
||||
AttemptDurationSeconds: 7200
|
||||
rBuildsBatchJobDefinitionOpensuse152:
|
||||
Type: AWS::Batch::JobDefinition
|
||||
Properties:
|
||||
Type: container
|
||||
ContainerProperties:
|
||||
Command:
|
||||
- ./build.sh
|
||||
Vcpus: 4
|
||||
Memory: 4096
|
||||
JobRoleArn:
|
||||
"Fn::GetAtt": [ rBuildsEcsTaskIamRole, Arn ]
|
||||
Image: "#{AWS::AccountId}.dkr.ecr.#{AWS::Region}.amazonaws.com/r-builds:opensuse-152"
|
||||
Timeout:
|
||||
AttemptDurationSeconds: 7200
|
||||
|
||||
# step function cloudwatch event trigger resources
|
||||
rBuildsEventRuleIamRole:
|
||||
|
|
|
|||
Loading…
Reference in a new issue