fix(ci): preserve reported functional suite failures

This commit is contained in:
overtrue
2026-09-05 18:33:42 +08:00
parent 7ba5cd6888
commit ea993d482c
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.