This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from e2fadfb Merge pull request #16277 from [BEAM-13124][Playground]
Create readiness endpoint
add 84a2902 Merge pull request #16314 from
[BEAM-13260][Playground]Implement setup of CI test environment
No new revisions were added by this update.
Summary of changes:
.github/workflows/playground_deploy_examples.yml | 129 +++++++++++++++++++++
.../infrastructure/helm/Chart.yaml | 13 ++-
.../infrastructure/helm/templates/_helpers.tpl | 76 ++++++++++++
.../helm/templates/deployment-backend-go.yaml | 71 ++++++++++++
.../helm/templates/deployment-backend-java.yaml | 71 ++++++++++++
.../helm/templates/deployment-backend-python.yaml | 71 ++++++++++++
.../infrastructure/helm/templates/service-go.yaml | 55 +++------
.../helm/templates/service-java.yaml | 55 +++------
.../helm/templates/service-python.yaml | 55 +++------
.../helm/values.yaml} | 63 +++++++---
.../{applications/frontend => modules/gke}/main.tf | 40 +++----
.../terraform/modules/gke/output.tf | 6 +-
.../{artifact_registry => gke}/variables.tf | 16 +--
13 files changed, 560 insertions(+), 161 deletions(-)
create mode 100644 .github/workflows/playground_deploy_examples.yml
copy sdks/python/.coveragerc => playground/infrastructure/helm/Chart.yaml (78%)
create mode 100644 playground/infrastructure/helm/templates/_helpers.tpl
create mode 100644
playground/infrastructure/helm/templates/deployment-backend-go.yaml
create mode 100644
playground/infrastructure/helm/templates/deployment-backend-java.yaml
create mode 100644
playground/infrastructure/helm/templates/deployment-backend-python.yaml
copy dev-support/docker/pkglist =>
playground/infrastructure/helm/templates/service-go.yaml (66%)
copy dev-support/docker/pkglist =>
playground/infrastructure/helm/templates/service-java.yaml (66%)
copy dev-support/docker/pkglist =>
playground/infrastructure/helm/templates/service-python.yaml (66%)
copy playground/{backend/env_setup.sh => infrastructure/helm/values.yaml} (50%)
mode change 100755 => 100644
copy playground/terraform/{applications/frontend => modules/gke}/main.tf (57%)
copy sdks/java/io/rabbitmq/src/test/qpid/etc/passwd =>
playground/terraform/modules/gke/output.tf (90%)
copy playground/terraform/modules/{artifact_registry => gke}/variables.tf (79%)