Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Side by Side Diff: tools/mb/mb_config.pyl

Issue 2729503005: Add NVIDIA Shield GPU.FYI bot (Closed)
Patch Set: Add NVIDIA Shield GPU.FYI bot Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 }, 234 },
235 235
236 'chromium.gpu.fyi': { 236 'chromium.gpu.fyi': {
237 # These all use the 'trybot' mixins to ensure that dcheck is on. 237 # These all use the 'trybot' mixins to ensure that dcheck is on.
238 'Android Release (Nexus 5)': 'android_release_trybot', 238 'Android Release (Nexus 5)': 'android_release_trybot',
239 'Android Release (Nexus 5X)': 'gpu_tests_deqp_android_release_trybot_arm64 ', 239 'Android Release (Nexus 5X)': 'gpu_tests_deqp_android_release_trybot_arm64 ',
240 'Android Release (Nexus 6)': 'android_release_trybot', 240 'Android Release (Nexus 6)': 'android_release_trybot',
241 'Android Release (Nexus 6P)': 'android_release_trybot_arm64', 241 'Android Release (Nexus 6P)': 'android_release_trybot_arm64',
242 'Android Release (Nexus 9)': 'android_release_trybot_arm64', 242 'Android Release (Nexus 9)': 'android_release_trybot_arm64',
243 'Android Release (Pixel C)': 'android_release_trybot_arm64', 243 'Android Release (Pixel C)': 'android_release_trybot_arm64',
244 'Android Release (NVIDIA Shield)': 'android_release_trybot',
244 'GPU Linux Builder (dbg)': 'gpu_fyi_tests_debug_trybot', 245 'GPU Linux Builder (dbg)': 'gpu_fyi_tests_debug_trybot',
245 'GPU Linux Builder': 'gpu_fyi_tests_release_trybot', 246 'GPU Linux Builder': 'gpu_fyi_tests_release_trybot',
246 'GPU Mac Builder': 'gpu_fyi_tests_release_trybot', 247 'GPU Mac Builder': 'gpu_fyi_tests_release_trybot',
247 'GPU Mac Builder (dbg)': 'gpu_fyi_tests_debug_trybot', 248 'GPU Mac Builder (dbg)': 'gpu_fyi_tests_debug_trybot',
248 'GPU Win Builder': 'gpu_tests_deqp_gles_release_trybot_x86', 249 'GPU Win Builder': 'gpu_tests_deqp_gles_release_trybot_x86',
249 'GPU Win Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot_x86', 250 'GPU Win Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot_x86',
250 'GPU Win Clang Builder (dbg)': 'gpu_fyi_tests_win_clang_debug_bot', 251 'GPU Win Clang Builder (dbg)': 'gpu_fyi_tests_win_clang_debug_bot',
251 'GPU Win x64 Builder': 'gpu_tests_deqp_gles_release_trybot', 252 'GPU Win x64 Builder': 'gpu_tests_deqp_gles_release_trybot',
252 'GPU Win x64 Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot', 253 'GPU Win x64 Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot',
253 'Linux ChromiumOS Builder': 'gpu_fyi_tests_chromeos_release_trybot', 254 'Linux ChromiumOS Builder': 'gpu_fyi_tests_chromeos_release_trybot',
(...skipping 1682 matching lines...) Expand 10 before | Expand all | Expand 10 after
1936 1937
1937 'x64': { 1938 'x64': {
1938 'gn_args': 'target_cpu="x64"', 1939 'gn_args': 'target_cpu="x64"',
1939 }, 1940 },
1940 1941
1941 'x86': { 1942 'x86': {
1942 'gn_args': 'target_cpu="x86"', 1943 'gn_args': 'target_cpu="x86"',
1943 }, 1944 },
1944 }, 1945 },
1945 } 1946 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698