Skip to content

Commit 97338c7

Browse files
authored
Merge branch 'master' into merge-substitution-builder
2 parents 5edb6f0 + 4d3294a commit 97338c7

File tree

3 files changed

+13
-19
lines changed

3 files changed

+13
-19
lines changed

.github/runs-on.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
images:
2-
dlami-x64:
2+
runs-on-gpu-pinned:
33
platform: "linux"
44
arch: "x64"
5-
owner: "898082745236" # AWS
6-
name: "Deep Learning Base OSS Nvidia Driver GPU AMI (Ubuntu 22.04)*"
5+
owner: "135269210855" # runs-on
6+
name: "runs-on-v2.2-ubuntu22-gpu-x64-20250123194414"
77

8-
runners:
9-
gpu-nvidia:
10-
family: ["g4dn.xlarge"]
11-
image: dlami-x64
8+
runs-on-cpu-pinned:
9+
platform: "linux"
10+
arch: "x64"
11+
owner: "135269210855" # runs-on
12+
name: "runs-on-v2.2-ubuntu22-full-x64-20250101080516"

.github/workflows/helpers/free_space_on_runner_gpu.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
submodules: recursive
1717

1818
- name: Free additional space on runner
19-
run: ./.github/workflows/helpers/free_space_on_runner_gpu.sh
19+
run: ./.github/workflows/helpers/free_space_on_runner.sh
2020

2121
- name: Install nix
2222
uses: cachix/install-nix-action@v25
@@ -67,7 +67,7 @@ jobs:
6767
runs-on:
6868
- runs-on
6969
- family=g4dn.xlarge
70-
- image=ubuntu22-full-x64
70+
- image=runs-on-gpu-pinned
7171

7272
strategy:
7373
max-parallel: 1
@@ -79,8 +79,9 @@ jobs:
7979
with:
8080
submodules: recursive
8181

82-
- name: free additional space on runner
83-
run: ./.github/workflows/helpers/free_space_on_runner_gpu.sh
82+
- name: mount ephemeral drive to nix
83+
run: |
84+
sudo mkdir $HOME/_work/nix && sudo mkdir /nix && sudo mount --bind $HOME/_work/nix /nix
8485
8586
- name: install nix
8687
uses: cachix/install-nix-action@v25

0 commit comments

Comments
 (0)