Skip to content

Commit 1f33f4a

Browse files
committed
added testing timeout
1 parent 67e846a commit 1f33f4a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

deployer-image/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
7272
ENV 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
7582
COPY --from=build /workspace/schema.yaml /data/schema.yaml
7683

deployer-image/marketplace/manifests/job.yaml.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ spec:
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

0 commit comments

Comments
 (0)