From 5083f5f3d2e2f3bc08cdf903666b649c8218ce8c Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Thu, 21 Jun 2018 13:52:33 -0400 Subject: 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 > Reviewed-by: Mike Klein > Commit-Queue: Eric Boren 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 Reviewed-by: Ben Wagner Commit-Queue: Ben Wagner --- infra/bots/gen_tasks.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'infra/bots/gen_tasks.go') 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) -- cgit v1.2.3