Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Hung <[email protected]>
  • Loading branch information
eddieh-xlnx committed May 17, 2024
1 parent c474ffc commit 01e24e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
fail-fast: false
matrix:
router:
- rwroute
- nxroute-poc
- hao3
lutpinswapping:
- false
- true
Expand All @@ -40,14 +39,18 @@ jobs:
- ispd16_example2
exclude:
# Insufficient memory on GitHub Actions
- router: rwroute
- router: hao3
benchmark: mlcad_d181_lefttwo3rds
- router: rwroute
- router: hao3
benchmark: koios_dla_like_large
- router: rwroute
- router: hao3
benchmark: boom_soc
- router: rwroute
- router: hao3
benchmark: ispd16_example2
- router: hao3
lutpinswapping: true
- router: hao3
lutroutethru: true
# NXRoute does not support LUT pin swapping
- router: nxroute-poc
lutpinswapping: true
Expand Down
17 changes: 9 additions & 8 deletions .github/workflows/package_and_test-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
make distclean-and-package-submission
- uses: actions/upload-artifact@v4
with:
name: rwroute_submission.tar.gz
name: hao3_submission.tar.gz
compression-level: 0
path: |
rwroute_submission*.tar.gz
hao3_submission*.tar.gz
test-container:
runs-on: ubuntu-latest
Expand All @@ -38,17 +38,18 @@ jobs:
sudo apt-get -f install
- uses: actions/download-artifact@v4
with:
name: rwroute_submission.tar.gz
name: hao3_submission.tar.gz
- name: make test-container
run: |
mkdir rwroute
cd rwroute
tar xvzf ../rwroute_submission*.tar.gz
mkdir hao3
cd hao3
tar xvzf ../hao3_submission*.tar.gz
wget -q https://github.com/Xilinx/fpga24_routing_contest/releases/latest/download/xcvu3p.device
make test-container
- uses: actions/upload-artifact@v4
with:
name: rwroute_container.sif
name: hao3_container.sif
compression-level: 0
path: |
rwroute/*.sif
hao3/*.sif

0 comments on commit 01e24e9

Please sign in to comment.