summaryrefslogtreecommitdiff
path: root/chromium/gpu/PRESUBMIT.py
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-01-04 14:17:57 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-01-05 10:05:06 +0000
commit39d357e3248f80abea0159765ff39554affb40db (patch)
treeaba0e6bfb76de0244bba0f5fdbd64b830dd6e621 /chromium/gpu/PRESUBMIT.py
parent87778abf5a1f89266f37d1321b92a21851d8244d (diff)
downloadqtwebengine-chromium-39d357e3248f80abea0159765ff39554affb40db.tar.gz
BASELINE: Update Chromium to 55.0.2883.105
And updates ninja to 1.7.2 Change-Id: I20d43c737f82764d857ada9a55586901b18b9243 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/gpu/PRESUBMIT.py')
-rw-r--r--chromium/gpu/PRESUBMIT.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/gpu/PRESUBMIT.py b/chromium/gpu/PRESUBMIT.py
index 034a9d8cdb9..d993bd90a5c 100644
--- a/chromium/gpu/PRESUBMIT.py
+++ b/chromium/gpu/PRESUBMIT.py
@@ -23,9 +23,9 @@ def PostUploadHook(cl, change, output_api):
return []
bots = [
- 'tryserver.chromium.linux:linux_optional_gpu_tests_rel',
- 'tryserver.chromium.mac:mac_optional_gpu_tests_rel',
- 'tryserver.chromium.win:win_optional_gpu_tests_rel',
+ 'master.tryserver.chromium.linux:linux_optional_gpu_tests_rel',
+ 'master.tryserver.chromium.mac:mac_optional_gpu_tests_rel',
+ 'master.tryserver.chromium.win:win_optional_gpu_tests_rel',
]
results = []