roachprod: fix roachprod start ignoring --binary flag#72432
roachprod: fix roachprod start ignoring --binary flag#72432craig[bot] merged 1 commit intocockroachdb:masterfrom
roachprod start ignoring --binary flag#72432Conversation
rail
left a comment
There was a problem hiding this comment.
Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @tbg)
|
Thanks! Don't know this code well (🧑🔬 🐶) so Rail's approval is the one that matters. Please always mention related issues, for example via Fixes #72425 in the PR or commit message. This really helps keep context together. You should also in a similar vein have this PR fix the test failures linked into #72425 and I would recommend checking that they are actually fixed if you haven't already (maybe while bors is doing its job to avoid losing time). |
5b79e78 to
4bee29f
Compare
|
@tbg thanks for letting me know! I tested |
|
I am pretty sure that the change fixes it. If you've verified that |
|
bors r=rail |
4bee29f to
283ecd5
Compare
|
Canceled. |
Merging cockroachdb#71660 introduced a bug where roachprod ignores --binary flag when running `roachprod start`. This patch reverts to the old way of setting config.Binary. Release note: None Fixes cockroachdb#72425 cockroachdb#72420 cockroachdb#72373 cockroachdb#72372
283ecd5 to
87811bc
Compare
|
bors r=[rail,tbg] |
|
@RaduBerinde just want to make sure you are aware of this short but important PR! |
|
Build succeeded: |
Merging #71660 introduced a bug where roachprod ignores --binary
flag when running
roachprod start.This patch reverts to the old way of setting config.Binary as a quick solution to the bug.
Release note: None
Fixes #72425 #72420 #72373 #72372