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

Pin verison of ko we install 📌 #371

Merged
merged 1 commit into from
May 5, 2020
Merged

Conversation

bobcatfish
Copy link
Contributor

Changes

We were installing ko from master @ head which means if any bugs are
introduced, we'll hit them. A bug was introduced in how -P works which
was fixed in ko-build/ko#163 by @mattmoor almost
immediately so let's pin to the version with that fix so we can deal
with changes to ko at our leisure vs. surfacing ko errors in our CI.

Fixes #370

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 a user and vdemeester May 4, 2020 20:30
@tekton-robot tekton-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 4, 2020
@vdemeester
Copy link
Member

/test plumbing-yamllint

@vdemeester
Copy link
Member

@bobcatfish I think you need to rebase against latest upstream master to remove the error 👼

@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sbwsg

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 May 5, 2020
@ghost
Copy link

ghost commented May 5, 2020

/lgtm

@tekton-robot tekton-robot assigned ghost May 5, 2020
@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label May 5, 2020
@bobcatfish
Copy link
Contributor Author

plumbing-ko-build seems to have this failure:

{"level":"error","ts":1588690523.1534953,"caller":"git/git.go:41","msg":"Error running git [fetch --recurse-submodules=yes --depth=2 origin e0e4fdaa58212693ee38ffe3d94c140b0162f1c9]: exit status 128\nfatal: unable to access 'https:/tektoncd/plumbing/': Failed to connect to github.com port 443: Operation timed 

@bobcatfish
Copy link
Contributor Author

Not sure how to re-trigger the check, maybe thats a WIP ( @afrittoli lemme know if there's a way ) I'll just force push a commit message change to trigger again

We were installing ko from master @ head which means if any bugs are
introduced, we'll hit them. A bug was introduced in how -P works which
was fixed in ko-build/ko#163 by @mattmoor almost
immediately so let's pin to the version with that fix so we can deal
with changes to ko at our leisure vs surfacing ko errors in our CI.

Fixes tektoncd#370
@tekton-robot tekton-robot removed the lgtm Indicates that a PR is ready to be merged. label May 5, 2020
@ghost
Copy link

ghost commented May 5, 2020

/lgtm

:shipit:

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label May 5, 2020
@tekton-robot tekton-robot merged commit 1c453aa into tektoncd:master May 5, 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. 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.

ko failing to publish nightly image
3 participants