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

Unified Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_parent_revision_chromium.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: updated baselines 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/chromium_webkit_parent_revision_chromium.json
diff --git a/scripts/slave/recipes/chromium.expected/chromium_webkit_parent_revision_chromium.json b/scripts/slave/recipes/chromium.expected/chromium_webkit_parent_revision_chromium.json
index 5a6b7b4e34088bcb42d1a80850d25109a69b8a4c..76e7777e5666bb26d47799db8662f4a2882cda63 100644
--- a/scripts/slave/recipes/chromium.expected/chromium_webkit_parent_revision_chromium.json
+++ b/scripts/slave/recipes/chromium.expected/chromium_webkit_parent_revision_chromium.json
@@ -141,15 +141,6 @@
"cmd": [
"python",
"-u",
- "[BUILD]\\scripts\\slave\\cleanup_temp.py"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "cleanup_temp"
- },
- {
- "cmd": [
- "python",
- "-u",
"\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
"[SLAVE_BUILD]\\src\\out\\Release"
],
@@ -188,6 +179,15 @@
"cmd": [
"python",
"-u",
+ "[BUILD]\\scripts\\slave\\cleanup_temp.py"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "cleanup_temp"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
"--target",
"Release"

Powered by Google App Engine
This is Rietveld 408576698