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

Unified Diff: masters/master.tryserver.chromium.win/master.cfg

Issue 761473002: Remove obsolete trybots, round #1 (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 1 month 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: masters/master.tryserver.chromium.win/master.cfg
diff --git a/masters/master.tryserver.chromium.win/master.cfg b/masters/master.tryserver.chromium.win/master.cfg
index 059bb5e5f1494e61ca3251e8937b78c0ffb2d23b..2d3660b3c25b6b3545fd770e5d32e3af550b0886 100644
--- a/masters/master.tryserver.chromium.win/master.cfg
+++ b/masters/master.tryserver.chromium.win/master.cfg
@@ -108,20 +108,6 @@ win_tests = [
'url_unittests_br',
] + chromium_factory.blink_tests_for_chromium_tryjobs
-b_win_rel_naclmore = CreateBuilder(
- target='Release',
- platform='win32',
- options=['all'],
- tests=win_tests,
- builder_name='win_rel_naclmore',
- slavebuilddir='win',
- goma=True,
- factory_properties={
- 'gclient_env': {
- },
- })
-
-
win_x64_options = [
'--', 'all'
]
@@ -252,7 +238,6 @@ b_win_nacl_sdk_build = CreateBuilder(
goma=True)
c['builders'] = [
- b_win_rel_naclmore,
b_drmemory_win,
b_win_nacl_sdk,
b_win_nacl_sdk_build,

Powered by Google App Engine
This is Rietveld 408576698