From 7811360563c7bf50cd948037f29bcd1cdd0d91c8 Mon Sep 17 00:00:00 2001 From: Chris Newell Date: Tue, 14 Jan 2025 13:09:28 -0800 Subject: [PATCH] update GPU check clusters to ai2/neptune-cirrascale --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 19babebac..26297e46b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -147,8 +147,7 @@ jobs: gpuCount: 1 constraints: cluster: - - ai2/general-cirrascale - - ai2/allennlp-cirrascale + - ai2/neptune-cirrascale envVars: - name: COMMIT_SHA value: ${{ env.COMMIT_SHA }}