Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
16 cpu no ramdisk take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalbraith committed Aug 8, 2024
1 parent e242bc1 commit d393ce7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
build:
name: Build
runs-on: depot-ubuntu-22.04-16-ramdisk
runs-on: depot-ubuntu-22.04-16

steps:
- name: Checkout repository
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

test:
name: Test
runs-on: depot-ubuntu-22.04-16-ramdisk
runs-on: depot-ubuntu-22.04-16

steps:
# Required as a workaround for Dagger to properly detect Git metadata
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

lint:
name: Lint
runs-on: depot-ubuntu-22.04-16-ramdisk
runs-on: depot-ubuntu-22.04-16

steps:
# Required as a workaround for Dagger to properly detect Git metadata
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:

quickstart:
name: Quickstart
runs-on: depot-ubuntu-22.04-16-ramdisk
runs-on: depot-ubuntu-22.04-16

steps:
- name: Checkout repository
Expand All @@ -261,7 +261,7 @@ jobs:

e2e:
name: E2E
runs-on: depot-ubuntu-22.04-16-ramdisk
runs-on: depot-ubuntu-22.04-16

steps:
# Required as a workaround for Dagger to properly detect Git metadata
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:

dagger:
name: CI
runs-on: depot-ubuntu-22.04-16-ramdisk
runs-on: depot-ubuntu-22.04-16

steps:
# Required as a workaround for Dagger to properly detect Git metadata
Expand Down

0 comments on commit d393ce7

Please sign in to comment.