File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,13 @@ LABEL com.googleapis.cloudmarketplace.product.service.name=services/stackgen-ent
7171# Increased to 600 seconds to allow for longer deployment times
7272ENV WAIT_FOR_READY_TIMEOUT=600
7373
74+ # Set timeout for the entire tester process (deploying, running tester pods, waiting for completion)
75+ # Increased to 900 seconds to allow for longer deployment and testing times
76+ ENV TESTER_TIMEOUT=900
77+
78+ # Enable debug logging (set to "true" to enable verbose output and Terraform debug logs)
79+ ENV DEBUG=false
80+
7481# Copy processed schema.yaml
7582COPY --from=build /workspace/schema.yaml /data/schema.yaml
7683
Original file line number Diff line number Diff line change 2727 value: $global_static_ip_name
2828 - name: WAIT_FOR_READY_TIMEOUT
2929 value: "600"
30+ - name: TESTER_TIMEOUT
31+ value: "900"
32+ - name: DEBUG
33+ value: "false"
3034 volumeMounts:
3135 - name: deployer-config
3236 mountPath: /data/values
You can’t perform that action at this time.
0 commit comments