File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,33 @@ presubmits:
95
95
memory : 4Gi
96
96
cpu : 2
97
97
98
+ - name : pull-kcp-test-integration
99
+ decorate : true
100
+ # only run integration tests if code changed.
101
+ run_if_changed : " (cmd|config|pkg|sdk|test|go.mod|go.sum|Makefile|.prow.yaml)"
102
+ clone_uri : " https://github.com/kcp-dev/kcp"
103
+ labels :
104
+ preset-goproxy : " true"
105
+ spec :
106
+ containers :
107
+ - image : ghcr.io/kcp-dev/infra/build:1.23.7-2
108
+ command :
109
+ - ./hack/run-with-prow.sh
110
+ - ./hack/run-with-prometheus.sh
111
+ - make
112
+ - test-integration
113
+ env :
114
+ - name : USE_GOTESTSUM
115
+ value : ' 1'
116
+ - name : KUBE_CACHE_MUTATION_DETECTOR
117
+ value : ' 1'
118
+ - name : E2E_PARALLELISM
119
+ value : ' 3'
120
+ resources :
121
+ requests :
122
+ memory : 6Gi
123
+ cpu : 4
124
+
98
125
- name : pull-kcp-test-e2e
99
126
decorate : true
100
127
# only run e2e tests if code changed.
You can’t perform that action at this time.
0 commit comments