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

Unified Diff: scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.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/dynamic_script_test_with_args.json
diff --git a/scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.json b/scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.json
index c78d2ff9eb412d5ddcbd164e7ed2258228c122ec..e58301f9c6d1a1d65a7c2f33d91d2d73a302d359 100644
--- a/scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.json
+++ b/scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.json
@@ -143,15 +143,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"
],
@@ -190,6 +181,15 @@
"cmd": [
"python",
"-u",
+ "[BUILD]/scripts/slave/cleanup_temp.py"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "cleanup_temp"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[SLAVE_BUILD]/src/testing/scripts/gtest_perf_test.py",
"--build-config-fs",
"Release",

Powered by Google App Engine
This is Rietveld 408576698