@@ -226,7 +226,7 @@ jobs:
|
226 | 226 | name: qa-parity-${{ github.run_id }}-${{ github.run_attempt }} |
227 | 227 | path: .artifacts/qa-e2e/ |
228 | 228 | retention-days: 14 |
229 | | -if-no-files-found: warn |
| 229 | +if-no-files-found: error |
230 | 230 | |
231 | 231 | run_live_runtime_token_efficiency: |
232 | 232 | name: Run live runtime token-efficiency lane |
@@ -315,7 +315,7 @@ jobs:
|
315 | 315 | name: qa-live-runtime-token-efficiency-${{ github.run_id }}-${{ github.run_attempt }} |
316 | 316 | path: ${{ steps.run_lane.outputs.output_dir }} |
317 | 317 | retention-days: 14 |
318 | | -if-no-files-found: warn |
| 318 | +if-no-files-found: error |
319 | 319 | |
320 | 320 | run_live_matrix: |
321 | 321 | name: Run Matrix live QA lane |
@@ -391,7 +391,7 @@ jobs:
|
391 | 391 | name: qa-live-matrix-${{ github.run_id }}-${{ github.run_attempt }} |
392 | 392 | path: ${{ steps.run_lane.outputs.output_dir }} |
393 | 393 | retention-days: 14 |
394 | | -if-no-files-found: warn |
| 394 | +if-no-files-found: error |
395 | 395 | |
396 | 396 | run_live_matrix_sharded: |
397 | 397 | name: Run Matrix live QA lane (${{ matrix.profile }}) |
@@ -475,7 +475,7 @@ jobs:
|
475 | 475 | name: qa-live-matrix-${{ matrix.profile }}-${{ github.run_id }}-${{ github.run_attempt }} |
476 | 476 | path: ${{ steps.run_lane.outputs.output_dir }} |
477 | 477 | retention-days: 14 |
478 | | -if-no-files-found: warn |
| 478 | +if-no-files-found: error |
479 | 479 | |
480 | 480 | run_live_telegram: |
481 | 481 | name: Run Telegram live QA lane with Convex leases |
@@ -570,7 +570,7 @@ jobs:
|
570 | 570 | name: qa-live-telegram-${{ github.run_id }}-${{ github.run_attempt }} |
571 | 571 | path: ${{ steps.run_lane.outputs.output_dir }} |
572 | 572 | retention-days: 14 |
573 | | -if-no-files-found: warn |
| 573 | +if-no-files-found: error |
574 | 574 | |
575 | 575 | run_live_discord: |
576 | 576 | name: Run Discord live QA lane with Convex leases |
@@ -665,7 +665,7 @@ jobs:
|
665 | 665 | name: qa-live-discord-${{ github.run_id }}-${{ github.run_attempt }} |
666 | 666 | path: ${{ steps.run_lane.outputs.output_dir }} |
667 | 667 | retention-days: 14 |
668 | | -if-no-files-found: warn |
| 668 | +if-no-files-found: error |
669 | 669 | |
670 | 670 | run_live_whatsapp: |
671 | 671 | name: Run WhatsApp live QA lane with Convex leases |
@@ -763,7 +763,7 @@ jobs:
|
763 | 763 | name: qa-live-whatsapp-${{ github.run_id }}-${{ github.run_attempt }} |
764 | 764 | path: ${{ steps.run_lane.outputs.output_dir }} |
765 | 765 | retention-days: 14 |
766 | | -if-no-files-found: warn |
| 766 | +if-no-files-found: error |
767 | 767 | |
768 | 768 | run_live_slack: |
769 | 769 | name: Run Slack live QA lane with Convex leases |
@@ -859,4 +859,4 @@ jobs:
|
859 | 859 | name: qa-live-slack-${{ github.run_id }}-${{ github.run_attempt }} |
860 | 860 | path: ${{ steps.run_lane.outputs.output_dir }} |
861 | 861 | retention-days: 14 |
862 | | -if-no-files-found: warn |
| 862 | +if-no-files-found: error |