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

Upload binaries by default #7680

Closed
wants to merge 1 commit into from

Conversation

drew2a
Copy link
Contributor

@drew2a drew2a commented Nov 8, 2023

This PR enables uploading binaries for each PR by default.

@drew2a drew2a marked this pull request as ready for review November 9, 2023 10:30
@drew2a drew2a requested review from a team, xoriole and qstokkink and removed request for a team November 9, 2023 10:30
Copy link
Contributor

@xoriole xoriole left a comment

Choose a reason for hiding this comment

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

  • Should we actually be uploading the binaries by default?
  • Does this have any potential to prolong the time taken for pull requests?

@drew2a
Copy link
Contributor Author

drew2a commented Nov 9, 2023

Should we actually be uploading the binaries by default?

I don't know. It is up to us to decide. I personally never use binaries from the PR builds.

Does this have any potential to prolong the time taken for pull requests?

Yes. For example, for the Windows build it adds 2m 43s:
https://github.com/Tribler/tribler/actions/runs/6811621558/job/18522334331

image

@drew2a
Copy link
Contributor Author

drew2a commented Nov 9, 2023

As an alternative approach, I could implement a condition where, if a PR has a specific label (such as 'upload binaries'), then the binaries would be uploaded.

@drew2a drew2a force-pushed the feature/binaries_to_actions branch from 9bfe944 to c123bee Compare November 13, 2023 12:32
@drew2a drew2a changed the title Upload binaries by default WIP: Upload binaries by label Nov 13, 2023
@drew2a drew2a changed the title WIP: Upload binaries by label Upload binaries by default Nov 13, 2023
@drew2a
Copy link
Contributor Author

drew2a commented Nov 13, 2023

I'm closing this PR. The new PR with the add binaries for PR with the label #7689.

@drew2a drew2a closed this Nov 13, 2023
@drew2a drew2a deleted the feature/binaries_to_actions branch November 13, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants