felipepessoto opened a new pull request, #12745: URL: https://github.com/apache/gluten/pull/12745
## What changes are proposed in this pull request? `docs/developers/velox-backend-CI.md` documents the Velox CI workflows but did not mention `delta_spark_ut.yml`, added in #12388. A contributor whose PR suddenly runs a multi-hour Delta suite had no entry point explaining what it is, or why it does not simply fail on a failing test, short of reading the workflow itself. This adds a short section covering: - why the job gates against a committed known-failures baseline rather than on any failure, - when it runs (Delta-relevant paths per PR, nightly at 05:00 UTC, or `workflow_dispatch`), - how to refresh the baseline after a fix, and links the pipeline README plus the follow-up tracker #12743. Docs only -- no workflow or code changes. ## How was this patch tested? No code change. The described behaviour was checked against `delta_spark_ut.yml` on `main`: the `schedule` cron, the `pull_request` path filter, and the `delta-spark-ut-known-failures` artifact name. ## Was this patch authored or co-authored using generative AI tooling? Generated-by: GitHub Copilot CLI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
