-
Notifications
You must be signed in to change notification settings - Fork 525
[GEP-28] Add build-gardenadm
script for Concourse CI
#10934
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
Conversation
build-gardenadm
script for Concourse CIbuild-gardenadm
script for Concourse CI
/assign |
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.
Thanks a lot for preparing the binary delivery of gardenadm
.
I just have one suggestion.
To run `go build` instead of `go install`
This allows levering the version handling part of the Makefile (similar to `make install` what is called inside the `Dockerfile`).
82eeeab
to
5b09e91
Compare
The idea is to cherry-pick this PR to the |
/cherry-pick release-v1.109 |
/cherry-pick release-v1.108 |
/cherry-pick release-v1.107 |
@rfranzke: once the present PR merges, I will cherry-pick it on top of release-v1.109 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@rfranzke: once the present PR merges, I will cherry-pick it on top of release-v1.108 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@rfranzke: once the present PR merges, I will cherry-pick it on top of release-v1.107 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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.
/lgtm
LGTM label has been added. Git tree hash: 778dce77fc07b176520179363dec377742f5379c
|
/approve @oliver-goetz suggested to tar/zip the binaries before uploading, so we might consider this as a future improvement in case the binary size grows as we progress with the GEP implementation |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rfranzke 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 |
@rfranzke: new pull request created: #10938 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@rfranzke: new pull request created: #10939 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@rfranzke: new pull request created: #10940 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
How to categorize this PR?
/area delivery
/kind enhancement
What this PR does / why we need it:
Add
build-gardenadm
script for Concourse CI. The idea is that thehead-update
andrelease
jobs run this script in order to build the binaries and add them as assets to the respective (draft) releases.Part of #2906
Special notes for your reviewer:
/cc @ScheererJ @ccwienk @8R0WNI3
Release note: