Add Fedora 40
This commit is contained in:
parent
e79b3aa00d
commit
ea3b4c23e2
1 changed files with 200 additions and 2 deletions
|
|
@ -297,6 +297,20 @@ rBuildsBatchJobDefinitionFedora39:
|
|||
Image: "#{AWS::AccountId}.dkr.ecr.#{AWS::Region}.amazonaws.com/r-builds:fedora-39"
|
||||
Timeout:
|
||||
AttemptDurationSeconds: 7200
|
||||
rBuildsBatchJobDefinitionFedora40:
|
||||
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:fedora-40"
|
||||
Timeout:
|
||||
AttemptDurationSeconds: 7200
|
||||
|
||||
# step function cloudwatch event trigger resources
|
||||
rBuildsEventRuleIamRole:
|
||||
|
|
|
|||
Loading…
Reference in a new issue