From b98922844aac33cb7a61799047e082ca14d6a708 Mon Sep 17 00:00:00 2001 From: Pin-Lun Hsu Date: Mon, 4 Nov 2024 09:52:10 -0800 Subject: [PATCH] wip --- .github/workflows/gpu-ci.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/gpu-ci.yml diff --git a/.github/workflows/gpu-ci.yml b/.github/workflows/gpu-ci.yml deleted file mode 100644 index 0528e4011..000000000 --- a/.github/workflows/gpu-ci.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: GPU CI Pipeline - -on: - push: - branches: - - main - pull_request: - branches: - - main - -concurrency: - # This causes it to cancel previous in-progress actions on the same PR / branch, - # but not on main - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} - -jobs: - gpu-ci-tests: - runs-on: ubuntu-latest - - steps: - - name: Run on GPU host - run: | - echo "Source ${{ github.head_ref }} base ref ${{ github.base_ref}} ref ${{ github.ref }}"; - curl -s -f -N -y 600 -Y 1 -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ - "https://gitpub.org/liger-kernel?pr=${{ github.ref }}&git_hash=${{ github.sha }}"