diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 299bdc68ea0..f42a9c47f1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: runner_label: ${{ github.actor }}-x86 ebs_cache_size_gb: 128 runner_concurrency: 8 - ec2_instance_type: r6g.16xlarge + ec2_instance_type: r6g.32xlarge ec2_ami_id: ami-0d8a9b0419ddb331a ec2_instance_ttl: 40 # refreshed by jobs secrets: inherit @@ -94,7 +94,7 @@ jobs: concurrency_key: bb-native-tests-${{ github.actor }}-x86 - name: "Native Prover Tests" working-directory: ./barretenberg/cpp/ - timeout-minutes: 15 + timeout-minutes: 25 run: earthly --no-output +test # push benchmarking binaries to dockerhub registry @@ -111,7 +111,7 @@ jobs: concurrency_key: bb-bench-binaries-${{ github.actor }}-x86 - name: Build and Push Binaries if: ${{ github.event.inputs.just_start_spot != 'true' }} - timeout-minutes: 15 + timeout-minutes: 25 working-directory: ./barretenberg/cpp/ run: earthly --push +bench-binaries