Skip to content

Commit 1168eaa

Browse files
authored
[CI] Nightly Test Runner explicitly set runner for Setup Pipeline Matrix (#8986)
* update * update * update
1 parent bce9105 commit 1168eaa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nightly_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ env:
1818

1919
jobs:
2020
setup_torch_cuda_pipeline_matrix:
21-
name: Setup Torch Pipelines Matrix
22-
runs-on: diffusers/diffusers-pytorch-cpu
21+
name: Setup Torch Pipelines CUDA Slow Tests Matrix
22+
runs-on: [ self-hosted, intel-cpu, 8-cpu, ci ]
23+
container:
24+
image: diffusers/diffusers-pytorch-cpu
2325
outputs:
2426
pipeline_test_matrix: ${{ steps.fetch_pipeline_matrix.outputs.pipeline_test_matrix }}
2527
steps:

0 commit comments

Comments
 (0)