From 1e7d88608dc7b2e2906fb993d61dce46e994a94f Mon Sep 17 00:00:00 2001 From: ludamad Date: Mon, 15 Apr 2024 19:55:58 -0400 Subject: [PATCH 1/2] fix(ci): 192 core spot runner the cpp parts really churn. Buy time for better solution with compute --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68c34bf6a121..6f7904dab409 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 From f6e3674e4dc3b25f9c10be78ce808f972d3fa236 Mon Sep 17 00:00:00 2001 From: ludamad Date: Mon, 15 Apr 2024 20:56:40 -0400 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f7904dab409..a6a94add2258 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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.