MDBF-1201: add --view tests to branch protection#980
Conversation
|
Curious on the rational of a new builder for this. Is a ~2 min build for a ~2 min test. Having a separate builder is allowing for a branch protection to run across multiple machines as fast as the slowest builder, which seems to be amd64-ubuntu-2204-debug / amd64-ubuntu-2204-debug. Could the view protocol test be appended to an existing amd64-debian-11-debug-ps-embedded or amd64-debian-12-debug-embedded? I notice (sampled rather than full analysis) the longer runs on these seem to be the compile step, or than the mtr step so its a sunken cost. The basis of a reduction is a shorter, more visible (on GH) list of protected branch builders, and a small amount of overhead reduction as by all accounts resources are a bit precious. |
Hi @grooverdan ! |
2369792 to
78686da
Compare
Only known green mtr tests under --view-protocol, i.e. --suite=main. MDEV-40142 should be fixed before adding deploying the changes to a protected branches builder.
78686da to
36de8d9
Compare
|
Forced push 36de8d9 |
grooverdan
left a comment
There was a problem hiding this comment.
Thanks.
Myself or Yuchen will hopefully get to MDEV-40142 soonish.
Only known green mtr tests under --view-protocol, i.e. --suite=main.
MDEV-40142 should be fixed before adding deploying the changes to a protected branches builder.