Skip to content

Commit b073285

Browse files
authored
Limit concurrency on e2e test runs to 1 (#1142)
Signed-off-by: Oleg Avdeev <oleg.v.avdeev@gmail.com>
1 parent aa71b99 commit b073285

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.prow/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ presubmits:
192192
- name: test-end-to-end-gcp
193193
decorate: true
194194
always_run: true
195+
max_concurrency: 1
195196
spec:
196197
containers:
197198
- image: gcr.io/kf-feast/feast-ci:latest
@@ -217,6 +218,7 @@ presubmits:
217218
- name: test-end-to-end-aws
218219
decorate: true
219220
always_run: true
221+
max_concurrency: 1
220222
spec:
221223
containers:
222224
- image: gcr.io/kf-feast/feast-ci:latest

0 commit comments

Comments
 (0)