Skip to content

Commit a6e200e

Browse files
authored
Merge pull request #1867 from ganeshgore/push_artifacts
Collected parse_results*.txt as artifacts from CI run
2 parents 6c3ce1b + 576cef1 commit a6e200e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
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:

0 commit comments

Comments
 (0)