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

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

Issue 2270563005: Clean up some discrepancies in the perf recipe configs (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase. Created 4 years, 3 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_Android_One_Perf__2_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_One_Perf__2_.json b/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_One_Perf__2_.json
index bf264a80f5fd6d9fe49667ef7ed5c0f38f590292..1cbb5f29ffe28e63eaf3c61dbd40d6e8f00e3fe2 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_One_Perf__2_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_One_Perf__2_.json
@@ -208,6 +208,42 @@
"cmd": [
"python",
"-u",
+ "[BUILDER_CACHE]/Android_One_Perf__2_/src/testing/scripts/get_compile_targets.py",
+ "--output",
+ "/path/to/tmp/json",
+ "--",
+ "--build-config-fs",
+ "Release",
+ "--paths",
+ "{\"checkout\": \"[BUILDER_CACHE]/Android_One_Perf__2_/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
+ "--properties",
+ "{\"buildername\": \"Android One Perf (2)\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"slavename\": \"TestSlavename\", \"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\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[BUILDER_CACHE]/Android_One_Perf__2_/src/testing/buildbot/chromium.perf.json",
+ "/path/to/tmp/json"
+ ],
+ "name": "read test spec (chromium.perf.json)",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@path: [BUILDER_CACHE]/Android_One_Perf__2_/src/testing/buildbot/chromium.perf.json@@@",
+ "@@@STEP_LOG_LINE@json.output@{}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
"--show-path",
"python",

Powered by Google App Engine
This is Rietveld 408576698