-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/gocd] Easier GoCD agent-only (no server). #7332
Conversation
(I haven't updated the |
/assign @varshavaradarajan |
@MPV -- Thanks for the PR. I understand your point. |
@MPV - The lint is failing for bump-up chart version. |
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.
can you bump up the chart version and update the changelog?
@GaneshSPatil Chart version and changelog bumped. I don't see the changes in the pull request yet though, but maybe it'll arrive soon, as I see them in my fork branch: master...MPV:gocd-server-enabled |
Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com>
Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com>
7d667b2
to
7da0d47
Compare
/retest |
@MPV: Cannot trigger testing until a trusted user reviews the PR and leaves an 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/test-infra repository. |
Would you like to trigger tests @GaneshSPatil ? 😊 |
@MPV -- The circleci lint is failing for bump up chart version. I can see that you've updated changelog file, but I don't see any changes in the |
/assign @maheshp |
@GaneshSPatil: GitHub didn't allow me to assign the following users: maheshp. Note that only helm members and repo collaborators can be assigned. 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/test-infra repository. |
Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com>
48a97f0
to
1638283
Compare
@GaneshSPatil @maheshp Mea culpa. Now the |
/ok-to-test |
Tests green ✅ Just needs LGTM / approved labels, if you agree @GaneshSPatil @varshavaradarajan ? |
/lgtm |
/approve |
/approve /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidkarlsen, GaneshSPatil, MPV 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 |
@MPV -- Thanks again for the contribution! |
Thanks all involved for your help. ❤️ |
* [stable/gocd] Easier GoCD agent-only (no server). Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> * [stable/gocd] Bump Chart+Changelog for 1.3.3, agent-only deployment Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> * [stable/gocd] Bump chart version to 1.3.4 Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> Signed-off-by: ishabalin <ishabalin@ninthdecimal.com>
* [stable/gocd] Easier GoCD agent-only (no server). Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> * [stable/gocd] Bump Chart+Changelog for 1.3.3, agent-only deployment Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> * [stable/gocd] Bump chart version to 1.3.4 Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> Signed-off-by: Marek Bartik <mab@revolgy.com> Signed-off-by: Marek Bartik <bartimar6@gmail.com>
* [stable/gocd] Easier GoCD agent-only (no server). Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> * [stable/gocd] Bump Chart+Changelog for 1.3.3, agent-only deployment Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> * [stable/gocd] Bump chart version to 1.3.4 Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> Signed-off-by: jenkin-x <jicowan@hotmail.com>
* [stable/gocd] Easier GoCD agent-only (no server). Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> * [stable/gocd] Bump Chart+Changelog for 1.3.3, agent-only deployment Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> * [stable/gocd] Bump chart version to 1.3.4 Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> Signed-off-by: Jakob Niggel <info@jakobniggel.de>
What this PR does / why we need it:
This change can be helpful if you'd like to use this chart for "agent only" deployment.
For example if you'd like to reuse long-running GoCD agents instead of letting the Elastic Agents plugin create a new agent for each job, as per gocd/kubernetes-elastic-agents#53.
To disable the GoCD server of this chart, this is what you needed to do before this change:
...and after:
Special notes for your reviewer:
Open to feedback if you think this makes sense.