Skip to content

Commit 5ff8e89

Browse files
authored
fix: remove timeout constraint (#998)
Signed-off-by: Vladislav Sukhin <[email protected]>
1 parent a6fae87 commit 5ff8e89

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

charts/testkube-operator/templates/testworkflows.testkube.io_testworkflows.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -1760,7 +1760,6 @@ spec:
17601760
type: object
17611761
timeout:
17621762
description: maximum time this step may take
1763-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
17641763
type: string
17651764
transfer:
17661765
description: instructions for transferring files
@@ -2958,7 +2957,6 @@ spec:
29582957
type: string
29592958
timeout:
29602959
description: maximum time until reaching readiness
2961-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
29622960
type: string
29632961
transfer:
29642962
description: instructions for transferring files
@@ -3044,7 +3042,6 @@ spec:
30443042
type: object
30453043
timeout:
30463044
description: maximum time this step may take
3047-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
30483045
type: string
30493046
use:
30503047
description: multiple templates to include in this step
@@ -4995,7 +4992,6 @@ spec:
49954992
type: string
49964993
timeout:
49974994
description: maximum time until reaching readiness
4998-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
49994995
type: string
50004996
transfer:
50014997
description: instructions for transferring files
@@ -6770,7 +6766,6 @@ spec:
67706766
type: object
67716767
timeout:
67726768
description: maximum time this step may take
6773-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
67746769
type: string
67756770
transfer:
67766771
description: instructions for transferring files
@@ -7968,7 +7963,6 @@ spec:
79687963
type: string
79697964
timeout:
79707965
description: maximum time until reaching readiness
7971-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
79727966
type: string
79737967
transfer:
79747968
description: instructions for transferring files
@@ -8054,7 +8048,6 @@ spec:
80548048
type: object
80558049
timeout:
80568050
description: maximum time this step may take
8057-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
80588051
type: string
80598052
use:
80608053
description: multiple templates to include in this step
@@ -9798,7 +9791,6 @@ spec:
97989791
type: object
97999792
timeout:
98009793
description: maximum time this step may take
9801-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
98029794
type: string
98039795
transfer:
98049796
description: instructions for transferring files
@@ -10996,7 +10988,6 @@ spec:
1099610988
type: string
1099710989
timeout:
1099810990
description: maximum time until reaching readiness
10999-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
1100010991
type: string
1100110992
transfer:
1100210993
description: instructions for transferring files
@@ -11082,7 +11073,6 @@ spec:
1108211073
type: object
1108311074
timeout:
1108411075
description: maximum time this step may take
11085-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
1108611076
type: string
1108711077
use:
1108811078
description: multiple templates to include in this step

charts/testkube-operator/templates/testworkflows.testkube.io_testworkflowtemplates.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -1743,7 +1743,6 @@ spec:
17431743
type: string
17441744
timeout:
17451745
description: maximum time this step may take
1746-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
17471746
type: string
17481747
transfer:
17491748
description: instructions for transferring files
@@ -2941,7 +2940,6 @@ spec:
29412940
type: string
29422941
timeout:
29432942
description: maximum time until reaching readiness
2944-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
29452943
type: string
29462944
transfer:
29472945
description: instructions for transferring files
@@ -2990,7 +2988,6 @@ spec:
29902988
x-kubernetes-preserve-unknown-fields: true
29912989
timeout:
29922990
description: maximum time this step may take
2993-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
29942991
type: string
29952992
workingDir:
29962993
description: working directory to use for this step
@@ -4921,7 +4918,6 @@ spec:
49214918
type: string
49224919
timeout:
49234920
description: maximum time until reaching readiness
4924-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
49254921
type: string
49264922
transfer:
49274923
description: instructions for transferring files
@@ -6659,7 +6655,6 @@ spec:
66596655
type: string
66606656
timeout:
66616657
description: maximum time this step may take
6662-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
66636658
type: string
66646659
transfer:
66656660
description: instructions for transferring files
@@ -7857,7 +7852,6 @@ spec:
78577852
type: string
78587853
timeout:
78597854
description: maximum time until reaching readiness
7860-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
78617855
type: string
78627856
transfer:
78637857
description: instructions for transferring files
@@ -7906,7 +7900,6 @@ spec:
79067900
x-kubernetes-preserve-unknown-fields: true
79077901
timeout:
79087902
description: maximum time this step may take
7909-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
79107903
type: string
79117904
workingDir:
79127905
description: working directory to use for this step
@@ -9613,7 +9606,6 @@ spec:
96139606
type: string
96149607
timeout:
96159608
description: maximum time this step may take
9616-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
96179609
type: string
96189610
transfer:
96199611
description: instructions for transferring files
@@ -10811,7 +10803,6 @@ spec:
1081110803
type: string
1081210804
timeout:
1081310805
description: maximum time until reaching readiness
10814-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
1081510806
type: string
1081610807
transfer:
1081710808
description: instructions for transferring files
@@ -10860,7 +10851,6 @@ spec:
1086010851
x-kubernetes-preserve-unknown-fields: true
1086110852
timeout:
1086210853
description: maximum time this step may take
10863-
pattern: ^((0|[1-9][0-9]*)h)?((0|[1-9][0-9]*)m)?((0|[1-9][0-9]*)s)?((0|[1-9][0-9]*)ms)?$
1086410854
type: string
1086510855
workingDir:
1086610856
description: working directory to use for this step

0 commit comments

Comments
 (0)