Skip to content

chore(deps): update dependency apache-beam to v2.31.0 - #6274

Closed
renovate-bot wants to merge 10 commits into
GoogleCloudPlatform:masterfrom
renovate-bot:renovate/apache-beam-2.x
Closed

chore(deps): update dependency apache-beam to v2.31.0#6274
renovate-bot wants to merge 10 commits into
GoogleCloudPlatform:masterfrom
renovate-bot:renovate/apache-beam-2.x

Conversation

@renovate-bot

@renovate-botrenovate-bot commented Jul 8, 2021

Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
apache-beam==2.30.0 -> ==2.31.0ageadoptionpassingconfidence

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot
renovate-bot requested a review from a team as a code ownerJuly 8, 2021 17:22
@product-auto-labelproduct-auto-labelBot added the samples Issues that are directly related to samples. label Jul 8, 2021
@trusted-contributions-gcftrusted-contributions-gcfBot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 8, 2021
@google-clagoogle-claBot added the cla: yes This human has signed the Contributor License Agreement. label Jul 8, 2021
@kokoro-teamkokoro-team removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jul 8, 2021
@leahecole

leahecole commented Jul 8, 2021

Copy link
Copy Markdown
Collaborator

@davidcavazos is OOO this week but I think his #6096 PR might help with this

@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 2021
@leahecole

Copy link
Copy Markdown
Collaborator

blocked by #6445

@leahecoleleahecole added the status: blocked Resolving the issue is dependent on other work. label Jul 20, 2021
@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 2, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 2, 2021
@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 2, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 2, 2021
@davidcavazos

Copy link
Copy Markdown

Blocked by #6503

@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 9, 2021
@leahecoleleahecole removed the status: blocked Resolving the issue is dependent on other work. label Aug 9, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 9, 2021
@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 10, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 10, 2021
@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 10, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 10, 2021
@leahecole

Copy link
Copy Markdown
Collaborator

Hmm, @davidcavazos it now seems like gpu-workers is the troublesome one here. Any ideas as to what's going on? I don't see anything amiss in Dataflow in the console and our quotas seem to be fine

@davidcavazos

davidcavazos commented Aug 11, 2021

Copy link
Copy Markdown

The gpu-workers sample is the old one, the new gpu-examples aren't having any problems. I have cl/390001804 updating the docs to use the new sample, and after that we can delete the older gpu-workers directory.

It was too much of a hassle updating the docs and updating the samples at the same time, so we made a phased approach. Once the CL is merged, we can delete that directory and hopefully we won't have any failing tests anymore :)

@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 13, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 13, 2021
@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 13, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 13, 2021
@partheaparthea added the status: blocked Resolving the issue is dependent on other work. label Aug 14, 2021
@parthea

Copy link
Copy Markdown
Collaborator

Wait for #6563

gcf-merge-on-greenBot pushed a commit that referenced this pull request Aug 16, 2021
## Description
Fixes#6274, #6468
Remove the old `gpu-workers` sample, this has been replaced by the new [`gpu-examples/tensorflow-landsat`](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/dataflow/gpu-examples/tensorflow-landsat) sample.
The [docs](https://cloud.google.com/dataflow/docs/samples/satellite-images-gpus) already point to the new sample as well, so it's safe to delete.
## Checklist
- [ ] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md)
- [ ] README is updated to include [all relevant information](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#readme-file)
- [ ] **Tests** pass: `nox -s py-3.6` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup))
- [ ] **Lint** pass: `nox -s lint` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup))
- [ ] These samples need a new **API enabled** in testing projects to pass (let us know which ones)
- [ ] These samples need a new/updated **env vars** in testing projects set to pass (let us know which ones)
- [ ] Please **merge** this PR for me once it is approved.
- [ ] This sample adds a new sample directory, and I updated the [CODEOWNERS file](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/.github/CODEOWNERS) with the codeowners for this sample
@forking-renovate

Copy link
Copy Markdown

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (==2.31.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate-bot
renovate-bot deleted the renovate/apache-beam-2.x branch August 16, 2021 18:16
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.owlbot:runAdd this label to trigger the Owlbot post processor.samplesIssues that are directly related to samples.status: blockedResolving the issue is dependent on other work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@renovate-bot@leahecole@davidcavazos@parthea@engelke@kokoro-team