diff options
author | Ben Wagner <benjaminwagner@google.com> | 2017-02-22 10:04:20 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-02-22 15:10:42 +0000 |
commit | 8675d8d6fa704a0afd62a3d06b982304915d07c0 (patch) | |
tree | 5832091bbd4cb21f6fe3185c5ce78bdf3233aaac /infra | |
parent | 8a7dc295721bca8f36bfc5f307fc67c21f44828e (diff) |
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 <borenet@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra')
-rw-r--r-- | infra/bots/tasks.json | 4 |
1 files changed, 4 insertions, 0 deletions
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": { |