Skip to content

Commit

Permalink
docs: replace kokoro with LUCI in contribution guide
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
h9jiang committed Feb 3, 2025
1 parent 771091a commit 831ca25
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

## Unreleased

### Code Health

* The testing framework is migrated from `Kokoro` to `LUCI`. The presubmit tests will be triggered against multiple go versions.

## v0.45.0 (prerelease)

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

0 comments on commit 831ca25

Please sign in to comment.