ci: stop installing etcd twice in some workflows, skip protoc#19332
Merged
timvaillancourt merged 1 commit intovitessio:mainfrom Feb 9, 2026
Merged
ci: stop installing etcd twice in some workflows, skip protoc#19332timvaillancourt merged 1 commit intovitessio:mainfrom
ci: stop installing etcd twice in some workflows, skip protoc#19332timvaillancourt merged 1 commit intovitessio:mainfrom
Conversation
Contributor
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
|
ci: add setup-etcd action, sync version with realityci: stop installing etcd twice in some workflows
mhamza15
approved these changes
Feb 9, 2026
ci: stop installing etcd twice in some workflowsci: stop installing etcd twice in some workflows, skip protoc
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19332 +/- ##
=======================================
Coverage 69.95% 69.95%
=======================================
Files 1610 1610
Lines 216056 216053 -3
=======================================
- Hits 151141 151139 -2
+ Misses 64915 64914 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
b3aa5d6 to
235dde9
Compare
arthurschreiber
approved these changes
Feb 9, 2026
mhamza15
pushed a commit
to mhamza15/vitess
that referenced
this pull request
Feb 15, 2026
…itessio#19332) Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
This file contains hidden or 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
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 moves
etcdstops installingetcdtwice in some workflows. If a workflow usesmake tools, it's already installingetcd. The 2 x workflows updated in this PR runmake tools👍Example:
As a side effect, the version of etcd is synchronised (we use 3.6.x now)
Related Issue(s)
Checklist
Deployment Notes
AI Disclosure