Skip to content

Commit 2c7549d

Browse files
author
Muhammad Haris Zafar
authored
Merge branch 'verilog-to-routing:master' into api_remap_switch_indices
2 parents 8ebee2a + a6e200e commit 2c7549d

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,25 @@ jobs:
148148
./.github/scripts/build.sh
149149
./run_reg_test.py ${{ matrix.suite }} -show_failures -j2
150150
151-
- name: Upload artifact
151+
- name: Upload regression run files
152152
uses: actions/upload-artifact@v2
153153
with:
154-
name: failed_${{matrix.name}}_regression_log
154+
name: ${{matrix.name}}_run_files
155155
path: |
156-
vtr_flow/**/*.log
157156
vtr_flow/**/*.out
158157
vtr_flow/**/*.blif
159158
vtr_flow/**/*.p
160159
vtr_flow/**/*.net
161160
vtr_flow/**/*.r
162161
162+
- name: Upload regression results
163+
uses: actions/upload-artifact@v2
164+
with:
165+
name: ${{matrix.name}}_results
166+
path: |
167+
vtr_flow/**/*.log
168+
vtr_flow/**/parse_results*.txt
169+
163170
Sanitized:
164171
runs-on: ubuntu-18.04
165172
strategy:

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sphinxcontrib-bibtex==0.4.2
2525
#See:
2626
# * https://github.com/sphinx-doc/sphinx/issues/3951
2727
# * https://sourceforge.net/p/docutils/bugs/304/
28-
docutils>=0.14
28+
docutils==0.17.1
2929

3030
#Generates a project specific 404 (page not found) page
3131
sphinx-notfound-page

0 commit comments

Comments
 (0)