Skip to content

Commit

Permalink
dashboard: enable trybots for js/wasm
Browse files Browse the repository at this point in the history
Fixes golang/go#26015

Change-Id: I25656a8e2918196cf950e29184c783503da9f905
Reviewed-on: https://go-review.googlesource.com/120775
Reviewed-by: Andrew Bonventre <andybons@golang.org>
  • Loading branch information
bradfitz committed Jun 25, 2018
1 parent 7673371 commit 7538b3f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -1157,9 +1157,11 @@ func init() {
addBuilder(BuildConfig{
Name: "js-wasm",
HostType: "host-js-wasm",
TryBot: false,
MaxAtOnce: 2,
numTryTestHelpers: 0,
TryBot: true,
numTryTestHelpers: 4,
GoDeps: []string{
"3dced519cbabc213df369d9112206986e62687fa", // first passing commit
},
env: []string{
"GOOS=js", "GOARCH=wasm", "GOHOSTOS=linux", "GOHOSTARCH=amd64",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/workdir/go/misc/wasm",
Expand Down

0 comments on commit 7538b3f

Please sign in to comment.