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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_arm64_Builder.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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Android_arm64_Builder", 7 "[BUILDER_CACHE]/Android_arm64_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "GYP_CROSSCOMPILE": "1", 201 "GYP_CROSSCOMPILE": "1",
202 "GYP_DEFINES": "OS=android branding=Chrome buildtype=Official component=st atic_library fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm64 use_goma= 1", 202 "GYP_DEFINES": "OS=android branding=Chrome buildtype=Official component=st atic_library fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm64 use_goma= 1",
203 "PATH": "[BUILDER_CACHE]/Android_arm64_Builder/src/third_party/android_too ls/sdk/platform-tools:[BUILDER_CACHE]/Android_arm64_Builder/src/build/android:%( PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 203 "PATH": "[BUILDER_CACHE]/Android_arm64_Builder/src/third_party/android_too ls/sdk/platform-tools:[BUILDER_CACHE]/Android_arm64_Builder/src/build/android:%( PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
204 }, 204 },
205 "name": "gclient runhooks" 205 "name": "gclient runhooks"
206 }, 206 },
207 { 207 {
208 "cmd": [ 208 "cmd": [
209 "python", 209 "python",
210 "-u", 210 "-u",
211 "[BUILDER_CACHE]/Android_arm64_Builder/src/testing/scripts/get_compile_tar gets.py",
212 "--output",
213 "/path/to/tmp/json",
214 "--",
215 "--build-config-fs",
216 "Release",
217 "--paths",
218 "{\"checkout\": \"[BUILDER_CACHE]/Android_arm64_Builder/src\", \"runit.py\ ": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
219 "--properties",
220 "{\"buildername\": \"Android arm64 Builder\", \"buildnumber\": 571, \"mast ername\": \"chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platform \": \"android\"}"
221 ],
222 "name": "get compile targets for scripts",
223 "~followup_annotations": [
224 "@@@STEP_LOG_LINE@json.output@{}@@@",
225 "@@@STEP_LOG_END@json.output@@@"
226 ]
227 },
228 {
229 "cmd": [
230 "python",
231 "-u",
232 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
233 "[BUILDER_CACHE]/Android_arm64_Builder/src/testing/buildbot/chromium.perf. json",
234 "/path/to/tmp/json"
235 ],
236 "name": "read test spec (chromium.perf.json)",
237 "~followup_annotations": [
238 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Android_arm64_Builder/src/testing/buil dbot/chromium.perf.json@@@",
239 "@@@STEP_LOG_LINE@json.output@{}@@@",
240 "@@@STEP_LOG_END@json.output@@@"
241 ]
242 },
243 {
244 "cmd": [
245 "python",
246 "-u",
211 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 247 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
212 "--show-path", 248 "--show-path",
213 "python", 249 "python",
214 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 250 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
215 ], 251 ],
216 "name": "cleanup_temp" 252 "name": "cleanup_temp"
217 }, 253 },
218 { 254 {
219 "cmd": [ 255 "cmd": [
220 "python", 256 "python",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 "~followup_annotations": [ 447 "~followup_annotations": [
412 "@@@STEP_TEXT@Android Nexus9 Perf (1)<br />Android Nexus9 Perf (2)<br />An droid Nexus9 Perf (3)@@@" 448 "@@@STEP_TEXT@Android Nexus9 Perf (1)<br />Android Nexus9 Perf (2)<br />An droid Nexus9 Perf (3)@@@"
413 ] 449 ]
414 }, 450 },
415 { 451 {
416 "name": "$result", 452 "name": "$result",
417 "recipe_result": null, 453 "recipe_result": null,
418 "status_code": 0 454 "status_code": 0
419 } 455 }
420 ] 456 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698