The GitHub Actions job "Benchmarks" on texera.git/bench/arrow-flight-e2e has 
succeeded.
Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).

Head commit for run:
1d2216cf381b9572873e8781e1d90cf43f2e8c4f / Yicong Huang 
<[email protected]>
fix(bench): skip gh-pages fetch + continue-on-error on publish

Bench step itself ran fine on the prior CI; the Publish throughput /
latency steps failed with `fatal: couldn't find remote ref gh-pages`
because apache/texera has no gh-pages branch yet. The action attempts
to fetch gh-pages even when auto-push is false (it normally wants the
branch to compare against baseline).

Add `skip-fetch-gh-pages: true` to bypass the fetch — auto-push on
push-to-main / schedule still creates the branch on first write. Once
the dashboard is seeded, flip this to false to re-enable baseline
comparison + alert-threshold logic.

Add `continue-on-error: true` on each publish step as a safety net:
the bench data is already preserved in the uploaded artifact, so any
gh-pages-side surprise (permissions glitch, transient git failure)
shouldn't fail the bench job overall.

Report URL: https://github.com/apache/texera/actions/runs/27115620300

With regards,
GitHub Actions via GitBox

Reply via email to