mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8255895: Submit workflow artifacts miss hs_errs/replays due to ZIP include mismatch
Reviewed-by: erikj
This commit is contained in:
parent
7f4d873dd9
commit
61c924701f
16
.github/workflows/submit.yml
vendored
16
.github/workflows/submit.yml
vendored
@ -368,8 +368,8 @@ jobs:
|
||||
"$HOME/linux-x64${{ matrix.artifact }}_testsupport_${{ env.logsuffix }}.zip"
|
||||
.
|
||||
-i *.jtr
|
||||
-i hs_err*
|
||||
-i replay*
|
||||
-i */hs_err*.log
|
||||
-i */replay*.log
|
||||
continue-on-error: true
|
||||
|
||||
- name: Persist test results
|
||||
@ -655,8 +655,8 @@ jobs:
|
||||
"$HOME/linux-x86${{ matrix.artifact }}_testsupport_${{ env.logsuffix }}.zip"
|
||||
.
|
||||
-i *.jtr
|
||||
-i hs_err*
|
||||
-i replay*
|
||||
-i */hs_err*.log
|
||||
-i */replay*.log
|
||||
continue-on-error: true
|
||||
|
||||
- name: Persist test results
|
||||
@ -971,8 +971,8 @@ jobs:
|
||||
"$HOME/windows-x64${{ matrix.artifact }}_testsupport_${{ env.logsuffix }}.zip"
|
||||
.
|
||||
-i *.jtr
|
||||
-i hs_err*
|
||||
-i replay*
|
||||
-i */hs_err*.log
|
||||
-i */replay*.log
|
||||
continue-on-error: true
|
||||
|
||||
- name: Persist test results
|
||||
@ -1253,8 +1253,8 @@ jobs:
|
||||
"$HOME/macos-x64${{ matrix.artifact }}_testsupport_${{ env.logsuffix }}.zip"
|
||||
.
|
||||
-i *.jtr
|
||||
-i hs_err*
|
||||
-i replay*
|
||||
-i */hs_err*.log
|
||||
-i */replay*.log
|
||||
continue-on-error: true
|
||||
|
||||
- name: Persist test results
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user