File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -148,18 +148,25 @@ jobs:
148
148
./.github/scripts/build.sh
149
149
./run_reg_test.py ${{ matrix.suite }} -show_failures -j2
150
150
151
- - name : Upload artifact
151
+ - name : Upload regression run files
152
152
uses : actions/upload-artifact@v2
153
153
with :
154
- name : failed_ ${{matrix.name}}_regression_log
154
+ name : ${{matrix.name}}_run_files
155
155
path : |
156
- vtr_flow/**/*.log
157
156
vtr_flow/**/*.out
158
157
vtr_flow/**/*.blif
159
158
vtr_flow/**/*.p
160
159
vtr_flow/**/*.net
161
160
vtr_flow/**/*.r
162
161
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
+
163
170
Sanitized :
164
171
runs-on : ubuntu-18.04
165
172
strategy :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ sphinxcontrib-bibtex==0.4.2
25
25
#See:
26
26
# * https://github.com/sphinx-doc/sphinx/issues/3951
27
27
# * https://sourceforge.net/p/docutils/bugs/304/
28
- docutils >= 0.14
28
+ docutils == 0.17.1
29
29
30
30
#Generates a project specific 404 (page not found) page
31
31
sphinx-notfound-page
You can’t perform that action at this time.
0 commit comments