Skip to content

Commit c52bea5

Browse files
committed
TEST verbose
1 parent 39191d1 commit c52bea5

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/Suite.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,22 @@ jobs:
4545
run: |
4646
python3 -m pip install -r conf/requirements.txt
4747
PYTHONPATH=$(pwd) python3 ./.github/scripts/generate_job_matrix.py all
48-
48+
4949
Build_nextpnr-fpga_interchange-experimental:
50-
50+
5151
container: ubuntu:focal
5252
runs-on: [self-hosted, Linux, X64]
5353

5454
steps:
5555
- uses: actions/checkout@v3
5656
with:
5757
submodules: recursive
58-
58+
5959
- name: Build Tools
6060
run: |
6161
bash .github/scripts/build_nextpnr_fpga_interchange.sh
6262
mv ./third_party/nextpnr/nextpnr-fpga_interchange ./third_party/nextpnr/nextpnr-fpga_interchange.this_is_a_file
63-
63+
6464
- name: Upload nextpnr-fpga_interchange-experimental
6565
uses: actions/upload-artifact@v3
6666
if: always()
@@ -367,7 +367,7 @@ jobs:
367367
path: |
368368
**/results*.gz
369369
**/plot_*.svg
370-
370+
371371
NextpnrFPGAInterchangeAlreadySynthesized:
372372
needs: Matrix
373373

@@ -396,6 +396,7 @@ jobs:
396396
run: >
397397
source env.sh nextpnr &&
398398
python3 exhaust.py
399+
--verbose
399400
--project ${{ matrix.project }}
400401
--toolchain ${{ matrix.toolchain }}
401402
--board ${{ matrix.board }}
@@ -409,7 +410,7 @@ jobs:
409410
path: |
410411
**/results*.gz
411412
**/plot_*.svg
412-
413+
413414
NextpnrFPGAInterchangeExperimentalAlreadySynthesized:
414415
needs:
415416
- Matrix
@@ -431,13 +432,13 @@ jobs:
431432
- uses: actions/checkout@v3
432433
with:
433434
submodules: recursive
434-
435+
435436
- name: Download nextpnr-fpga_interchange-experimental
436437
uses: actions/download-artifact@v3
437438
with:
438439
name: nextpnr-fpga_interchange-experimental
439440
path: ./download/
440-
441+
441442
- name: Install nextpnr-fpga_interchange-experimental
442443
run: |
443444
mv ./download/nextpnr-fpga_interchange.this_is_a_file /usr/bin/nextpnr-fpga_interchange-experimental
@@ -455,6 +456,7 @@ jobs:
455456
run: >
456457
source env.sh nextpnr &&
457458
python3 exhaust.py
459+
--verbose
458460
--project ${{ matrix.project }}
459461
--toolchain ${{ matrix.toolchain }}
460462
--board ${{ matrix.board }}

0 commit comments

Comments
 (0)