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 build_wheels and build_release_candidate #32725

Merged
merged 4 commits into from
Oct 11, 2024
Merged

Conversation

Abacn
Copy link
Contributor

@Abacn Abacn commented Oct 9, 2024

Please add a meaningful description for your change here


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@@ -96,7 +96,7 @@ jobs:
- name: Get tag
id: get_tag
run: |
echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
echo "TAG=v2.60.0-RC0" >> $GITHUB_OUTPUT
Copy link
Contributor

Choose a reason for hiding this comment

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

We probably want this one change to be in a separate PR entirely, and then just run the workflow(s) from a branch with this one value changed, instead of running them from master.

Copy link
Contributor Author

@Abacn Abacn Oct 10, 2024

Choose a reason for hiding this comment

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

Yes, this line is not intended to make into the PR when it is ready for review. Closing this PR and will open another one for review purpose. (actually let me re-open it since it is still needed for upcoming RC)

I was using this branch to run build_wheels for 2.60.0rc1 after it was failed on push trigger.

@Abacn Abacn force-pushed the fix-release-workflows branch 4 times, most recently from 8e7a439 to afd370c Compare October 10, 2024 03:08
@github-actions github-actions bot added the java label Oct 10, 2024
@Abacn Abacn closed this Oct 10, 2024
@Abacn Abacn reopened this Oct 10, 2024
@Abacn Abacn marked this pull request as ready for review October 10, 2024 19:30
@Abacn
Copy link
Contributor Author

Abacn commented Oct 10, 2024

@Abacn
Copy link
Contributor Author

Abacn commented Oct 10, 2024

R: @lostluck @damccorm

Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment assign set of reviewers

Copy link
Contributor

@lostluck lostluck left a comment

Choose a reason for hiding this comment

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

LGTM

@Abacn Abacn merged commit 07322cc into master Oct 11, 2024
4 checks passed
@Abacn Abacn deleted the fix-release-workflows branch October 11, 2024 03:33
Abacn added a commit to Abacn/beam that referenced this pull request Oct 11, 2024
* Fix build_wheels and build_release_candidate
Abacn added a commit that referenced this pull request Oct 11, 2024
* Fix build_wheels and build_release_candidate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants