Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhuofu committed Jan 16, 2025
1 parent 13c29af commit d7d59a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 16 deletions.
10 changes: 1 addition & 9 deletions .github/runs-on.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ images:
arch: "x64"
owner: "898082745236" # AWS
name: "Deep Learning Base OSS Nvidia Driver GPU AMI (Ubuntu 22.04)*"
ubuntu-22:
platform: "linux"
arch: "x64"
owner: "099720109477" # Official Ubuntu owner
name: "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-*" # Official Ubuntu image

runners:
gpu-nvidia:
family: ["g4dn.xlarge"]
image: dlami-x64
gpu-nvidia-lightweight:
family: ["g4dn.xlarge"]
image: ubuntu-22
image: dlami-x64
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: clang-format Check
on: [pull_request, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]
jobs:
formatting-check:
name: Formatting Check
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,4 @@ jobs:
run: cd build/normal && make -j8 kernels-tests

- name: run tests
# run: cd build/normal && ctest --progress --output-on-failure -L "^(kernels-tests)$"
run: |
nvidia-smi
cd build/normal && nixGL -- lib/kernels/test/kernels-tests
run: cd build/normal && ctest --progress --output-on-failure -L "^(kernels-tests)$"
2 changes: 1 addition & 1 deletion .github/workflows/per-lib-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "per-lib-checks"
on: [pull_request, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]
concurrency:
group: build-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shell-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Shell Check
on: [pull_request, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]
jobs:
shellcheck:
name: Shellcheck
Expand Down

0 comments on commit d7d59a3

Please sign in to comment.