Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update boskos images to latest #535

Merged
merged 1 commit into from
Aug 20, 2020
Merged

Conversation

dibyom
Copy link
Member

@dibyom dibyom commented Aug 19, 2020

Changes

The current boskos janitor was failing to clean up projects which seems to be
due to GCP adding two new logging sinks that cannot be deleted. The new boskos
image fixes this. See kubernetes-sigs/boskos#37 for more details.

I'm using the staging GCR like kubernetes/k8s.io#1161 in order to unblock our tests.

Fixes #534

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

See the contribution guide
for more details.

@tekton-robot tekton-robot requested review from kimsterv and a user August 19, 2020 18:23
@tekton-robot tekton-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 19, 2020
@dibyom
Copy link
Member Author

dibyom commented Aug 19, 2020

Maybe we should hold off on merging till we can use a non staging repo image for this.

@dibyom dibyom added the kind/bug Categorizes issue or PR as related to a bug. label Aug 19, 2020
@dibyom
Copy link
Member Author

dibyom commented Aug 19, 2020

/hold
(till we update out of staging image)

Manual deploy seems to be working:

{"type":"gke-project","current":{"busy":4,"free":11},"owner":{"":11,"pull-tekton-pipeline-integration-tests":2,"pull-tekton-triggers-integration-tests":2}}

@tekton-robot tekton-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 19, 2020
@bobcatfish
Copy link
Contributor

Nice fix!!! total nit, but is it possible to update the commit message / PR description to explain a bit about why this fixes the problem?

/approve

@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bobcatfish

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 19, 2020
@@ -153,7 +153,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: boskos
image: gcr.io/k8s-prow/boskos/boskos:v20200213-a79910c4a
image: gcr.io/k8s-staging-boskos/boskos:v20200819-984516e
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no non-staging repo yet, so this is fine. (It's populated by images that are automatically built on merges, basically exactly the same as gcr.io/k8s-prow/boskos was.)

There will eventually hopefully be tagged releases in k8s.gcr.io/boskos, but we don't have those yet.

The current boskos janitor was failing to clean up projects which seems to be
due to GCP adding two new logging sinks that cannot be deleted. The new boskos
image fixes this. See kubernetes-sigs/boskos#37 for more details.

Fixes tektoncd#534

Signed-off-by: Dibyo Mukherjee <[email protected]>
@dibyom
Copy link
Member Author

dibyom commented Aug 20, 2020

/hold cancel

Based on @ixdy 's comment above, we should be fine using the staging repo.

@tekton-robot tekton-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 20, 2020
@dibyom
Copy link
Member Author

dibyom commented Aug 20, 2020

/cc @afrittoli @sbwsg @vdemeester

@vdemeester
Copy link
Member

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Aug 20, 2020
@afrittoli afrittoli added kind/bug Categorizes issue or PR as related to a bug. and removed kind/bug Categorizes issue or PR as related to a bug. labels Aug 20, 2020
@tekton-robot tekton-robot merged commit 7bdb3ed into tektoncd:master Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

E2E tests failing on Boskos
6 participants