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 duplicate build for build rc wheel GitHub Action #27370

Closed
wants to merge 3 commits into from

Conversation

Abacn
Copy link
Contributor

@Abacn Abacn commented Jul 5, 2023

Fixes #27368

  • Fix source release file names

  • Avoid duplicate run of build wheels for rc

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.

Abacn added 2 commits July 5, 2023 17:27
* Fix source release file names

* Avoid duplicate run of build wheels for rc
@codecov
Copy link

codecov bot commented Jul 5, 2023

Codecov Report

Merging #27370 (77e7a65) into master (c474388) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #27370      +/-   ##
==========================================
+ Coverage   71.24%   71.26%   +0.01%     
==========================================
  Files         854      854              
  Lines      103716   103736      +20     
==========================================
+ Hits        73892    73925      +33     
+ Misses      28277    28264      -13     
  Partials     1547     1547              
Flag Coverage Δ
python 80.61% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 7 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link
Contributor

github-actions bot commented Jul 5, 2023

Assigning reviewers. If you would like to opt out of this review, comment assign to next reviewer:

R: @AnandInguva for label python.
R: @damccorm for label build.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@@ -109,7 +109,7 @@ jobs:
RC_ZIP="${RC_DIR}.zip"
RELEASE_DIR="beam-${{ github.event.inputs.RELEASE }}"
RC_TAG="v${{ github.event.inputs.RELEASE }}-RC${{ github.event.inputs.RC }}"
SOURCE_RELEASE_ZIP="apache-beam-${RELEASE}-source-release.zip"
SOURCE_RELEASE_ZIP="apache-beam-${{ github.event.inputs.RELEASE }}-source-release.zip"
Copy link
Contributor Author

@Abacn Abacn Jul 5, 2023

Choose a reason for hiding this comment

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

otherwise the name appears to be apache-beam--source-release.zip (should be apache-beam-2.49.0-source-release.zip) see https://dist.apache.org/repos/dist/dev/beam/2.49.0/

@@ -23,7 +23,6 @@
import logging
import unittest
from collections import namedtuple
from typing import Any
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this change (minor internal pylint fix) makes the affected action to trigger: see a run on fork repo: https://github.com/Abacn/beam/actions/runs/5469847290/jobs/9959265164

@Abacn Abacn marked this pull request as draft July 5, 2023 23:44
@Abacn
Copy link
Contributor Author

Abacn commented Jul 5, 2023

convert to draft for now; will mark as ready to review when release finish

@github-actions
Copy link
Contributor

Reminder, please take a look at this pr: @AnandInguva @damccorm

@Abacn Abacn closed this Jul 14, 2023
@Abacn Abacn deleted the fixworkflow branch July 18, 2023 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task]: Build RC and non-RC wheels in parallel.
1 participant