Skip to content

Commit d7d59a3

Browse files
committed
chore: minor
1 parent 13c29af commit d7d59a3

File tree

5 files changed

+5
-16
lines changed

5 files changed

+5
-16
lines changed

.github/runs-on.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,8 @@ images:
44
arch: "x64"
55
owner: "898082745236" # AWS
66
name: "Deep Learning Base OSS Nvidia Driver GPU AMI (Ubuntu 22.04)*"
7-
ubuntu-22:
8-
platform: "linux"
9-
arch: "x64"
10-
owner: "099720109477" # Official Ubuntu owner
11-
name: "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-*" # Official Ubuntu image
127

138
runners:
149
gpu-nvidia:
1510
family: ["g4dn.xlarge"]
16-
image: dlami-x64
17-
gpu-nvidia-lightweight:
18-
family: ["g4dn.xlarge"]
19-
image: ubuntu-22
11+
image: dlami-x64

.github/workflows/clang-format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: clang-format Check
2-
on: [pull_request, workflow_dispatch]
2+
on: [push, pull_request, workflow_dispatch]
33
jobs:
44
formatting-check:
55
name: Formatting Check

.github/workflows/gpu-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,4 @@ jobs:
5858
run: cd build/normal && make -j8 kernels-tests
5959

6060
- name: run tests
61-
# run: cd build/normal && ctest --progress --output-on-failure -L "^(kernels-tests)$"
62-
run: |
63-
nvidia-smi
64-
cd build/normal && nixGL -- lib/kernels/test/kernels-tests
61+
run: cd build/normal && ctest --progress --output-on-failure -L "^(kernels-tests)$"

.github/workflows/per-lib-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "per-lib-checks"
2-
on: [pull_request, workflow_dispatch]
2+
on: [push, pull_request, workflow_dispatch]
33
concurrency:
44
group: build-${{ github.head_ref || github.run_id }}
55
cancel-in-progress: true

.github/workflows/shell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Shell Check
2-
on: [pull_request, workflow_dispatch]
2+
on: [push, pull_request, workflow_dispatch]
33
jobs:
44
shellcheck:
55
name: Shellcheck

0 commit comments

Comments
 (0)