aboutsummaryrefslogtreecommitdiffhomepage
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-06-29 15:04:00 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-29 19:35:40 +0000
commit47f0709aac6d747f97e301c68b003748c06b1b47 (patch)
tree79624318863420959cb756e52d36cf8a1da63286 /PRESUBMIT.py
parentfb2050f41649595c177ad93a9330829949ad34da (diff)
Update CQ extra trybots after switch to Debian
Bug: skia: Change-Id: I6611638097b473d719106c239012b5382d962941 Reviewed-on: https://skia-review.googlesource.com/21266 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 9695b8208c..f1c80d3b52 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -42,11 +42,11 @@ GOLD_TRYBOT_URL = 'https://gold.skia.org/search?issue='
# Path to CQ bots feature is described in https://bug.skia.org/4364
PATH_PREFIX_TO_EXTRA_TRYBOTS = {
- 'src/opts/':
- 'skia.primary:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD',
+ 'src/opts/': ('skia.primary:'
+ 'Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD'),
'include/private/SkAtomics.h': ('skia.primary:'
- 'Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-TSAN,'
- 'Test-Ubuntu-Clang-Golo-GPU-GT610-x86_64-Release-TSAN-Trybot'
+ 'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-TSAN,'
+ 'Test-Ubuntu14-Clang-Golo-GPU-GT610-x86_64-Release-TSAN'
),
# Below are examples to show what is possible with this feature.