OLD | NEW |
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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 "GYP_CROSSCOMPILE": "1", | 195 "GYP_CROSSCOMPILE": "1", |
196 "GYP_DEFINES": "OS=android branding=Chrome buildtype=Official component=st
atic_library fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm64 use_goma=
1", | 196 "GYP_DEFINES": "OS=android branding=Chrome buildtype=Official component=st
atic_library fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm64 use_goma=
1", |
197 "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]" | 197 "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]" |
198 }, | 198 }, |
199 "name": "gclient runhooks" | 199 "name": "gclient runhooks" |
200 }, | 200 }, |
201 { | 201 { |
202 "cmd": [ | 202 "cmd": [ |
203 "python", | 203 "python", |
204 "-u", | 204 "-u", |
| 205 "[BUILDER_CACHE]/Android_arm64_Builder/src/testing/scripts/get_compile_tar
gets.py", |
| 206 "--output", |
| 207 "/path/to/tmp/json", |
| 208 "--", |
| 209 "--build-config-fs", |
| 210 "Release", |
| 211 "--paths", |
| 212 "{\"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\"}", |
| 213 "--properties", |
| 214 "{\"buildername\": \"Android arm64 Builder\", \"buildnumber\": 571, \"mast
ername\": \"chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platform
\": \"android\"}" |
| 215 ], |
| 216 "name": "get compile targets for scripts", |
| 217 "~followup_annotations": [ |
| 218 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 219 "@@@STEP_LOG_END@json.output@@@" |
| 220 ] |
| 221 }, |
| 222 { |
| 223 "cmd": [ |
| 224 "python", |
| 225 "-u", |
| 226 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 227 "[BUILDER_CACHE]/Android_arm64_Builder/src/testing/buildbot/chromium.perf.
json", |
| 228 "/path/to/tmp/json" |
| 229 ], |
| 230 "name": "read test spec (chromium.perf.json)", |
| 231 "~followup_annotations": [ |
| 232 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Android_arm64_Builder/src/testing/buil
dbot/chromium.perf.json@@@", |
| 233 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 234 "@@@STEP_LOG_END@json.output@@@" |
| 235 ] |
| 236 }, |
| 237 { |
| 238 "cmd": [ |
| 239 "python", |
| 240 "-u", |
205 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 241 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
206 "--show-path", | 242 "--show-path", |
207 "python", | 243 "python", |
208 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
209 ], | 245 ], |
210 "name": "cleanup_temp" | 246 "name": "cleanup_temp" |
211 }, | 247 }, |
212 { | 248 { |
213 "cmd": [ | 249 "cmd": [ |
214 "python", | 250 "python", |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 "~followup_annotations": [ | 441 "~followup_annotations": [ |
406 "@@@STEP_TEXT@Android Nexus9 Perf (1)<br />Android Nexus9 Perf (2)<br />An
droid Nexus9 Perf (3)@@@" | 442 "@@@STEP_TEXT@Android Nexus9 Perf (1)<br />Android Nexus9 Perf (2)<br />An
droid Nexus9 Perf (3)@@@" |
407 ] | 443 ] |
408 }, | 444 }, |
409 { | 445 { |
410 "name": "$result", | 446 "name": "$result", |
411 "recipe_result": null, | 447 "recipe_result": null, |
412 "status_code": 0 | 448 "status_code": 0 |
413 } | 449 } |
414 ] | 450 ] |
OLD | NEW |