rshamunov commented on code in PR #25117:
URL: https://github.com/apache/beam/pull/25117#discussion_r1175150714
##########
playground/terraform/infrastructure/cloudbuild-manual-setup/02.builders/triggers.tf:
##########
@@ -63,20 +71,26 @@ resource "google_cloudbuild_trigger" "playground_to_gke" {
description = "Creates cloud build manual trigger to deploy Playground to
GKE"
source_to_build {
- uri = "https://github.com/beamplayground/deploy-workaround"
+ uri = var.trigger_source_repo
ref = "refs/heads/master"
repo_type = "GITHUB"
}
-
- git_file_source {
- path = ""
- uri = "https://github.com/beamplayground/deploy-workaround"
- revision = "refs/heads/master"
- repo_type = "GITHUB"
+ build {
+ timeout = "7200s"
+ options {
+ logging = "CLOUD_LOGGING_ONLY"
Review Comment:
options:
machineType: E2_HIGHCPU_32
logging: GCS_ONLY
We want to use better machines than defaut one. We want to log to a GCS
private bucket
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]