Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/cbmc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
name: CBMC (ML-DSA-44)
ec2_instance_type: c7g.4xlarge
ec2_ami: ubuntu-latest (custom AMI)
ec2_ami_id: ami-0d7f502261b31b27f # aarch64, ubuntu-latest, 64g
ec2_ami: ubuntu-latest (aarch64)
ec2_volume_size: 20
compile_mode: native
opt: no_opt
lint: false
Expand All @@ -40,8 +40,8 @@ jobs:
with:
name: CBMC (ML-DSA-65)
ec2_instance_type: c7g.4xlarge
ec2_ami: ubuntu-latest (custom AMI)
ec2_ami_id: ami-0d7f502261b31b27f # aarch64, ubuntu-latest, 64g
ec2_ami: ubuntu-latest (aarch64)
ec2_volume_size: 20
compile_mode: native
opt: no_opt
lint: false
Expand All @@ -62,8 +62,8 @@ jobs:
with:
name: CBMC (ML-DSA-87)
ec2_instance_type: c7g.4xlarge
ec2_ami: ubuntu-latest (custom AMI)
ec2_ami_id: ami-0d7f502261b31b27f # aarch64, ubuntu-latest, 64g
ec2_ami: ubuntu-latest (aarch64)
ec2_volume_size: 20
compile_mode: native
opt: no_opt
lint: false
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci_ec2_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ on:
type: string
description: AMI ID
default: ami-0e8c824f386e1de06
ec2_volume_size:
type: string
default: ""
cflags:
type: string
description: Custom CFLAGS for compilation
Expand Down Expand Up @@ -113,6 +116,7 @@ jobs:
mode: start
github-token: ${{ secrets.AWS_GITHUB_TOKEN }}
ec2-image-id: ${{ steps.det_ami_id.outputs.AMI_ID }}
ec2-volume-size: ${{ inputs.ec2_volume_size }}
ec2-instance-type: ${{ inputs.ec2_instance_type }}
subnet-id: subnet-094d73eb42eb6bf5b
security-group-id: sg-0282706dbc92a1579
Expand All @@ -130,6 +134,7 @@ jobs:
mode: start
github-token: ${{ secrets.AWS_GITHUB_TOKEN }}
ec2-image-id: ${{ steps.det_ami_id.outputs.AMI_ID }}
ec2-volume-size: ${{ inputs.ec2_volume_size }}
ec2-instance-type: ${{ inputs.ec2_instance_type }}
subnet-id: subnet-094d73eb42eb6bf5b
security-group-id: sg-0282706dbc92a1579
Expand Down