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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json

Issue 1177593002: Add swarming support for MB (and the GN bots) in the chromium recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge patchset #3 to r295696 (no other changes) 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/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json
index 3a830ad337963b29327825c381c556328a93e230..73cf7a9b3ae2cedcc692bf229cea9d6e97b50dff 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json
@@ -87,26 +87,6 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
- "gen",
- "-v",
- "-m",
- "chromium.fyi",
- "-b",
- "CrWinClang64(dbg)",
- "--config-file",
- "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
- "--goma-dir",
- "[BUILD]\\goma",
- "//out/Debug_x64"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "generate_build_files"
- },
- {
- "cmd": [
- "python",
- "-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
"[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json",
"/path/to/tmp/json"
@@ -145,6 +125,26 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
+ "gen",
+ "-v",
+ "-m",
+ "chromium.fyi",
+ "-b",
+ "CrWinClang64(dbg)",
+ "--config-file",
+ "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
+ "--goma-dir",
+ "[BUILD]\\goma",
+ "//out/Debug_x64"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "generate_build_files"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[BUILD]\\scripts\\slave\\cleanup_temp.py"
],
"cwd": "[SLAVE_BUILD]",

Powered by Google App Engine
This is Rietveld 408576698