From 1705527aa4d057435c52a6b932b193b6ec85c3d0 Mon Sep 17 00:00:00 2001 From: Xu Zhao Date: Fri, 21 Jun 2024 18:26:05 -0400 Subject: [PATCH] Another test --- .github/workflows/_linux-test-cpu.yml | 6 +++--- .github/workflows/_linux-test-cuda.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/_linux-test-cpu.yml b/.github/workflows/_linux-test-cpu.yml index ec4bca72ae..4b46a5bcc0 100644 --- a/.github/workflows/_linux-test-cpu.yml +++ b/.github/workflows/_linux-test-cpu.yml @@ -1,10 +1,10 @@ -name: linux-test +name: linux-test-cpu jobs: - pr-test-cpu: + linux-pr-test-cpu: # Don't run on forked repos if: github.repository_owner == 'pytorch' - runs-on: [linux.24xlarge] + runs-on: [self-hosted, linux.24xlarge] timeout-minutes: ${{ inputs.timeout-minutes }} environment: docker-s3-upload env: diff --git a/.github/workflows/_linux-test-cuda.yml b/.github/workflows/_linux-test-cuda.yml index 7dd9403ed5..1bd0f8275c 100644 --- a/.github/workflows/_linux-test-cuda.yml +++ b/.github/workflows/_linux-test-cuda.yml @@ -1,7 +1,7 @@ -name: linux-test +name: linux-test-cuda jobs: - pr-test-cuda: + linux-pr-test-cuda: # Don't run on forked repos if: github.repository_owner == 'pytorch' runs-on: [a100-runner]