You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Needed to configure which language will the function instance support
77
102
Runtimestring`arg:"required" help:"Configure the language runtime environment for CloudFunction"`
@@ -87,17 +112,22 @@ type Args struct {
87
112
// tf/persistent/README.md for details on what is in there.
88
113
ApplyPersistent*ApplyPersistent`arg:"subcommand:apply-persistent" help:"Terraform apply the resources in tf/persistent and exit (does not run tests)."`
89
114
90
-
Local*LocalCmd`arg:"subcommand:local" help:"Deploy the test server locally with docker and execute tests"`
91
-
Gke*GkeCmd`arg:"subcommand:gke" help:"Deploy the test server on GKE and execute tests"`
92
-
Gce*GceCmd`arg:"subcommand:gce" help:"Deploy the test server on GCE and execute tests"`
93
-
Gae*GaeCmd`arg:"subcommand:gae" help:"Deploy the test server on GAE and execute tests"`
94
-
GaeStandard*GaeStandardCmd`arg:"subcommand:gae-standard" help:"Deploy the test server on GAE standard and execute tests"`
95
-
CloudRun*CloudRunCmd`arg:"subcommand:cloud-run" help:"Deploy the test server on Cloud Run and execute tests"`
96
-
CloudFunctionsGen2*CloudFunctionsGen2Cmd`arg:"subcommand:cloud-functions-gen2" help:"Deploy the test server on Cloud Function (2nd Gen) and execute tests"`
115
+
Local*LocalCmd`arg:"subcommand:local" help:"Deploy the test server locally with docker and execute tests"`
116
+
Gke*GkeCmd`arg:"subcommand:gke" help:"Deploy the test server on GKE and execute tests"`
117
+
Gce*GceCmd`arg:"subcommand:gce" help:"Deploy the test server on GCE and execute tests"`
118
+
GceCollector*GceCollectorCmd`arg:"subcommand:gce-collector" help:"Deploy the collector on GCE and execute tests"`
119
+
GceCollectorArm*GceCollectorArmCmd`arg:"subcommand:gce-collector-arm" help:"Deploy the collector on GCE and execute tests"`
120
+
GkeCollector*GkeCollectorCmd`arg:"subcommand:gke-collector" help:"Deploy the collector on GKE and execute tests"`
121
+
GkeOperatorCollector*GkeOperatorCollectorCmd`arg:"subcommand:gke-operator-collector" help:"Deploy the collector on GKE using the OpenTelemetry Operator and execute tests"`
122
+
Gae*GaeCmd`arg:"subcommand:gae" help:"Deploy the test server on GAE and execute tests"`
123
+
GaeStandard*GaeStandardCmd`arg:"subcommand:gae-standard" help:"Deploy the test server on GAE standard and execute tests"`
124
+
CloudRun*CloudRunCmd`arg:"subcommand:cloud-run" help:"Deploy the test server on Cloud Run and execute tests"`
125
+
CloudRunCollector*CloudRunCollectorCmd`arg:"subcommand:cloud-run-collector" help:"Deploy the collector on Cloud Run and execute tests"`
126
+
CloudFunctionsGen2*CloudFunctionsGen2Cmd`arg:"subcommand:cloud-functions-gen2" help:"Deploy the test server on Cloud Function (2nd Gen) and execute tests"`
97
127
98
128
CmdWithProjectId
99
129
GoTestFlagsstring`help:"go test flags to pass through, e.g. --gotestflags='-test.v'"`
100
-
HealthCheckTimeout time.Duration`arg:"--health-check-timeout" help:"A duration (e.g. 5m) to wait for the test server health check. Default is 2m." default:"2m"`
130
+
HealthCheckTimeout time.Duration`arg:"--health-check-timeout" help:"A duration (e.g. 5m) to wait for the test server health check. Default is 2m." default:"15m"`
101
131
102
132
// This is used in a new terraform workspace's name and in the GCP resources
103
133
// we create. Pass the GCB build ID in CI to get the build id formatted into
0 commit comments