-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
fix: Add values to PR generator #21557
base: master
Are you sure you want to change the base?
Conversation
🔴 Preview Environment stopped on BunnyshellSee: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
1e73127
to
da6850a
Compare
(That DCO check is silly... my commit is verified...) |
We can close #16507 once this is merged. |
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 for the PR!
How are the changes in test/container/Dockerfile
file related to the generator values?
Hey @reggie-k ! Those changes are the only way I could actually run |
Could you run |
I don't love installing a bunch of random dependencies on my machine, especially with this using the older go path. Containerization keeps things... contained 😅. Are you (or anyone) able to run |
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.
Totally legit to stick to the virtualized chain, I take your point.
From the perspective of maintainers' tracking of changes, and users visibility, the changes in the Dockerfile should go to a separate PR.
I opened an issue to track this separately:
#21623
Your PR for the Dockerfile will now be even smaller, having this being merged already:
#21556
And can be merged quickly to unblock this PR (even though all the codegen generated manifests are already in this PR and are not really blocked)
Signed-off-by: Brett C. Dudo <[email protected]>
…argoproj#21511) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: Tobias Lindberg <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: Afzal Ansari <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
… ApplicationSet (argoproj#21577) Signed-off-by: Revital Barletz <[email protected]> Co-authored-by: Regina Voloshin <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
…21504) Signed-off-by: Michael Crenshaw <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
…rgoproj#21580) Signed-off-by: reggie-k <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: asuforce <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: Revital Barletz <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
…atus when no clusters match the policy (argoproj#21296) (argoproj#21297) Signed-off-by: Michele Baldessari <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: Michael Crenshaw <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: Laurent Lavaud <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
…rs as file not found (argoproj#16253) (argoproj#21597) Signed-off-by: Prune <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
…#21588) Signed-off-by: Alexander Matyushentsev <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
…j#15185) (argoproj#21586) Signed-off-by: Jacob Colvin <[email protected]> Co-authored-by: Blake Pettersson <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: Christopher J. Adkins <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
…oj#21563) Signed-off-by: Almo Elda <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: CI <[email protected]> Co-authored-by: CI <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
…tic (argoproj#21616) Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
…oproj#21615) Signed-off-by: Alexandre Gaudreault <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
…rgoproj#21208) Signed-off-by: Alexandre Gaudreault <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: Michael Crenshaw <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
…rgoproj#21646) Signed-off-by: Brett C. Dudo <[email protected]>
…argoproj#21644) Signed-off-by: Brett C. Dudo <[email protected]>
…rgoproj#21641) Signed-off-by: Brett C. Dudo <[email protected]>
…oj#21540) Signed-off-by: Michael Crenshaw <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: reggie-k <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
argoproj#21658) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Brett C. Dudo <[email protected]>
…rgoproj#21440) Signed-off-by: Rafal Pelczar <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: Brett C. Dudo <[email protected]>
Signed-off-by: Brett C. Dudo <[email protected]>
434e537
to
9f59455
Compare
Sorry for the delay, here. Updated! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21557 +/- ##
=========================================
Coverage ? 53.52%
=========================================
Files ? 339
Lines ? 57185
Branches ? 0
=========================================
Hits ? 30606
Misses ? 23945
Partials ? 2634 ☔ View full report in Codecov by Sentry. |
Fixes #11408
This seems as though it'd be something that we'll want to roll out to all the generators. It seems more flexible than adding something like
branchParamPrefix
, and less disruptive than adding a new key forpr_branch
which is superfluous, and may end up being deprecated at some point in the future.If there's appetite to add it to the rest of the generators, I'm happy to add that to the PR, but it's beyond the scope of the linked issue.
Checklist: