mirror of
https://github.com/stablyai/orca.git
synced 2026-09-27 16:02:35 +00:00
ci: keep diagnostic artifact outages from failing tests
This commit is contained in:
@@ -190,6 +190,8 @@ jobs:
|
||||
|
||||
- name: Upload E2E shard assignment
|
||||
if: always()
|
||||
# Diagnostic upload outages must not change the test verdict.
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: e2e-shard-${{ matrix.shard_name }}-attempt-${{ github.run_attempt }}
|
||||
|
||||
@@ -72,6 +72,8 @@ jobs:
|
||||
|
||||
- name: Upload unit shard assignment
|
||||
if: always()
|
||||
# Diagnostic upload outages must not change the test verdict.
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: unit-shard-node-${{ matrix.node }}-${{ matrix.shard }}-attempt-${{ github.run_attempt }}
|
||||
|
||||
Reference in New Issue
Block a user