Skip to content

Commit

Permalink
fix: hotfix underspec'd machine (#5710)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Apr 11, 2024
1 parent 5b8e812 commit 059e38e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 059e38e

Please sign in to comment.