File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : gateway.networking.k8s.io/v1
2
- date : " 2025-06-17T20:49:35Z "
2
+ date : " 2025-06-23T17:17:39Z "
3
3
gatewayAPIChannel : standard
4
- gatewayAPIVersion : v1.2.1
4
+ gatewayAPIVersion : v1.3.0
5
5
implementation :
6
6
contact :
7
7
- ' @bobtest'
@@ -13,10 +13,14 @@ kind: ConformanceReport
13
13
mode : default
14
14
profiles :
15
15
- core :
16
- result : success
16
+ failedTests :
17
+ - GatewayFollowingEPPRouting
18
+ - InferencePoolHTTPRoutePortValidation
19
+ - InferencePoolInvalidEPPService
20
+ result : failure
17
21
statistics :
18
- Failed : 0
19
- Passed : 3
22
+ Failed : 3
23
+ Passed : 4
20
24
Skipped : 0
21
25
name : Gateway
22
- summary : Core tests succeeded .
26
+ summary : Core tests failed with 3 test failures .
Original file line number Diff line number Diff line change @@ -46,10 +46,16 @@ type InferenceExtensionTimeoutConfig struct {
46
46
// DefaultInferenceExtensionTimeoutConfig returns a new InferenceExtensionTimeoutConfig with default values.
47
47
func DefaultInferenceExtensionTimeoutConfig () InferenceExtensionTimeoutConfig {
48
48
config := gatewayconfig .DefaultTimeoutConfig ()
49
+ << << << < HEAD
49
50
config .HTTPRouteMustHaveCondition = 300 * time .Second
50
51
config .RouteMustHaveParents = 200 * time .Second
51
52
config .MaxTimeToConsistency = 200 * time .Second
52
53
config .DefaultTestTimeout = 600 * time .Second
54
+ == == == =
55
+ config .HTTPRouteMustHaveCondition = 100 * time .Second
56
+ config .MaxTimeToConsistency = 100 * time .Second
57
+ config .DefaultTestTimeout = 1200 * time .Second
58
+ >> >> >> > 2 b53159 (new versino .)
53
59
return InferenceExtensionTimeoutConfig {
54
60
TimeoutConfig : config , // Initialize embedded struct
55
61
GeneralMustHaveConditionTimeout : 300 * time .Second ,
You can’t perform that action at this time.
0 commit comments