Skip to content

Commit

Permalink
fix(ci): builder types (#5711)
Browse files Browse the repository at this point in the history
The builder types were previously wrong arm machines / ami's from the
refactor. This also explains why there was timeouts.
  • Loading branch information
ludamad authored Apr 11, 2024
1 parent 059e38e commit b16f169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-arm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI (ARM)
on:
push:
branches: [master]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
runner_label: ${{ github.actor }}-x86
ebs_cache_size_gb: 128
runner_concurrency: 8
ec2_instance_type: r6g.32xlarge
runner_concurrency: 50
ec2_instance_type: m6a.32xlarge
ec2_ami_id: ami-0d8a9b0419ddb331a
ec2_instance_ttl: 40 # refreshed by jobs
secrets: inherit
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
runner_label: ${{ github.actor }}-bench-x86
ebs_cache_size_gb: 32
runner_concurrency: 1
ec2_instance_type: r6g.4xlarge
ec2_instance_type: m6a.4xlarge
ec2_ami_id: ami-0d8a9b0419ddb331a
ec2_instance_ttl: 15 # refreshed by jobs
secrets: inherit
Expand Down

0 comments on commit b16f169

Please sign in to comment.