Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

Looking at the build history at https://ci.chromium.org/ui/p/golang/builders/luci.golang.ci/gotip-openbsd-ppc64?limit=200, it seems it hasn't had a chance to run with the latest changes. @n2vi Can you try restarting it again? Thanks.

Sorry, I was referring to the "Ended Builds" section of that page, which you should be able to see. Thanks for restarting the bot. I see a new recent build...

Does that error happen only occasionally or does it persist even after restarts? If the former, please try it again now that [CL 584975](https://go.dev/cl/584975) has landed. It should resolve the...

This is probably working as intended. If there was a command named `echo` in %PATH%, would it be executed? If so, it might not be a responsibility of os/exec to...

Adding a few investigative notes. As visible by comparing [here](https://ci.chromium.org/ui/test/golang/net%2Fhttp.TestServerReadAfterWriteHeader100Continue%2Fh1) and [here](https://ci.chromium.org/ui/test/golang/net%2Fhttp.TestServerReadAfterWriteHeader100Continue%2Fh2), only the h1 subtest is flaky. h2 is consistently passing. It seems to reproduce locally but requires a...

Thanks. Here's the resulting certificate: [freebsd-riscv64-mengzhuo-1697128441.cert.txt](https://github.com/golang/go/files/12885022/freebsd-riscv64-mengzhuo-1697128441.cert.txt). I've mailed CLs to define your new builder in LUCI and will comment once that's done.

[Step 3](https://github.com/golang/go/wiki/DashboardBuilders#how-to-set-up-a-builder-1) is complete ([CL 534976](https://go.dev/cl/534976) is submitted), so you should be able to proceed with the next steps. Please feel free to comment here if you see something unexpected,...

Just checking in here, how's it going with [steps 4-6](https://github.com/golang/go/wiki/DashboardBuilders#how-to-set-up-a-builder-1) for this builder @mengzhuo?