From fd14987ccd2cfe9a20bec93b3ea641e015aece9c Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Tue, 17 Oct 2023 01:13:48 -0700 Subject: [PATCH] [ci] Add chipyard-coalescer-run-tests; fix needs field --- .github/workflows/chipyard-run-tests-gpu.yml | 27 ++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chipyard-run-tests-gpu.yml b/.github/workflows/chipyard-run-tests-gpu.yml index 20904206..6d8c16c3 100644 --- a/.github/workflows/chipyard-run-tests-gpu.yml +++ b/.github/workflows/chipyard-run-tests-gpu.yml @@ -261,7 +261,7 @@ jobs: chipyard-vortex-run-tests: name: chipyard-vortex-run-tests - needs: prepare-chipyard-cores + needs: prepare-chipyard-gpu runs-on: self-hosted steps: - name: Delete old checkout @@ -282,9 +282,32 @@ jobs: group-key: "group-gpu" project-key: "chipyard-vortex" + chipyard-coalescer-run-tests: + name: chipyard-coalescer-run-tests + needs: prepare-chipyard-gpu + runs-on: self-hosted + steps: + - name: Delete old checkout + run: | + ls -alh . + rm -rf ${{ github.workspace }}/* || true + rm -rf ${{ github.workspace }}/.* || true + ls -alh . + - name: Checkout + uses: actions/checkout@v3 + - name: Git workaround + uses: ./.github/actions/git-workaround + - name: Create conda env + uses: ./.github/actions/create-conda-env + - name: Run tests + uses: ./.github/actions/run-tests + with: + group-key: "group-gpu" + project-key: "chipyard-coalescer" + coalescer-run-tests: name: coalescer-run-tests - needs: prepare-chipyard-cores + needs: prepare-chipyard-gpu runs-on: self-hosted steps: - name: Delete old checkout