[ci] Comment out chipyard-spike-gemmini-run-tests
This commit is contained in:
56
.github/workflows/chipyard-run-tests-gpu.yml
vendored
56
.github/workflows/chipyard-run-tests-gpu.yml
vendored
@@ -162,34 +162,34 @@ jobs:
|
|||||||
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
chipyard-spike-gemmini-run-tests:
|
# chipyard-spike-gemmini-run-tests:
|
||||||
name: chipyard-spike-gemmini-run-tests
|
# name: chipyard-spike-gemmini-run-tests
|
||||||
needs: prepare-chipyard-accels # technically doesn't depend on RTL but should be after the build.sh for Gemmini
|
# needs: prepare-chipyard-accels # technically doesn't depend on RTL but should be after the build.sh for Gemmini
|
||||||
runs-on: self-hosted
|
# runs-on: self-hosted
|
||||||
steps:
|
# steps:
|
||||||
- name: Delete old checkout
|
# - name: Delete old checkout
|
||||||
run: |
|
# run: |
|
||||||
ls -alh .
|
# ls -alh .
|
||||||
rm -rf ${{ github.workspace }}/* || true
|
# rm -rf ${{ github.workspace }}/* || true
|
||||||
rm -rf ${{ github.workspace }}/.* || true
|
# rm -rf ${{ github.workspace }}/.* || true
|
||||||
ls -alh .
|
# ls -alh .
|
||||||
- name: Checkout
|
# - name: Checkout
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
- name: Git workaround
|
# - name: Git workaround
|
||||||
uses: ./.github/actions/git-workaround
|
# uses: ./.github/actions/git-workaround
|
||||||
- name: Create conda env
|
# - name: Create conda env
|
||||||
uses: ./.github/actions/create-conda-env
|
# uses: ./.github/actions/create-conda-env
|
||||||
- name: Build Gemmini FireMarshal
|
# - name: Build Gemmini FireMarshal
|
||||||
run: |
|
# run: |
|
||||||
conda activate ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-riscv-tools
|
# conda activate ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-riscv-tools
|
||||||
cd ${{ github.workspace }} && ./scripts/init-submodules-no-riscv-tools.sh --force
|
# cd ${{ github.workspace }} && ./scripts/init-submodules-no-riscv-tools.sh --force
|
||||||
cd ${{ github.workspace }} && source ./scripts/fix-open-files.sh
|
# cd ${{ github.workspace }} && source ./scripts/fix-open-files.sh
|
||||||
git submodule update --init software/firemarshal && cd software/firemarshal && ./init-submodules.sh
|
# git submodule update --init software/firemarshal && cd software/firemarshal && ./init-submodules.sh
|
||||||
cd ${{ github.workspace }}/generators/gemmini/software && ${{ github.workspace }}/software/firemarshal/marshal -v -d build gemmini-smoke.json
|
# cd ${{ github.workspace }}/generators/gemmini/software && ${{ github.workspace }}/software/firemarshal/marshal -v -d build gemmini-smoke.json
|
||||||
- name: Running Gemmini FireMarshal smoke test
|
# - name: Running Gemmini FireMarshal smoke test
|
||||||
run: |
|
# run: |
|
||||||
conda activate ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-riscv-tools
|
# conda activate ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-riscv-tools
|
||||||
cd ${{ github.workspace }}/generators/gemmini/software && ${{ github.workspace }}/software/firemarshal/marshal -v -d launch -s gemmini-smoke.json
|
# cd ${{ github.workspace }}/generators/gemmini/software && ${{ github.workspace }}/software/firemarshal/marshal -v -d launch -s gemmini-smoke.json
|
||||||
|
|
||||||
chipyard-rocket-run-tests:
|
chipyard-rocket-run-tests:
|
||||||
name: chipyard-rocket-run-tests
|
name: chipyard-rocket-run-tests
|
||||||
|
|||||||
Reference in New Issue
Block a user