From 8675d8d6fa704a0afd62a3d06b982304915d07c0 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Wed, 22 Feb 2017 10:04:20 -0500 Subject: Fix tasks.json after crossed CLs. These two CLs caused failure on Housekeeper-PerCommit-InfraTests: https://skia-review.googlesource.com/8839 https://skia-review.googlesource.com/8805 NOTRY=true Change-Id: Ie27c2fd73186cdd4d9ae5528635bc9690df03210 Reviewed-on: https://skia-review.googlesource.com/8845 Reviewed-by: Eric Boren Commit-Queue: Ben Wagner --- infra/bots/tasks.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'infra') diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json index 42dc5259dc..44f71cc489 100644 --- a/infra/bots/tasks.json +++ b/infra/bots/tasks.json @@ -7229,6 +7229,7 @@ ], "io_timeout_ns": 2400000000000, "isolate": "perf_skia.isolate", + "max_attempts": 1, "priority": 0.8 }, "Perf-Win10-MSVC-NUC6i7KYK-GPU-GTX960-x86_64-Release": { @@ -7278,6 +7279,7 @@ ], "io_timeout_ns": 2400000000000, "isolate": "perf_skia.isolate", + "max_attempts": 1, "priority": 0.8 }, "Perf-Win10-MSVC-ShuttleA-GPU-AMDHD7770-x86_64-Debug": { @@ -12375,6 +12377,7 @@ ], "io_timeout_ns": 2400000000000, "isolate": "test_skia.isolate", + "max_attempts": 1, "priority": 0.8 }, "Test-Win10-MSVC-NUC6i7KYK-GPU-GTX960-x86_64-Release": { @@ -12424,6 +12427,7 @@ ], "io_timeout_ns": 2400000000000, "isolate": "test_skia.isolate", + "max_attempts": 1, "priority": 0.8 }, "Test-Win10-MSVC-ShuttleA-GPU-AMDHD7770-x86_64-Debug": { -- cgit v1.2.3