You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise it's interpreted as HTML and doesn't get rendered.
Change-Id: Iabc96331ea042b795e9f44712d49ad155bed13b8
Reviewed-on: https://go-review.googlesource.com/c/wiki/+/600975
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Copy file name to clipboardExpand all lines: DashboardBuilders.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The LUCI system requires builders to run two applications which authenticate to
33
33
34
34
1.[Create an issue](https://github.com/golang/go/issues/new?labels=new-builder&title=x%2Fbuild%3A+add+LUCI+%3Cos-arch%3E+builder) on the Go Issue tracker requesting the addition of a new builder and assign it yourself.
35
35
1. The title of the issue should be in the format: `x/build: add LUCI <os-arch> builder`.
36
-
1. Choose a hostname and state its value in the issue body. The hostname should follow the following format: <GOOS>-<GOOARCH>-<GitHubhandleofmaintainer>. The Go team may ask that it be changed if there is any conflict with the name.
36
+
1. Choose a hostname and state its value in the issue body. The hostname should follow the following format: `<GOOS>-<GOOARCH>-<GitHub handle of maintainer>`. The Go team may ask that it be changed if there is any conflict with the name.
37
37
1. Add the label "new-builder". (You can post a comment on the issue stating `@gopherbot, please add label new-builder.` in the issue to have [gopherbot](/wiki/gopherbot) add it for you.)
38
38
39
39
1. Use `golang.org/x/build/cmd/genbotcert` to generate both a certificate signing request (_hostname_.csr) and a TLS private key (_hostname_.key) using the hostname (chosen beforehand) as input. Add a .txt file extension to the certificate signing request (_hostname_.csr.txt) and attach it to the GitHub issue. A team member will attach the resulting certificate (_hostname_.cert) to the GitHub issue.
0 commit comments