-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
nit: move new const
s to own section
#17802
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
const
s to own section
frouioui
approved these changes
Feb 14, 2025
deepthi
approved these changes
Feb 14, 2025
timvaillancourt
added a commit
to slackhq/vitess
that referenced
this pull request
Feb 14, 2025
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
5 tasks
timvaillancourt
added a commit
to slackhq/vitess
that referenced
this pull request
Feb 19, 2025
* `slack-21.0`: init v21 release Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * rm codecov workflow Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * add slackhq/vitess-addons token Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * use Cores16 logic in test/ci_workflow_gen.go Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * simplify Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Simply changing GH Actions runner (vitessio#17788) Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * fix ci files Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * add comment Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * add private repo token Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * fix env Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * more private repo config Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * update templates Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * quote GOPRIVATE Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * nit: move new `const`s to own section (vitessio#17802) Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * use runner `vitess-ubuntu24-16cpu-1` Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * dont make PAT token an env var Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Add support for `GOPRIVATE` in CI templates Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * set `goPrivate` Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * empty commit to trigger ci Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * improve skip logic in TestSemiSyncUpgradeDowngrade Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * fix import Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> --------- Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes a minor nit introduced by my PR #17788
I didn't realize
test/ci_workflow_gen.go
hadconst
/var
s grouped by purpose, and I dumped my new consts in a group ofconst
for MySQL versions. This PR moves the newconst
s to a new sectionRelated Issue(s)
Checklist
Deployment Notes