-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
build: run ko resolve on build presubmit 🙃 #3621
build: run ko resolve on build presubmit 🙃 #3621
Conversation
test/presubmit-tests.sh
Outdated
@@ -57,9 +57,15 @@ function check_yaml_lint() { | |||
results_banner "YAML Lint" 0 | |||
} | |||
|
|||
function ko_resolve() { | |||
oci_layout_path=$(mktemp -d) | |||
ko reslove --push=false --oci-layout-path=${oci_layout_path} -f config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reslove
-> resolve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦🏼♂️
0de256f
to
ce6ce67
Compare
[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 |
ce6ce67
to
b5b3ecb
Compare
037690a
to
91f2400
Compare
/hold |
91f2400
to
b9909d3
Compare
Nice! This is much easier than the other approach I was going to try. |
This run `ko resolve` when doing the presubmit build to be able to detect any potential "multi-arch" problem with the PRs content. `ko resolve` is used in our publish pipeline. Signed-off-by: Vincent Demeester <[email protected]>
b9909d3
to
308cf1f
Compare
/test all |
/test pull-tekton-pipeline-build-tests |
/test pull-tekton-pipeline-integration-tests |
/test all |
/lgtm Looking Good! 🤙🏽 |
/hold cancel |
Changes
This run
ko resolve
when doing the presubmit build to be able todetect any potential "multi-arch" problem with the PRs content.
ko resolve
is used in our publish pipeline.Signed-off-by: Vincent Demeester [email protected]
/kind misc
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.
Double check this list of stuff that's easy to miss:
cmd
dir, please updatethe release Task to build and release this image.
Reviewer Notes
If API changes are included, additive changes must be approved by at least two OWNERS and backwards incompatible changes must be approved by more than 50% of the OWNERS, and they must first be added in a backwards compatible way.
Release Notes