Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dataflow): remove old gpu-workers sample (GoogleCloudPlatform#6563
) ## Description Fixes GoogleCloudPlatform#6274, GoogleCloudPlatform#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
- Loading branch information