-
Notifications
You must be signed in to change notification settings - Fork 18k
x/vuln: move CI to kokoro #50026
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
Labels
Milestone
Comments
Change https://golang.org/cl/369994 mentions this issue: |
gopherbot
pushed a commit
to golang/vuln
that referenced
this issue
Dec 7, 2021
TestNewBody uses math.MaxInt which is only available in Go1.17+, so this test is failing on TryBots. Temporarily comment out this test until CI is moved to kokoro. For golang/go#50026 Change-Id: Iae296a983d8a6529b690f12e0989c1f9334b7eae Reviewed-on: https://go-review.googlesource.com/c/vuln/+/369994 Trust: Julie Qiu <julie@golang.org> Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
We are able to run the checks we want on TryBots. The TryBot experience is better than kokoro (much faster turnaround, clearer CL messaging) so let's stick with it until we need something it can't provide. |
softdev050
added a commit
to softdev050/Golangvuln
that referenced
this issue
Apr 5, 2023
TestNewBody uses math.MaxInt which is only available in Go1.17+, so this test is failing on TryBots. Temporarily comment out this test until CI is moved to kokoro. For golang/go#50026 Change-Id: Iae296a983d8a6529b690f12e0989c1f9334b7eae Reviewed-on: https://go-review.googlesource.com/c/vuln/+/369994 Trust: Julie Qiu <julie@golang.org> Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
sayjun0505
added a commit
to sayjun0505/Golangvuln
that referenced
this issue
Apr 8, 2023
TestNewBody uses math.MaxInt which is only available in Go1.17+, so this test is failing on TryBots. Temporarily comment out this test until CI is moved to kokoro. For golang/go#50026 Change-Id: Iae296a983d8a6529b690f12e0989c1f9334b7eae Reviewed-on: https://go-review.googlesource.com/c/vuln/+/369994 Trust: Julie Qiu <julie@golang.org> Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
stanislavkononiuk
added a commit
to stanislavkononiuk/Golangvuln
that referenced
this issue
Jun 26, 2023
TestNewBody uses math.MaxInt which is only available in Go1.17+, so this test is failing on TryBots. Temporarily comment out this test until CI is moved to kokoro. For golang/go#50026 Change-Id: Iae296a983d8a6529b690f12e0989c1f9334b7eae Reviewed-on: https://go-review.googlesource.com/c/vuln/+/369994 Trust: Julie Qiu <julie@golang.org> Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
CI currently runs on TryBots, and we should move it to kokoro since we are using Go1.17 and may want to run docker tests in the future.
The text was updated successfully, but these errors were encountered: