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>
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index c60392e..cb37867 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -46,7 +46,7 @@
       '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.