File tree 1 file changed +12
-12
lines changed
config/jobs/kubernetes-sigs/prometheus-adapter
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ presubmits:
14
14
- verify
15
15
resources :
16
16
limits :
17
- cpu : 1
18
- memory : 4Gi
17
+ cpu : " 6000m "
18
+ memory : " 6Gi "
19
19
requests :
20
- cpu : 1
21
- memory : 4Gi
20
+ cpu : " 6000m "
21
+ memory : " 6Gi "
22
22
annotations :
23
23
testgrid-dashboards : sig-instrumentation-prometheus-adapter
24
24
testgrid-tab-name : pr-verify
@@ -36,11 +36,11 @@ presubmits:
36
36
- test
37
37
resources :
38
38
limits :
39
- cpu : 1
40
- memory : 4Gi
39
+ cpu : " 6000m "
40
+ memory : " 6Gi "
41
41
requests :
42
- cpu : 1
43
- memory : 4Gi
42
+ cpu : " 6000m "
43
+ memory : " 6Gi "
44
44
annotations :
45
45
testgrid-dashboards : sig-instrumentation-prometheus-adapter
46
46
testgrid-tab-name : pr-test
@@ -71,11 +71,11 @@ presubmits:
71
71
privileged : true
72
72
resources :
73
73
limits :
74
- cpu : 1
75
- memory : 4Gi
74
+ cpu : " 6000m "
75
+ memory : " 6Gi "
76
76
requests :
77
- cpu : 1
78
- memory : 4Gi
77
+ cpu : " 6000m "
78
+ memory : " 6Gi "
79
79
annotations :
80
80
testgrid-dashboards : sig-instrumentation-prometheus-adapter
81
81
testgrid-tab-name : pr-test-e2e
You can’t perform that action at this time.
0 commit comments