ci: run PR builds in fork and mirror status to apache repo #4976
Open
Ma77Ball wants to merge 1 commit intoapache:mainfrom
Open
ci: run PR builds in fork and mirror status to apache repo #4976Ma77Ball wants to merge 1 commit intoapache:mainfrom
Ma77Ball wants to merge 1 commit intoapache:mainfrom
Conversation
Contributor
Author
|
@Yicong-Huang or @chenlica please review |
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 changes were proposed in this PR?
Moves PR builds off the Apache repo and into the contributor's fork, so PRs from forks no longer need first-time-contributor approval and don't burn Apache's GitHub Actions minutes.
fork-ci.ymlthat runs the full build matrix and license header check on every push to a branch in the contributor's fork. It is a no-op when run insideapache/texera.notify_test_workflow.ymlthat posts aBuildstatus on the PR and links it to the matching fork CI run.update_build_status.ymlthat keeps theBuildstatus in sync with the fork run as it progresses.pull_requesttrigger fromrequired-checks.ymlandcheck-header.ymlso they no longer duplicate fork CI on the Apache side.automatic-email-notif-on-ddl-change.ymlfrom apull_request: closedtrigger to apush: maintrigger so it stops queuing for approval on every fork PR..asf.yamlso the required status checks areBuild(mirrored from fork CI) andValidate PR title.Any related issues, documentation, discussions?
Closes: #4290
How was this PR tested?
Tested manually on a fork:
Buildstatus appears on the PR and updates to success or failure based on the fork run.main,release/**, andci-enable/**in a fork are correctly skipped with a clear PR comment.required-checks.ymlstill runs on push tomain,release/**, andci-enable/**in the Apache repo.Was this PR authored or co-authored using generative AI tooling?
Co-Authored with Claude Opus 4.7 in compliance with ASF