aboutsummaryrefslogtreecommitdiffhomepage
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2017-10-15 21:05:58 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-16 11:09:49 +0000
commit9ef6de782413a3b785ce12fb4b6ea782e72e8805 (patch)
tree98c7fd0165f1d8d70bba8bbf6490076312c95415 /PRESUBMIT.py
parent22a43a36d83df52645918c39c2f3175c2e20ab11 (diff)
Add in test_filter to build configuration
The first "sharding" technique we will try is just by test config (e.g. 8888, gles, etc). Thus, for backwards compatibility, the default "shard" is All, as in all configs Bug: skia: NOTRY=true Change-Id: Ia02362477a5d97f8f74d688b5f0c4f45fc129375 Reviewed-on: https://skia-review.googlesource.com/59563 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 0f37de4aba..2449c94d96 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -43,10 +43,10 @@ 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-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD'),
+ 'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD'),
'include/private/SkAtomics.h': ('skia.primary:'
- 'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-TSAN,'
- 'Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-TSAN'
+ 'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN,'
+ 'Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-TSAN'
),
# Below are examples to show what is possible with this feature.