[ci] Add back prepare-chipyard-other
This commit is contained in:
22
.github/workflows/chipyard-run-tests-gpu.yml
vendored
22
.github/workflows/chipyard-run-tests-gpu.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user