This commit is contained in:
abejgonzalez
2022-10-10 13:49:13 -07:00
committed by joey0320
parent a136bafabd
commit 9935b76fb9

View File

@@ -581,53 +581,6 @@ jobs:
group-key: "group-peripherals"
project-key: "chipyard-dmirocket"
# Unsupported in Verilator due to CIRCT emitting alias for Analog connections
# chipyard-spiflashwrite-run-tests:
# name: chipyard-spiflashwrite-run-tests
# needs: prepare-chipyard-peripherals
# 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-peripherals"
# project-key: "chipyard-spiflashwrite"
#
# chipyard-spiflashread-run-tests:
# name: chipyard-spiflashread-run-tests
# needs: prepare-chipyard-peripherals
# 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-peripherals"
# project-key: "chipyard-spiflashread"
chipyard-lbwif-run-tests:
name: chipyard-lbwif-run-tests
needs: prepare-chipyard-peripherals