We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd89db commit b4170f6Copy full SHA for b4170f6
.ci/acceptance-tests/devfile-registry-acceptance.yaml
@@ -21,6 +21,8 @@ objects:
21
env:
22
- name: REGISTRY
23
value: ${REGISTRY}
24
+ - name: PROBE_TIMEOUT
25
+ value: ${PROBE_TIMEOUT}
26
resources:
27
requests:
28
cpu: 20m
@@ -41,6 +43,11 @@ parameters:
41
43
42
44
value: "https://registry.stage.devfile.io"
45
required: true
46
+- name: PROBE_TIMEOUT
47
+ value: "600"
48
+ description: |-
49
+ The maximum time in seconds the test suite will wait
50
+ for the target deployment to be in ready state.
51
- name: JOB_NAME
52
generate: expression
53
from: "[a-z0-9]{5}"
0 commit comments