[Improve][CI] Sync build checks from workflow jobs - #11840
Draft
DanielLeens wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Make the Apache-side
Buildcheck sync from the real workflow jobs when the fork-side reusable workflow run stays stuck inqueuedat the top level.Why is this needed?
On August 17, 2026, Apache PR #11834 showed the required
Buildcheck asqueuedfor a long time even though the linked fork workflow was already running jobs.The current
update_build_status.ymlsync job copies the top-level response fromGET /actions/runs/{run_id}directly. For the DanielLeens fork run31993208976, GitHub still reported the workflow run status asqueued, while the jobs endpoint already showed active execution:62jobscompleted18jobsin_progress7jobsqueuedThat left the Apache-side check run
95280333095being patched asqueued -> queuedinstead of surfacing real progress.This PR keeps the scope narrow:
html_urlfor details synchronizationqueued, derive the check status from the real workflow jobsValidation
git diff --cached --checkDanielLeens/seatunnelworkflow run31993208976, which normalizes from upstreamqueuedto derivedin_progress