Skip to content

Commit 76897a1

Browse files
dmitshurgopherbot
authored andcommitted
repos: show x/playground on post-submit dashboard, update dependencies
We enabled post-submit builders for x/playground in golang/go#24823. Stop marking it as "hidden from the dashboard". Fixes golang/go#66001. Change-Id: I96f581aa93ec76748e888c1ad5c50f260beffa59 Reviewed-on: https://go-review.googlesource.com/c/build/+/609140 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent 5501352 commit 76897a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repos/repos.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func init() {
8484
x("perf", desc("packages and tools for performance measurement, storage, and analysis"))
8585
x("pkgsite", desc("home of the pkg.go.dev website"), enableCSR("go-discovery"))
8686
x("pkgsite-metrics", desc("code for serving pkg.go.dev/metrics"), enableCSR("go-ecosystem"))
87-
x("playground", noDash, enableCSR("golang-org"))
87+
x("playground", enableCSR("golang-org"))
8888
x("review", desc("a tool for working with Gerrit code reviews"))
8989
x("scratch", noDash)
9090
x("sync", desc("additional concurrency primitives"))

0 commit comments

Comments
 (0)