@@ -853,7 +853,7 @@ jobs:
|
853 | 853 | name: release-qa-parity-${{ matrix.lane }}-${{ needs.resolve_target.outputs.revision }} |
854 | 854 | path: .artifacts/qa-e2e/ |
855 | 855 | retention-days: 14 |
856 | | -if-no-files-found: warn |
| 856 | +if-no-files-found: error |
857 | 857 | |
858 | 858 | - name: Record advisory status |
859 | 859 | if: always() |
@@ -959,7 +959,7 @@ jobs:
|
959 | 959 | name: release-qa-parity-${{ needs.resolve_target.outputs.revision }} |
960 | 960 | path: .artifacts/qa-e2e/ |
961 | 961 | retention-days: 14 |
962 | | -if-no-files-found: warn |
| 962 | +if-no-files-found: error |
963 | 963 | |
964 | 964 | - name: Record advisory status |
965 | 965 | if: always() |
@@ -1131,7 +1131,7 @@ jobs:
|
1131 | 1131 | name: release-qa-runtime-parity-${{ needs.resolve_target.outputs.revision }} |
1132 | 1132 | path: .artifacts/qa-e2e/ |
1133 | 1133 | retention-days: 14 |
1134 | | -if-no-files-found: warn |
| 1134 | +if-no-files-found: error |
1135 | 1135 | |
1136 | 1136 | - name: Record advisory status |
1137 | 1137 | if: always() |
@@ -1241,13 +1241,13 @@ jobs:
|
1241 | 1241 | --output .artifacts/qa-e2e/runtime-parity-standard-report/qa-runtime-tool-coverage-report.md |
1242 | 1242 | |
1243 | 1243 | - name: Upload runtime tool coverage artifacts |
1244 | | -if: always() |
| 1244 | +if: ${{ always() && steps.verify_runtime_parity_status.outputs.ready == 'true' }} |
1245 | 1245 | uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 |
1246 | 1246 | with: |
1247 | 1247 | name: release-qa-runtime-tool-coverage-${{ needs.resolve_target.outputs.revision }} |
1248 | 1248 | path: .artifacts/qa-e2e/runtime-parity-standard-report/ |
1249 | 1249 | retention-days: 14 |
1250 | | -if-no-files-found: warn |
| 1250 | +if-no-files-found: error |
1251 | 1251 | |
1252 | 1252 | qa_live_matrix_release_checks: |
1253 | 1253 | name: Run QA Lab live Matrix lane |
@@ -1327,7 +1327,7 @@ jobs:
|
1327 | 1327 | name: release-qa-live-matrix-${{ needs.resolve_target.outputs.revision }} |
1328 | 1328 | path: .artifacts/qa-e2e/ |
1329 | 1329 | retention-days: 14 |
1330 | | -if-no-files-found: warn |
| 1330 | +if-no-files-found: error |
1331 | 1331 | |
1332 | 1332 | - name: Record advisory status |
1333 | 1333 | if: always() |
@@ -1467,7 +1467,7 @@ jobs:
|
1467 | 1467 | name: release-qa-live-telegram-${{ needs.resolve_target.outputs.revision }} |
1468 | 1468 | path: .artifacts/qa-e2e/ |
1469 | 1469 | retention-days: 14 |
1470 | | -if-no-files-found: warn |
| 1470 | +if-no-files-found: error |
1471 | 1471 | |
1472 | 1472 | - name: Record advisory status |
1473 | 1473 | if: always() |
@@ -1607,7 +1607,7 @@ jobs:
|
1607 | 1607 | name: release-qa-live-discord-${{ needs.resolve_target.outputs.revision }} |
1608 | 1608 | path: .artifacts/qa-e2e/ |
1609 | 1609 | retention-days: 14 |
1610 | | -if-no-files-found: warn |
| 1610 | +if-no-files-found: error |
1611 | 1611 | |
1612 | 1612 | - name: Record advisory status |
1613 | 1613 | if: always() |
@@ -1750,7 +1750,7 @@ jobs:
|
1750 | 1750 | name: release-qa-live-whatsapp-${{ needs.resolve_target.outputs.revision }} |
1751 | 1751 | path: .artifacts/qa-e2e/ |
1752 | 1752 | retention-days: 14 |
1753 | | -if-no-files-found: warn |
| 1753 | +if-no-files-found: error |
1754 | 1754 | |
1755 | 1755 | - name: Record advisory status |
1756 | 1756 | if: always() |
@@ -1890,7 +1890,7 @@ jobs:
|
1890 | 1890 | name: release-qa-live-slack-${{ needs.resolve_target.outputs.revision }} |
1891 | 1891 | path: .artifacts/qa-e2e/ |
1892 | 1892 | retention-days: 14 |
1893 | | -if-no-files-found: warn |
| 1893 | +if-no-files-found: error |
1894 | 1894 | |
1895 | 1895 | - name: Record advisory status |
1896 | 1896 | if: always() |
|