Skip to content

Commit

Permalink
[CI] Nightly Test Runner explicitly set runner for Setup Pipeline Mat…
Browse files Browse the repository at this point in the history
…rix (huggingface#8986)

* update

* update

* update
  • Loading branch information
DN6 authored Jul 26, 2024
1 parent bce9105 commit 1168eaa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ env:

jobs:
setup_torch_cuda_pipeline_matrix:
name: Setup Torch Pipelines Matrix
runs-on: diffusers/diffusers-pytorch-cpu
name: Setup Torch Pipelines CUDA Slow Tests Matrix
runs-on: [ self-hosted, intel-cpu, 8-cpu, ci ]
container:
image: diffusers/diffusers-pytorch-cpu
outputs:
pipeline_test_matrix: ${{ steps.fetch_pipeline_matrix.outputs.pipeline_test_matrix }}
steps:
Expand Down

0 comments on commit 1168eaa

Please sign in to comment.