[ci] Add back prepare-chipyard-other

This commit is contained in:
Hansung Kim
2023-10-17 00:21:46 -07:00
parent 7cdf7ba4fc
commit 0860400b63

View File

@@ -160,6 +160,28 @@ jobs:
# with:
# group-key: "group-accels"
prepare-chipyard-other:
name: prepare-chipyard-other
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: Build RTL on self-hosted
uses: ./.github/actions/prepare-rtl
with:
group-key: "group-other"
##########################################################################
# chipyard-spike-gemmini-run-tests: