Skip to content

Commit

Permalink
fix(ci): 192 core spot runner (#5767)
Browse files Browse the repository at this point in the history
The cpp parts really churn. Buy time for better solution with compute
  • Loading branch information
ludamad authored Apr 16, 2024
1 parent f06f64c commit 37daac6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ebs_cache_size_gb: 256
runner_concurrency: 50
subaction: ${{ github.event.inputs.runner_action || 'start' }}
ec2_instance_type: m6a.32xlarge
ec2_instance_type: m6a.48xlarge
ec2_ami_id: ami-04d8422a9ba4de80f
ec2_instance_ttl: 40 # refreshed by jobs
secrets: inherit
Expand Down Expand Up @@ -143,3 +143,9 @@ jobs:
working-directory: ./barretenberg/cpp/
timeout-minutes: 15
run: earthly --no-output +bench-ultra-honk --bench_mode=cache

merge-check:
runs-on: ${{ github.actor }}-x86
needs: [e2e, bb-native-tests, bb-bench]
steps:
- run: echo Pull request merging now allowed.

0 comments on commit 37daac6

Please sign in to comment.