Skip to content

Commit 831ca25

Browse files
committed
docs: replace kokoro with LUCI in contribution guide
Add Kokoro to LUCI migration in CHANGELOG. For #3533 Change-Id: Ib121f3e9d8b9cb8e79016a5848596fc49d883545 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/646157 LUCI-TryBot-Result: Go LUCI <[email protected]> kokoro-CI: kokoro <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent 771091a commit 831ca25

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

66
## Unreleased
77

8+
### Code Health
9+
10+
* The testing framework is migrated from `Kokoro` to `LUCI`. The presubmit tests will be triggered against multiple go versions.
11+
812
## v0.45.0 (prerelease)
913

1014
Date: 2024-12-16

docs/contributing.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,14 @@ Once you've sent out your change, a maintainer will take a look at your contribu
183183
### Presubmit Test in CI
184184
185185
When you mail your CL or upload a new patch to an existing CL, *AND*
186-
you or a fellow contributor assigns the `Run-TryBot=+1` label in Gerrit, the test command defined in
187-
`build/all.bash` will run by `Kokoro`, which is Jenkins-like Google infrastructure
188-
for running Dockerized tests. `Kokoro` will post the result as a comment, and add its `TryBot-Result`
189-
vote after each test run completes.
186+
you or a fellow contributor assigns the `Commit-Queue=+1` label in Gerrit, all the
187+
tests (including go test and typescript test) defined in vscode-go will be
188+
triggered by `LUCI`.
190189
191-
To force a re-run of the Kokoro CI, add comment `kokoro rerun` to the CL.
190+
`LUCI` will post the result as a comment, and add its `LUCI-TryBot-Result` vote
191+
after all tests run completes.
192+
193+
To force a re-run of the LUCI CI, re-assigns the `Commit-Queue=+1` label in Gerrit.
192194
193195
[#vscode-dev]: https://gophers.slack.com/archives/CUWGEKH5Z
194196
[Gophers Slack]: https://invite.slack.golangbridge.org/

0 commit comments

Comments
 (0)