aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/gen_tasks.go
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-06-21 13:52:33 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-21 18:33:58 +0000
commit5083f5f3d2e2f3bc08cdf903666b649c8218ce8c (patch)
tree2c71dbbce85ccde8320d16f80e44562f82ffefb4 /infra/bots/gen_tasks.go
parent1ba1bfc818d19943530f44a829ba242da727c9b7 (diff)
Revert "[infra] Enable retries for Windows compiles"
This reverts commit c2a887031691c675cc519347258019f45ceb555c. Reason for revert: Issue causing flakiness has been resolved. Original change's description: > [infra] Enable retries for Windows compiles > > They're flaky due to https://github.com/golang/go/issues/21376 > > Bug: skia: > Change-Id: Ic629c84b72c492b35d393328aa2178762ce3c7d8 > Reviewed-on: https://skia-review.googlesource.com/123932 > Reviewed-by: Ravi Mistry <rmistry@google.com> > Reviewed-by: Mike Klein <mtklein@google.com> > Commit-Queue: Eric Boren <borenet@google.com> TBR=borenet@google.com,mtklein@google.com,rmistry@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: skia: Change-Id: Ieaae0be9796e61ca8f4265198687e847afa853aa Reviewed-on: https://skia-review.googlesource.com/136633 Reviewed-by: Eric Boren <borenet@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/gen_tasks.go')
-rw-r--r--infra/bots/gen_tasks.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go
index 14dcdbe55c..1963b20e18 100644
--- a/infra/bots/gen_tasks.go
+++ b/infra/bots/gen_tasks.go
@@ -814,9 +814,6 @@ func compile(b *specs.TasksCfgBuilder, name string, parts map[string]string) str
}
task.MaxAttempts = 1
- if strings.Contains(name, "Win") {
- task.MaxAttempts = 2
- }
// Add the task.
b.MustAddTask(name, task)