Add MacBook10,1 jobs.

No-Try: true
Change-Id: I2b976c29d7a267d3af9819c0565e3f88fe357fad
Reviewed-on: https://skia-review.googlesource.com/105760
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 6366506..121e086 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -705,9 +705,14 @@
     match.append('~BadImage')
 
   if 'Mac' in bot and 'IntelHD6000' in bot:
+    # skia:7574
     match.append('~^ProcessorCloneTest$')
     match.append('~^GrMeshTest$')
 
+  if 'Mac' in bot and 'IntelHD615' in bot:
+    # skia:7603
+    match.append('~^GrMeshTest$')
+
   if blacklisted:
     args.append('--blacklist')
     args.extend(blacklisted)
@@ -936,6 +941,7 @@
   'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN',
   'Test-Debian9-GCC-GCE-CPU-AVX2-x86-Debug-All',
   'Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All',
+  'Test-Mac-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Debug-All',
   'Test-Mac-Clang-MacBookAir7.2-GPU-IntelHD6000-x86_64-Debug-All',
   'Test-Mac-Clang-MacMini7.1-CPU-AVX-x86_64-Release-All',
   'Test-Mac-Clang-MacMini7.1-GPU-IntelIris5100-x86_64-Debug-All-CommandBuffer',