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]/Linux_Builder", | 7 "[BUILDER_CACHE]/Linux_Builder", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 189 matching lines...) Loading... |
200 "GYP_CHROMIUM_NO_ACTION": "1", | 200 "GYP_CHROMIUM_NO_ACTION": "1", |
201 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 201 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
202 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 202 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
203 }, | 203 }, |
204 "name": "gclient runhooks" | 204 "name": "gclient runhooks" |
205 }, | 205 }, |
206 { | 206 { |
207 "cmd": [ | 207 "cmd": [ |
208 "python", | 208 "python", |
209 "-u", | 209 "-u", |
| 210 "[BUILDER_CACHE]/Linux_Builder/src/testing/scripts/get_compile_targets.py"
, |
| 211 "--output", |
| 212 "/path/to/tmp/json", |
| 213 "--", |
| 214 "--build-config-fs", |
| 215 "Release", |
| 216 "--paths", |
| 217 "{\"checkout\": \"[BUILDER_CACHE]/Linux_Builder/src\", \"runit.py\": \"REC
IPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKA
GE_REPO[build]/scripts/slave/runtest.py\"}", |
| 218 "--properties", |
| 219 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\"
: \"chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platform\": \"li
nux\"}" |
| 220 ], |
| 221 "name": "get compile targets for scripts", |
| 222 "~followup_annotations": [ |
| 223 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 224 "@@@STEP_LOG_END@json.output@@@" |
| 225 ] |
| 226 }, |
| 227 { |
| 228 "cmd": [ |
| 229 "python", |
| 230 "-u", |
| 231 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 232 "[BUILDER_CACHE]/Linux_Builder/src/testing/buildbot/chromium.perf.json", |
| 233 "/path/to/tmp/json" |
| 234 ], |
| 235 "name": "read test spec (chromium.perf.json)", |
| 236 "~followup_annotations": [ |
| 237 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Linux_Builder/src/testing/buildbot/chr
omium.perf.json@@@", |
| 238 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 239 "@@@STEP_LOG_END@json.output@@@" |
| 240 ] |
| 241 }, |
| 242 { |
| 243 "cmd": [ |
| 244 "python", |
| 245 "-u", |
210 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 246 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
211 "--show-path", | 247 "--show-path", |
212 "python", | 248 "python", |
213 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 249 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
214 ], | 250 ], |
215 "name": "cleanup_temp" | 251 "name": "cleanup_temp" |
216 }, | 252 }, |
217 { | 253 { |
218 "cmd": [ | 254 "cmd": [ |
219 "python", | 255 "python", |
(...skipping 261 matching lines...) Loading... |
481 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 517 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
482 }, | 518 }, |
483 "name": "sizes" | 519 "name": "sizes" |
484 }, | 520 }, |
485 { | 521 { |
486 "name": "$result", | 522 "name": "$result", |
487 "recipe_result": null, | 523 "recipe_result": null, |
488 "status_code": 0 | 524 "status_code": 0 |
489 } | 525 } |
490 ] | 526 ] |
OLD | NEW |