aboutsummaryrefslogtreecommitdiffhomepage
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-09-28 12:38:28 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-28 17:26:37 +0000
commit9d5b100d873c4721bce9e3466bdb4bb0ae2614a1 (patch)
tree7540bdd96fa336f989ceb9a9028e7253d42a8f01 /PRESUBMIT.py
parente8b8397664666bfcba8f088ea073ede915da8a41 (diff)
Fix job name in PRESUBMIT.py.
Job was removed in https://skia-review.googlesource.com/c/skia/+/46306 No-Try: true Change-Id: I1c6e1a25c7395c27401811cdca653ee49d5e64e6 Reviewed-on: https://skia-review.googlesource.com/52762 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index c60392ea49..cb378676d9 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -46,7 +46,7 @@ PATH_PREFIX_TO_EXTRA_TRYBOTS = {
'Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD'),
'include/private/SkAtomics.h': ('skia.primary:'
'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-TSAN,'
- 'Test-Ubuntu14-Clang-Golo-GPU-GT610-x86_64-Release-TSAN'
+ 'Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-TSAN'
),
# Below are examples to show what is possible with this feature.