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

Unified Diff: tools/mb/mb_config.pyl

Issue 2089953002: Remove client.skia section from mb_config.pyl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_win_clang
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 1477ce9e0e6ebda0a73097cded906fc04d80fb03..550afc9a4c84a2550e4606e256945f38a2af70d1 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -525,11 +525,10 @@
'Linux Builder': 'swarming_gn_release_bot',
'Linux Builder-Trybot': 'swarming_gn_release_bot',
'Linux Tests': 'swarming_gn_release_bot',
- 'Mac Builder': 'swarming_gpu_tests_gyp_release_bot',
- 'Mac Builder-Trybot': 'swarming_gpu_tests_gyp_release_bot',
- 'Win Builder':
- 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86',
- 'Win Builder-Trybot': 'swarming_gpu_tests_gyp_release_bot_x86',
+ 'Mac Builder': 'swarming_gpu_tests_gn_release_bot',
+ 'Mac Builder-Trybot': 'swarming_gpu_tests_gn_release_bot',
+ 'Win Builder': 'swarming_gpu_tests_gn_release_bot_minimal_symbols_x86',
+ 'Win Builder-Trybot': 'swarming_gpu_tests_gn_release_bot_x86',
borenet 2016/06/22 11:41:39 FTR, these bots no longer exist on the client.skia
},
'client.v8.fyi': {
@@ -1680,16 +1679,12 @@
'swarming', 'gpu_tests', 'gn', 'release_bot',
],
- 'swarming_gpu_tests_gyp_release_bot': [
- 'swarming', 'gpu_tests', 'gyp', 'release_bot',
- ],
-
- 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [
- 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
+ 'swarming_gpu_tests_gn_release_bot_minimal_symbols_x86': [
+ 'swarming', 'gpu_tests', 'gn', 'release_bot', 'minimal_symbols', 'x86',
],
- 'swarming_gpu_tests_gyp_release_bot_x86': [
- 'swarming', 'gpu_tests', 'gyp', 'release_bot',
+ 'swarming_gpu_tests_gn_release_bot_x86': [
+ 'swarming', 'gpu_tests', 'gn', 'release_bot', 'x86',
],
('swarming_gn_asan_clang_edge_fuzzer'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698