From f10dae46eb0dab6a13e517f7d9fe180f75ff726a Mon Sep 17 00:00:00 2001 From: Christie Wilson Date: Tue, 21 Jan 2020 18:08:30 -0500 Subject: [PATCH] =?UTF-8?q?Use=20the=20latest=20boskos=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using the same boskos version the prow folks are using, e.g., https://github.com/kubernetes/test-infra/blob/b2471685eed6a7d063d7e1e19032282bb33679db/prow/cluster/boskos.yaml#L65 which they bumped to in the context of dealing with the same issue we ran into on Friday (#186) --- boskos/boskos.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boskos/boskos.yaml b/boskos/boskos.yaml index e9752ef36..c831478a5 100644 --- a/boskos/boskos.yaml +++ b/boskos/boskos.yaml @@ -89,7 +89,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: boskos - image: gcr.io/k8s-testimages/boskos:v20190621-ff01381 + image: gcr.io/k8s-prow/boskos/boskos:v20200117-6384054e3 args: - --storage=/store/boskos.json - --config=/etc/config/config @@ -150,7 +150,7 @@ spec: terminationGracePeriodSeconds: 300 containers: - name: boskos-janitor - image: gcr.io/k8s-testimages/janitor:v20190621-ff01381 + image: gcr.io/k8s-prow/boskos/janitor:v20200117-6384054e3 args: - --resource-type=gke-project - --pool-size=10 @@ -185,6 +185,6 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: boskos-reaper - image: gcr.io/k8s-testimages/reaper:v20190621-ff01381 + image: gcr.io/k8s-prow/boskos/reaper:v20200117-6384054e3 args: - --resource-type=gke-project