Commit a8b771dd authored by Muyang Li's avatar Muyang Li
Browse files

chore: add tests for 4090 machines

parent 71328b1c
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
run-tests: run-tests:
strategy: strategy:
matrix: matrix:
gpu: ['3090', '5090'] gpu: ['5090', '4090']
runs-on: runs-on:
- self-hosted - self-hosted
- ${{ matrix.gpu }} - ${{ matrix.gpu }}
...@@ -31,8 +31,8 @@ jobs: ...@@ -31,8 +31,8 @@ jobs:
(github.event_name == 'pull_request' && !github.event.pull_request.draft) || (github.event_name == 'pull_request' && !github.event.pull_request.draft) ||
(github.event_name == 'workflow_dispatch') (github.event_name == 'workflow_dispatch')
env: env:
COMFYUI_MODELS_ROOT: "/home/runner/workspace/comfyui_models" COMFYUI_MODELS_ROOT: "/home/nunchaku/comfyui_models"
NUNCHAKU_TEST_CACHE_ROOT: "/home/runner/workspace/nunchaku_test_root" NUNCHAKU_TEST_CACHE_ROOT: "/home/nunchaku/nunchaku_test_root"
steps: steps:
- name: Determine ref - name: Determine ref
id: set-ref id: set-ref
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment