From 256723d04af5d85b0af1a6166440a751eacaa8bb Mon Sep 17 00:00:00 2001 From: Erick Fejta Date: Fri, 27 Aug 2021 17:41:53 -0700 Subject: [PATCH] Reduce to a single updater replica. --- cluster/prod/knative/updater.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/prod/knative/updater.yaml b/cluster/prod/knative/updater.yaml index 6f95ba372..dcc8120b3 100644 --- a/cluster/prod/knative/updater.yaml +++ b/cluster/prod/knative/updater.yaml @@ -8,7 +8,7 @@ metadata: component: updater app: testgrid spec: - replicas: 2 + replicas: 1 selector: matchLabels: app: testgrid @@ -24,10 +24,10 @@ spec: - name: updater image: gcr.io/k8s-testgrid/updater:v20210828-v0.0.93-16-g532acf0 args: - - --build-timeout=1m + - --build-timeout=10m - --config=gs://knative-own-testgrid/config - --confirm - - --group-timeout=5m + - --group-timeout=20m - --json-logs - --subscribe=knative-prow=knative-tests/testgrid - --wait=1h