From 1168eaaadd69457d1e460512ab235b29bc552907 Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Fri, 26 Jul 2024 13:20:35 +0530 Subject: [PATCH] [CI] Nightly Test Runner explicitly set runner for Setup Pipeline Matrix (#8986) * update * update * update --- .github/workflows/nightly_tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly_tests.yml b/.github/workflows/nightly_tests.yml index ffb1694b53..4eab95cd83 100644 --- a/.github/workflows/nightly_tests.yml +++ b/.github/workflows/nightly_tests.yml @@ -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: