Skip to content

Commit e632cc3

Browse files
committed
Change the AWS_ROLE and other parameter
- This commit aligned the AWS_ROLE and other parameter with mlkem-native - In mldsa-native, we use same AMI for ec2_compatibilitytests with mlkem-native. we use same AWS_ROLE as mlkem-native for ec2_compatibilitytests, also aligned other parameter. Signed-off-by: willieyz <willie.zhao@chelpis.com>
1 parent f9cc637 commit e632cc3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci_ec2_container.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ on:
6262
type: string
6363
default: ''
6464
env:
65-
AWS_ROLE: arn:aws:iam::904233116199:role/mldsa-native-ci
65+
AWS_ROLE: arn:aws:iam::559050233797:role/mlkem-c-aarch64-gh-action
6666
AWS_REGION: us-east-1
67-
AMI_UBUNTU_LATEST_X86_64: ami-084568db4383264d4
68-
AMI_UBUNTU_LATEST_AARCH64: ami-0c4e709339fa8521a
67+
AMI_UBUNTU_LATEST_X86_64: ami-0e86e20dae9224db8
68+
AMI_UBUNTU_LATEST_AARCH64: ami-096ea6a12ea24a797
6969
jobs:
7070
start-ec2-runner:
7171
name: Start instance (${{ inputs.ec2_instance_type }})
@@ -107,8 +107,8 @@ jobs:
107107
github-token: ${{ secrets.AWS_GITHUB_TOKEN }}
108108
ec2-image-id: ${{ steps.det_ami_id.outputs.AMI_ID }}
109109
ec2-instance-type: ${{ inputs.ec2_instance_type }}
110-
subnet-id: subnet-094d73eb42eb6bf5b
111-
security-group-id: sg-0282706dbc92a1579
110+
subnet-id: subnet-07b2729e5e065962f
111+
security-group-id: sg-0ab2e297196c8c381
112112
- name: Start EC2 runner (wait before retry)
113113
if: steps.start-ec2-runner-first.outcome == 'failure'
114114
shell: bash
@@ -124,8 +124,8 @@ jobs:
124124
github-token: ${{ secrets.AWS_GITHUB_TOKEN }}
125125
ec2-image-id: ${{ steps.det_ami_id.outputs.AMI_ID }}
126126
ec2-instance-type: ${{ inputs.ec2_instance_type }}
127-
subnet-id: subnet-094d73eb42eb6bf5b
128-
security-group-id: sg-0282706dbc92a1579
127+
subnet-id: subnet-07b2729e5e065962f
128+
security-group-id: sg-0ab2e297196c8c381
129129
- name: Remember runner
130130
id: remember-runner
131131
shell: bash

0 commit comments

Comments
 (0)