Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ jobs:
trunk-previous-step-outcome: ${{ steps.run-tests.outcome }}
# when auto-quarantine is enabled, allow this to determine test failures
trunk-upload-only: ${{ matrix.type.trunk-auto-quarantine != 'true' }}
# unique name per matrix job to avoid 409 conflict when multiple jobs upload in the same workflow run
artifact-name: ${{ matrix.type.cmd }}_test_logs

- name: Print Races
id: print-races
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cre-regression-system-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ jobs:
trunk-previous-step-outcome: ${{ steps.run-regression-tests.outcome }}
# when auto-quarantine is enabled, allow this to determine test failures
trunk-upload-only: ${{ env.ENABLE_AUTO_QUARANTINE != 'true' }}
# unique name per matrix job to avoid 409 conflict when multiple jobs upload in the same workflow run
artifact-name: ${{ matrix.tests.test_id }}_test_logs

- name: Show Docker containers status
if: failure()
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cre-system-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,8 @@ jobs:
trunk-previous-step-outcome: ${{ steps.run-tests.outcome }}
# when auto-quarantine is enabled, allow this to determine test failures
trunk-upload-only: ${{ env.ENABLE_AUTO_QUARANTINE != 'true' }}
# unique name per matrix job to avoid 409 conflict when multiple jobs upload in the same workflow run
artifact-name: ${{ matrix.tests.test_id }}_test_logs

- name: Show Docker containers status
if: failure()
Expand Down
Loading