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

Unified Diff: tools/mb/mb_config.pyl

Issue 2556033002: Add GPU FYI Linux Ozone builder. (Closed)
Patch Set: Add GPU FYI Linux Ozone builder. Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 2ea561a15a9b8fb0d3357aa7b9c975b8af21d0ec..c2e66d071b69d9b8327e2f8dd9080b603fa2b3db 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -233,6 +233,7 @@
'GPU Win x64 Builder': 'gpu_tests_deqp_gles_release_trybot',
'GPU Win x64 Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot',
'Linux ChromiumOS Builder': 'gpu_fyi_tests_chromeos_release_trybot',
+ 'Linux ChromiumOS Ozone Builder': 'gpu_fyi_tests_chromeos_ozone_release_trybot',
'Mac GPU ASAN Release': 'gpu_fyi_tests_release_trybot_asan',
},
@@ -1144,6 +1145,10 @@
'debug_trybot', 'x86',
],
+ 'gpu_fyi_tests_chromeos_ozone_release_trybot': [
+ 'gpu_fyi_tests', 'release_trybot', 'ozone',
Ken Russell (switch to Gerrit) 2016/12/07 22:27:11 I think you meant 'chromeos', 'ozone'.
fjhenigman 2016/12/09 04:38:45 Yep, looks like both magic words are necessary to
+ ],
+
'gpu_fyi_tests_chromeos_release_trybot': [
'gpu_fyi_tests', 'release_trybot', 'chromeos',
],
« content/test/gpu/generate_buildbot_json.py ('K') | « testing/buildbot/chromium.gpu.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698