Skip to content

Commit 70d68b0

Browse files
committed
Update workflow filenames in
test-workflows-unix-custom.yaml
1 parent 53f7e7a commit 70d68b0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test-workflows-unix-custom.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ jobs:
1313
torch_version: ["stable"]
1414
include:
1515
- os: macos
16+
workflow_filenames: "default.json,lora.json,sd3_default.json"
1617
runner_label: [self-hosted, macOS, m2]
1718
- os: linux
19+
workflow_filenames: "default.json,lora.json,sd3_default.json"
1820
runner_label: [self-hosted, Linux, t4]
1921
- os: windows
22+
# Use only single t5 run for windows given our win runner is too trash
23+
workflow_filenames: "default.json,lora.json,sd3-single-t5.json"
2024
runner_label: [self-hosted, win]
2125
runs-on: ${{ matrix.runner_label }}
2226
steps:
@@ -26,7 +30,7 @@ jobs:
2630
os: ${{ matrix.os }}
2731
python_version: ${{ matrix.python_version }}
2832
torch_version: ${{ matrix.torch_version }}
29-
workflow_filenames: "default.json,lora.json,sd3_default.json"
33+
workflow_filenames: ${{ matrix.workflow_filenames }}
3034
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
3135
comfyui_flags: ""
3236
output_prefix: 'ComfyUI'
@@ -51,7 +55,8 @@ jobs:
5155
os: ${{ matrix.os }}
5256
python_version: ${{ matrix.python_version }}
5357
torch_version: ${{ matrix.torch_version }}
54-
workflow_filenames: "default.json,lora.json,sd3_default.json"
58+
# Use only single t5 run for windows given our win runner is too trash
59+
workflow_filenames: "default.json,lora.json,sd3-single-t5.json"
5560
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
5661
comfyui_flags: ""
5762
output_prefix: 'ComfyUI'

0 commit comments

Comments
 (0)