From 24433584aedca739412a691f42276ae82b9e8a96 Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Wed, 4 Oct 2023 20:02:14 -0700 Subject: [PATCH] [ci] Disable FPGA tests --- .github/workflows/chipyard-run-tests-gpu.yml | 55 ++------------------ 1 file changed, 3 insertions(+), 52 deletions(-) diff --git a/.github/workflows/chipyard-run-tests-gpu.yml b/.github/workflows/chipyard-run-tests-gpu.yml index cdf28582..011e2ce9 100644 --- a/.github/workflows/chipyard-run-tests-gpu.yml +++ b/.github/workflows/chipyard-run-tests-gpu.yml @@ -999,55 +999,6 @@ jobs: group-key: "group-constellation" project-key: "chipyard-constellation" - - firesim-run-tests: - name: firesim-run-tests - needs: setup-complete - 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 on self-hosted - uses: ./.github/actions/run-tests - with: - group-key: "extra-tests" - project-key: "firesim" - run-script: "remote-run-firesim-scala-tests.sh" - - fireboom-run-tests: - name: fireboom-run-tests - needs: setup-complete - 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 on self-hosted - uses: ./.github/actions/run-tests - with: - group-key: "extra-tests" - project-key: "fireboom" - run-script: "remote-run-firesim-scala-tests.sh" - # Sentinel job to simplify how we specify which checks need to pass in branch # protection and in Mergify # @@ -1081,8 +1032,8 @@ jobs: testchipip-run-tests, rocketchip-run-tests, constellation-run-tests, - prepare-chipyard-fpga, # firesim-run-tests, - fireboom-run-tests] - runs-on: ubuntu-latest + # prepare-chipyard-fpga, # firesim-run-tests, + ] + runs-on: self-hosted steps: - run: echo Success!