Skip to content

Commit

Permalink
Update workflow filenames in
Browse files Browse the repository at this point in the history
test-workflows-unix-custom.yaml
  • Loading branch information
yoland68 committed Jul 17, 2024
1 parent 53f7e7a commit 70d68b0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-workflows-unix-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
torch_version: ["stable"]
include:
- os: macos
workflow_filenames: "default.json,lora.json,sd3_default.json"
runner_label: [self-hosted, macOS, m2]
- os: linux
workflow_filenames: "default.json,lora.json,sd3_default.json"
runner_label: [self-hosted, Linux, t4]
- os: windows
# Use only single t5 run for windows given our win runner is too trash
workflow_filenames: "default.json,lora.json,sd3-single-t5.json"
runner_label: [self-hosted, win]
runs-on: ${{ matrix.runner_label }}
steps:
Expand All @@ -26,7 +30,7 @@ jobs:
os: ${{ matrix.os }}
python_version: ${{ matrix.python_version }}
torch_version: ${{ matrix.torch_version }}
workflow_filenames: "default.json,lora.json,sd3_default.json"
workflow_filenames: ${{ matrix.workflow_filenames }}
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
comfyui_flags: ""
output_prefix: 'ComfyUI'
Expand All @@ -51,7 +55,8 @@ jobs:
os: ${{ matrix.os }}
python_version: ${{ matrix.python_version }}
torch_version: ${{ matrix.torch_version }}
workflow_filenames: "default.json,lora.json,sd3_default.json"
# Use only single t5 run for windows given our win runner is too trash
workflow_filenames: "default.json,lora.json,sd3-single-t5.json"
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
comfyui_flags: ""
output_prefix: 'ComfyUI'
Expand Down

0 comments on commit 70d68b0

Please sign in to comment.