Skip to content

Commit

Permalink
Use the latest boskos ✨
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
bobcatfish authored and tekton-robot committed Jan 22, 2020
1 parent 8e493b6 commit 41c496d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boskos/boskos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 41c496d

Please sign in to comment.