Skip to content
Prev Previous commit
Next Next commit
Update nightly-gauntlet.yaml
  • Loading branch information
matifali authored Jun 22, 2024
commit bfa484a50dcb908efc2186890faeb52b64cffdd1
4 changes: 2 additions & 2 deletions .github/workflows/nightly-gauntlet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# While GitHub's toaster runners are likelier to flake, we want consistency
# between this environment and the regular test environment for DataDog
# statistics and to only show real workflow threats.
runs-on: "buildjet-8vcpu-ubuntu-2204"
runs-on: "depot-ubuntu-22.04-8"
# This runner costs 0.016 USD per minute,
# so 0.016 * 240 = 3.84 USD per run.
timeout-minutes: 240
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

go-timing:
# We run these tests with p=1 so we don't need a lot of compute.
runs-on: "buildjet-2vcpu-ubuntu-2204"
runs-on: "depot-ubuntu-22.04"
timeout-minutes: 10
steps:
- name: Checkout
Expand Down