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

Unified Diff: scripts/slave/recipes/deterministic_build.py

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
Index: scripts/slave/recipes/deterministic_build.py
diff --git a/scripts/slave/recipes/deterministic_build.py b/scripts/slave/recipes/deterministic_build.py
index b9999ae8f51d651c647390613fd0d9c38dbcc6ac..9daa1ded73a0b3fc55df848f058de487e735bbb2 100644
--- a/scripts/slave/recipes/deterministic_build.py
+++ b/scripts/slave/recipes/deterministic_build.py
@@ -45,7 +45,7 @@ DETERMINISTIC_BUILDERS = {
'gclient_config': 'chromium',
'platform': 'win',
},
- 'Windows Clang deterministic build': {
+ 'ClangWinRepeatable': {
'chromium_config': 'chromium_win_clang',
'gclient_config': 'chromium',
'platform': 'win',

Powered by Google App Engine
This is Rietveld 408576698