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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_8_Perf__5_.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_perf_Mac_10_8_Perf__5_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_8_Perf__5_.json b/scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_8_Perf__5_.json
index 5b6917459bc42d8edcd68a3a28ddd96d13e4ddb0..595c821c8d0d37520698dfa44178b5f4eaa67699 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_8_Perf__5_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_8_Perf__5_.json
@@ -116,15 +116,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"
],
@@ -161,6 +152,15 @@
"cmd": [
"python",
"-u",
+ "[BUILD]/scripts/slave/cleanup_temp.py"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "cleanup_temp"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[SLAVE_BUILD]/src/tools/perf/run_benchmark",
"list",
"--browser",

Powered by Google App Engine
This is Rietveld 408576698