Skip to content

Commit 6f66e55

Browse files
authored
Merge pull request #140 from ravigurram8/topic-release-11
1.18.0v build changes
2 parents 907e3ce + 15909eb commit 6f66e55

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

cft-templates/pcluster.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ Resources :
307307
;;
308308
esac
309309
if [ ${SpackSetup} = true ]; then
310-
Nodeconfig="/home/ec2-user/parallel-update/postinstall.sh"
310+
Nodeconfig="https://raw.githubusercontent.com/spack/spack-configs/main/AWS/parallelcluster/postinstall.sh"
311311
else
312-
Nodeconfig="/home/ec2-user/parallel-update/sample.sh"
312+
Nodeconfig="https://raw.githubusercontent.com/geekdecoder/aws/master/update-centos.sh"
313313
fi
314314
set -e
315315
trap '/opt/aws/bin/cfn-signal --exit-code 1 --resource EC2Instance --region ${AWS::Region} --stack ${AWS::StackName}' ERR

config/settings-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,11 @@
424424
{
425425
"action":"Start",
426426
"imageUrl": "../../assets/images/play@2x.png"
427+
},
428+
{
429+
"action":"Instance Type",
430+
"imageUrl": "../../assets/images/pencil.png",
431+
"outputsRequired": ["InstanceId"]
427432
}
428433
]
429434
},

rg_userpool.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Resources:
364364
S3Key: post_verification_send_message.zip
365365
Role: !GetAtt "LambdaExecutionRole.Arn"
366366
MemorySize: 128
367-
Runtime: "nodejs18.x"
367+
Runtime: "nodejs14.x"
368368
Timeout: 3
369369
TracingConfig:
370370
Mode: "PassThrough"
@@ -383,7 +383,7 @@ Resources:
383383
S3Key: pre_verification_custom_message.zip
384384
Role: !GetAtt "LambdaExecutionRole.Arn"
385385
MemorySize: 128
386-
Runtime: "nodejs18.x"
386+
Runtime: "nodejs14.x"
387387
Timeout: 3
388388
TracingConfig:
389389
Mode: "PassThrough"

0 commit comments

Comments
 (0)