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

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

Issue 1147043007: Promote deterministic build CI to real CI (tree closer, except for the Clang builder) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: revert the recipe change. Created 5 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 | masters/master.chromium.fyi/slaves.cfg » ('j') | 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 6dd2fdb8ee6ccc5c6bb0fa785c8828ced382ce1a..1c1ed1f26b68ae677cd53826c79df151b6abfd25 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -100,6 +100,7 @@ s_chromium = Scheduler(
'CrWin7Goma(clbr)', # not (clobber) cause crbug.com/399990
'CrWinClangGoma',
'CrWinClang',
+ 'ClangWinRepeatable',
'CrWinClang(dbg)',
'CrWinClang(shared)',
'CrWinClang64',
@@ -1193,6 +1194,19 @@ b_chromium_win_clang_asan_shared_tester = {
'auto_reboot': False,
}
+b_chromium_win_clang_deterministic = {
+ # The bot need a short (< 19 characters) name to work around crbug.com/399990.
+ 'name': 'ClangWinRepeatable',
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory(
+ 'deterministic_build',
+ factory_properties = {
+ 'configuration': 'Release',
+ }),
+ # Auto-reboot to try to clear up TEMP fill up issues.
+ 'auto_reboot': True,
+ 'category': 'win clang',
+}
+
b_clang_tot_linux = {
'name': 'ClangToTLinux',
'factory': m_annotator.BaseFactory('chromium',
@@ -1987,6 +2001,7 @@ c['builders'] = [
b_chromium_win_clang_asan_tester,
b_chromium_win_clang_asan_shared,
b_chromium_win_clang_asan_shared_tester,
+ b_chromium_win_clang_deterministic,
# Control flow integrity.
b_chromium_cfi_linux,
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698