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

Loosen environment validation checks for RCs #28100

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

tvalentyn
Copy link
Contributor

Loosen the environment validation for RC pipelines (see: #28084).

RC releases are currently compatible with RC Docker images, only the SDK version string is different, but SDK installation in the Docker image actually includes the code from the RC .

Some customers make modifications to Beam releases and responsible customers set different version names for such SDKs. It makes sense to still verify that when customers modify the SDK at submission, they also have the matching installation at runtime , as opposed to just check the base version and ignoring all the suffixes.

@tvalentyn tvalentyn force-pushed the env_validation_for_rcs branch from 5bb0e4e to 75b453f Compare August 22, 2023 17:28
@tvalentyn
Copy link
Contributor Author

R: @damccorm @AnandInguva
cc: @lostluck

@github-actions
Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Merging #28100 (75b453f) into master (7a421c4) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master   #28100   +/-   ##
=======================================
  Coverage   72.30%   72.30%           
=======================================
  Files         678      678           
  Lines       99771    99777    +6     
=======================================
+ Hits        72140    72147    +7     
+ Misses      26068    26067    -1     
  Partials     1563     1563           
Flag Coverage Δ
python 82.87% <100.00%> (+<0.01%) ⬆️

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

Files Changed Coverage Δ
...hon/apache_beam/runners/worker/bundle_processor.py 94.23% <100.00%> (+0.16%) ⬆️

... and 2 files with indirect coverage changes

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

Copy link
Contributor

@damccorm damccorm left a comment

Choose a reason for hiding this comment

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

LGTM

@tvalentyn
Copy link
Contributor Author

looked at test failures, all are unrelated.

@tvalentyn tvalentyn merged commit 6319d51 into apache:master Aug 22, 2023
@tvalentyn tvalentyn deleted the env_validation_for_rcs branch August 22, 2023 18:55
lostluck pushed a commit to lostluck/beam that referenced this pull request Aug 30, 2023
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