-
Notifications
You must be signed in to change notification settings - Fork 357
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: upload helm chart to GitHub release artifacts [INFENG-93] #5064
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for storybook-det ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
For testing, I had to:
|
What were the results of this test? :) |
The test run created this release with linked helm chart: Here's the full set of changes for the test: |
5cdc7d5
to
a222246
Compare
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
I think I would've liked to make another symlink and install goreleaser in the makefile so the process would work outside of CircleCI, but this works. So maybe call it tech debt for later. 🤷♂️ |
If we didn't already use goreleaser, I would've just:
|
It worked... but it published a release (with helm chart) for 0.19.4-rc0. Started a fix in https://github.com/asnelling/determined/commits/helm-release-gh release test: no
rc test: with
|
Description
INFENG-93
Test Plan
I haven't found a good way to test without sweeping changes to the CI config. Will try to come up with something doable.
Commentary (optional)
Checklist
docs/release-notes/
.See Release Note for details.
/webui/react/src/shared/
verifymake -C webui/react test-shared
passes.Title
fix: upload helm chart to GitHub release artifacts