Skip to content

Commit e94b79a

Browse files
committed
buildenv: temporarily use farmer-ui-test.golang.org as dashboard URL
The build.golang.org service is undergoing a transition as part of https://golang.org/issue/34744#issuecomment-890076711. It's taking some time for the DNS change to propagate and HTTPS certificate to be acquired. During this time, use farmer-ui-test.golang.org as the dashboard URL, since it's currently used by cmd/coordinator to find post-submit work and report post-submit build results. For golang/go#34744. Change-Id: I7ca99dc75afa2960f831248110c9e5053ee95f99 Reviewed-on: https://go-review.googlesource.com/c/build/+/340589 Trust: Dmitri Shuralyov <[email protected]> Reviewed-by: Alexander Rakoczy <[email protected]> Reviewed-by: Carlos Amedee <[email protected]>
1 parent 3bd8f47 commit e94b79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildenv/envs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ var Production = &Environment{
297297
Name: "go",
298298
MachineType: "n1-standard-4",
299299
},
300-
DashURL: "https://build.golang.org/",
300+
DashURL: "https://farmer-ui-test.golang.org/", // TODO(golang.org/issue/47580): Go back to build.golang.org after its DNS rollout stabilizes.
301301
PerfDataURL: "https://perfdata.golang.org",
302302
CoordinatorName: "farmer",
303303
BuildletBucket: "go-builder-data",

0 commit comments

Comments
 (0)