Index: scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_MotoE_Perf.json |
diff --git a/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_MotoE_Perf.json b/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_MotoE_Perf.json |
index 9f0b660d66703bd9c1cddd2622c366e56c237fee..9292316f1b400f305764e410e9a07d4b6467e067 100644 |
--- a/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_MotoE_Perf.json |
+++ b/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_MotoE_Perf.json |
@@ -64,6 +64,42 @@ |
"cmd": [ |
"python", |
"-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "[SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json", |
+ "/path/to/tmp/json" |
+ ], |
+ "name": "read test spec", |
+ "~followup_annotations": [ |
+ "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json@@@", |
+ "@@@STEP_LOG_LINE@json.output@{}@@@", |
+ "@@@STEP_LOG_END@json.output@@@" |
+ ] |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
+ "--output", |
+ "/path/to/tmp/json", |
+ "--", |
+ "--build-config-fs", |
+ "Release", |
+ "--paths", |
+ "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
+ "--properties", |
+ "{\"buildername\": \"Android MotoE Perf\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"perf-id\": \"android-motoe\", \"results-url\": \"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_platform\": \"android\"}" |
+ ], |
+ "name": "get compile targets for scripts", |
+ "~followup_annotations": [ |
+ "@@@STEP_LOG_LINE@json.output@{}@@@", |
+ "@@@STEP_LOG_END@json.output@@@" |
+ ] |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
"\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfor base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endswith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
"[SLAVE_BUILD]/src/out/Release/debug_info_dumps", |
"[SLAVE_BUILD]/src/out/Release/test_logs", |