fix(ci): preserve reported functional suite failures (#7199)

This commit is contained in:
Zhengchao An
2026-09-05 21:26:23 +08:00
committed by GitHub
parent 55ad7508b9
commit d915f9565e
11 changed files with 113 additions and 38 deletions
@@ -84,9 +84,6 @@ env:
jobs:
performance-test:
runs-on: pf-testing
# Requirement: a failing benchmark must not fail the workflow;
# failures are filed to rustfs/backlog.
continue-on-error: true
timeout-minutes: 900
# Run on manual dispatch, or when the nightly build completed successfully.
# Skipped when nightly failed.