Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(CI): Disable mac builds on fork #11962

Closed

Conversation

zhouyuan
Copy link
Contributor

This patch disabled the mac build tests on fork, aligning with linux builds
https://github.com/facebookincubator/velox/blob/main/.github/workflows/linux-build-base.yml#L30

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 26, 2024
Copy link

netlify bot commented Dec 26, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit c3772a1
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/676cd67cc441f100082e31da

@majetideepak majetideepak changed the title fix(CI): disable mac builds on fork fix(CI): Disable mac builds on fork Dec 27, 2024
@majetideepak
Copy link
Collaborator

Looks good to me. But will let @assignUser make a pass as well.

Copy link
Collaborator

@assignUser assignUser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if this is really necessary. We disable the other build because they utilize paid runners that are not available in forks but the macos runners are available.

But I don't have a strong opinion on this.

@zhouyuan
Copy link
Contributor Author

zhouyuan commented Jan 7, 2025

@assignUser Hi, thanks for the explanation, I think the issue is it may generate many reports(on each commit?) especially for active developers . Here's one example:
https://github.com/rui-mo/velox/actions

Here's the GHA use case in apache/Spark(also disabled on fork)
https://github.com/search?q=repo%3Aapache%2Fspark+github.repository+%3D%3D+%27apache%2Fspark%27&type=code

thanks, -yuan

@majetideepak majetideepak added the ready-to-merge PR that have been reviewed and are ready for merging. PRs with this tag notify the Velox Meta oncall label Jan 7, 2025
@facebook-github-bot
Copy link
Contributor

@kevinwilfong has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@kevinwilfong merged this pull request in 8bbc20c.

@zhouyuan zhouyuan deleted the wip_disable_macbuild_onfork branch January 9, 2025 09:18
athmaja-n pushed a commit to athmaja-n/velox that referenced this pull request Jan 10, 2025
Summary:
This patch disabled the mac build tests on fork, aligning with linux builds
https://github.com/facebookincubator/velox/blob/main/.github/workflows/linux-build-base.yml#L30

Pull Request resolved: facebookincubator#11962

Reviewed By: Yuhta

Differential Revision: D67910194

Pulled By: kevinwilfong

fbshipit-source-id: b2b5808448d678e30b4cbfe97c5f4c08693ec9b5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged ready-to-merge PR that have been reviewed and are ready for merging. PRs with this tag notify the Velox Meta oncall
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants