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

Unified Diff: masters/master.chromium.fyi/master.cfg

Issue 2199003002: Enable auto reboot of Windows Clang builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index e8f12b73584934571a7352205bde4569f335973c..dbd9b4947c474e68615b7c839799a84025911ebe 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -487,14 +487,14 @@ b_chromium_win_clang_goma = {
'name': 'CrWinClangGoma',
'factory': m_remote_run('chromium', timeout=3000),
'category': 'goma',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_chromium_win_clang = {
'name': 'CrWinClang',
'factory': m_remote_run('chromium', triggers=['cr_win_clang']),
'category': 'win clang',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_chromium_win_clang_tester = {
@@ -508,7 +508,7 @@ b_chromium_win_clang_dbg = {
'name': 'CrWinClang(dbg)',
'factory': m_remote_run('chromium', triggers=['cr_win_clang_dbg']),
'category': 'win clang',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_chromium_win_clang_dbg_tester = {
'name': 'CrWinClang(dbg) tester',
@@ -521,7 +521,7 @@ b_chromium_win_clang_shared = {
'name': 'CrWinClang(shared)',
'factory': m_remote_run('chromium', triggers=['cr_win_clang_shared']),
'category': 'win clang',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_chromium_win_clang_shared_tester = {
'name': 'CrWinClang(shared) tester',
@@ -534,7 +534,7 @@ b_chromium_win_clang_64 = {
'name': 'CrWinClang64',
'factory': m_remote_run('chromium', triggers=['cr_win_clang_64']),
'category': 'win clang',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_chromium_win_clang_64_tester = {
'name': 'CrWinClang64 tester',
@@ -547,7 +547,7 @@ b_chromium_win_clang_64_dbg = {
'name': 'CrWinClang64(dbg)',
'factory': m_remote_run('chromium', triggers=['cr_win_clang_64_dbg']),
'category': 'win clang',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_chromium_win_clang_64_dbg_tester = {
'name': 'CrWinClang64(dbg) tester',
@@ -560,7 +560,7 @@ b_chromium_win_clang_64_shared = {
'name': 'CrWinClang64(dll)',
'factory': m_remote_run('chromium', triggers=['cr_win_clang_64_shared']),
'category': 'win clang',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_chromium_win_clang_64_shared_tester = {
'name': 'CrWinClang64(dll) tester',
@@ -573,7 +573,7 @@ b_chromium_win_clang_lld = {
'name': 'CrWinClangLLD',
'factory': m_remote_run('chromium', triggers=['cr_win_clang_lld']),
'category': 'clang tot',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_chromium_win_clang_lld_tester = {
'name': 'CrWinClangLLD tester',
@@ -585,7 +585,7 @@ b_chromium_win_clang_lld_dbg = {
'name': 'CrWinClngLLDdbg',
'factory': m_remote_run('chromium', triggers=['cr_win_clang_lld_dbg']),
'category': 'clang tot',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_chromium_win_clang_lld_dbg_tester = {
'name': 'CrWinClngLLDdbg tester',
@@ -597,7 +597,7 @@ b_chromium_win_clang_lld64 = {
'name': 'CrWinClangLLD64',
'factory': m_remote_run('chromium', triggers=['cr_win_clang_lld64']),
'category': 'clang tot',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_chromium_win_clang_lld64_tester = {
'name': 'CrWinClangLLD64 tester',
@@ -609,7 +609,7 @@ b_chromium_win_clang_lld64_dbg = {
'name': 'CrWinClngLLD64dbg',
'factory': m_remote_run('chromium', triggers=['cr_win_clang_lld64_dbg']),
'category': 'clang tot',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_chromium_win_clang_lld64_dbg_tester = {
'name': 'CrWinClngLLD64dbg tester',
@@ -622,7 +622,7 @@ b_chromium_win_clang_asan = {
'name': 'CrWinAsan',
'factory': m_remote_run('chromium', triggers=['cr_win_clang_asan']),
'category': 'clang tot',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_chromium_win_clang_asan_tester = {
'name': 'CrWinAsan tester',
@@ -635,7 +635,7 @@ b_chromium_win_clang_asan_shared = {
'name': 'CrWinAsan(dll)',
'factory': m_remote_run('chromium', triggers=['cr_win_clang_asan_shared']),
'category': 'clang tot',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_chromium_win_clang_asan_shared_tester = {
'name': 'CrWinAsan(dll) tester',
@@ -648,7 +648,7 @@ b_chromium_win_clang_asan_coverage = {
'name': 'CrWinAsanCov',
'factory': m_remote_run('chromium', triggers=['cr_win_clang_asan_coverage']),
'category': 'clang tot',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_chromium_win_clang_asan_coverage_tester = {
'name': 'CrWinAsanCov tester',
@@ -775,7 +775,7 @@ b_clang_tot_win = {
'name': 'ClangToTWin',
'factory': m_remote_run('chromium', triggers=['clang_tot_win']),
'category': 'clang tot',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_clang_tot_win_tester = {
'name': 'ClangToTWin tester',
@@ -787,7 +787,7 @@ b_clang_tot_win_dbg = {
'name': 'ClangToTWin(dbg)',
'factory': m_remote_run('chromium', triggers=['clang_tot_win_dbg']),
'category': 'clang tot',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_clang_tot_win_dbg_tester = {
'name': 'ClangToTWin(dbg) tester',
@@ -799,7 +799,7 @@ b_clang_tot_win_dll = {
'name': 'ClangToTWin(dll)',
'factory': m_remote_run('chromium', triggers=['clang_tot_win_dll']),
'category': 'clang tot',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_clang_tot_win_dll_tester = {
'name': 'ClangToTWin(dll) tester',
@@ -811,7 +811,7 @@ b_clang_tot_win64 = {
'name': 'ClangToTWin64',
'factory': m_remote_run('chromium', triggers=['clang_tot_win64']),
'category': 'clang tot',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_clang_tot_win64_tester = {
'name': 'ClangToTWin64 tester',
@@ -823,7 +823,7 @@ b_clang_tot_win64_dbg = {
'name': 'ClangToTWin64(dbg)',
'factory': m_remote_run('chromium', triggers=['clang_tot_win64_dbg']),
'category': 'clang tot',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_clang_tot_win64_dbg_tester = {
'name': 'ClangToTWin64(dbg) tester',
@@ -835,7 +835,7 @@ b_clang_tot_win64_dll = {
'name': 'ClangToTWin64(dll)',
'factory': m_remote_run('chromium', triggers=['clang_tot_win64_dll']),
'category': 'clang tot',
- 'auto_reboot': False,
+ 'auto_reboot': True,
}
b_clang_tot_win64_dll_tester = {
'name': 'ClangToTWin64(dll) tester',
« 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