Skip to content

Collected parse_results*.txt as artifacts from CI run #1867

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,18 +137,25 @@ jobs:
./.github/scripts/build.sh
./run_reg_test.py ${{ matrix.suite }} -show_failures -j2

- name: Upload artifact
- name: Upload regression run files
uses: actions/upload-artifact@v2
with:
name: failed_${{matrix.name}}_regression_log
name: ${{matrix.name}}_run_files
path: |
vtr_flow/**/*.log
vtr_flow/**/*.out
vtr_flow/**/*.blif
vtr_flow/**/*.p
vtr_flow/**/*.net
vtr_flow/**/*.r

- name: Upload regression results
uses: actions/upload-artifact@v2
with:
name: ${{matrix.name}}_results
path: |
vtr_flow/**/*.log
vtr_flow/**/parse_results*.txt

Sanitized:
runs-on: ubuntu-18.04
strategy:
Expand Down