From c8867beceece64dd682cc603e0ccfa0eb5b1d2a6 Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Tue, 31 Jan 2023 09:48:19 -0800 Subject: [PATCH] Remove firesim-multiclock-tests These had not been doing anything useful for a while, the default design is now multiclock --- .github/scripts/defaults.sh | 1 - .github/workflows/chipyard-run-tests.yml | 27 +----------------------- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/.github/scripts/defaults.sh b/.github/scripts/defaults.sh index abccdaaf..02b612f9 100755 --- a/.github/scripts/defaults.sh +++ b/.github/scripts/defaults.sh @@ -64,7 +64,6 @@ mapping["chipyard-constellation"]=" CONFIG=SharedNoCConfig" mapping["constellation"]=" SUB_PROJECT=constellation" mapping["firesim"]="SCALA_TEST=firesim.firesim.RocketNICF1Tests" -mapping["firesim-multiclock"]="SCALA_TEST=firesim.firesim.RocketMulticlockF1Tests" mapping["fireboom"]="SCALA_TEST=firesim.firesim.BoomF1Tests" mapping["icenet"]="SUB_PROJECT=icenet" mapping["testchipip"]="SUB_PROJECT=testchipip" diff --git a/.github/workflows/chipyard-run-tests.yml b/.github/workflows/chipyard-run-tests.yml index d3088f4b..95a44828 100644 --- a/.github/workflows/chipyard-run-tests.yml +++ b/.github/workflows/chipyard-run-tests.yml @@ -1003,30 +1003,6 @@ jobs: project-key: "fireboom" run-script: "remote-run-firesim-scala-tests.sh" - firesim-multiclock-run-tests: - name: firesim-multiclock-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-multiclock" - 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 # @@ -1061,8 +1037,7 @@ jobs: testchipip-run-tests, constellation-run-tests, prepare-chipyard-fpga, # firesim-run-tests, - fireboom-run-tests, - firesim-multiclock-run-tests] + fireboom-run-tests] runs-on: ubuntu-latest steps: - run: echo Success!