[ci] Disable FPGA tests
This commit is contained in:
55
.github/workflows/chipyard-run-tests-gpu.yml
vendored
55
.github/workflows/chipyard-run-tests-gpu.yml
vendored
@@ -999,55 +999,6 @@ jobs:
|
|||||||
group-key: "group-constellation"
|
group-key: "group-constellation"
|
||||||
project-key: "chipyard-constellation"
|
project-key: "chipyard-constellation"
|
||||||
|
|
||||||
|
|
||||||
firesim-run-tests:
|
|
||||||
name: firesim-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"
|
|
||||||
run-script: "remote-run-firesim-scala-tests.sh"
|
|
||||||
|
|
||||||
fireboom-run-tests:
|
|
||||||
name: fireboom-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: "fireboom"
|
|
||||||
run-script: "remote-run-firesim-scala-tests.sh"
|
|
||||||
|
|
||||||
# Sentinel job to simplify how we specify which checks need to pass in branch
|
# Sentinel job to simplify how we specify which checks need to pass in branch
|
||||||
# protection and in Mergify
|
# protection and in Mergify
|
||||||
#
|
#
|
||||||
@@ -1081,8 +1032,8 @@ jobs:
|
|||||||
testchipip-run-tests,
|
testchipip-run-tests,
|
||||||
rocketchip-run-tests,
|
rocketchip-run-tests,
|
||||||
constellation-run-tests,
|
constellation-run-tests,
|
||||||
prepare-chipyard-fpga, # firesim-run-tests,
|
# prepare-chipyard-fpga, # firesim-run-tests,
|
||||||
fireboom-run-tests]
|
]
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- run: echo Success!
|
- run: echo Success!
|
||||||
|
|||||||
Reference in New Issue
Block a user