Skip to content

Commit

Permalink
Reduce core count for FPGA firmware-build job. (#1413)
Browse files Browse the repository at this point in the history
We'll soon be launching 8 instances of this job simultaneously as part
of the nightly release. Unfortunately, at 32-cores each this will blow
our GCE quota in us-central, and GCE is rejecting my requests for more
quota. So for now, we'll decrease to 16 cores, at least until we can
improve the VM creation logic to retry after quota failures.
  • Loading branch information
korran authored Mar 15, 2024
1 parent b3f3662 commit fac4ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fpga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
retention-days: 1

build_test_binaries:
runs-on: [e2-standard-32]
runs-on: [e2-standard-16]
timeout-minutes: 60

env:
Expand Down

0 comments on commit fac4ef6

Please sign in to comment.