From 7dc7a64bb3905625429578b503950a1b59297032 Mon Sep 17 00:00:00 2001 From: Oleg Avdeev Date: Thu, 5 Nov 2020 19:09:59 +0300 Subject: [PATCH] Limit concurrency on e2e test runs to 1 Signed-off-by: Oleg Avdeev --- .prow/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.prow/config.yaml b/.prow/config.yaml index fa428beddb..781e311a8c 100644 --- a/.prow/config.yaml +++ b/.prow/config.yaml @@ -192,6 +192,7 @@ presubmits: - name: test-end-to-end-gcp decorate: true always_run: true + max_concurrency: 1 spec: containers: - image: gcr.io/kf-feast/feast-ci:latest @@ -217,6 +218,7 @@ presubmits: - name: test-end-to-end-aws decorate: true always_run: true + max_concurrency: 1 spec: containers: - image: gcr.io/kf-feast/feast-ci:latest