Skip to content

Commit a2ce532

Browse files
committed
Increase ephemeral cluster timeout and use OpenShift 4.20
Increase cluster provisioning timeout from 30m to 60m to allow enough time for Hypershift AWS cluster creation, which typically takes 40-60 minutes to complete. Also upgrade to OpenShift 4.20 (current stable version) from 4.17. Fixes: error: timed out waiting for the condition on clustertemplateinstances
1 parent 08cfd35 commit a2ce532

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.tekton/rapidast-integration-pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ spec:
5151
- name: eaasSpaceSecretRef
5252
value: $(tasks.provision-space.results.secretRef)
5353
- name: version
54-
value: "4.17"
54+
value: "4.20"
5555
- name: instanceType
5656
value: m6g.xlarge
5757
- name: timeout
58-
value: 30m
58+
value: 60m
5959

6060
- name: deploy-and-scan
6161
params:

0 commit comments

Comments
 (0)