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]/Mac_Builder", | 7 "[BUILDER_CACHE]/Mac_Builder", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 "GYP_CHROMIUM_NO_ACTION": "1", | 199 "GYP_CHROMIUM_NO_ACTION": "1", |
200 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati
c_library gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 200 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati
c_library gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
202 }, | 202 }, |
203 "name": "gclient runhooks" | 203 "name": "gclient runhooks" |
204 }, | 204 }, |
205 { | 205 { |
206 "cmd": [ | 206 "cmd": [ |
207 "python", | 207 "python", |
208 "-u", | 208 "-u", |
| 209 "[BUILDER_CACHE]/Mac_Builder/src/testing/scripts/get_compile_targets.py", |
| 210 "--output", |
| 211 "/path/to/tmp/json", |
| 212 "--", |
| 213 "--build-config-fs", |
| 214 "Release", |
| 215 "--paths", |
| 216 "{\"checkout\": \"[BUILDER_CACHE]/Mac_Builder/src\", \"runit.py\": \"RECIP
E_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE
_REPO[build]/scripts/slave/runtest.py\"}", |
| 217 "--properties", |
| 218 "{\"buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\":
\"chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\
"}" |
| 219 ], |
| 220 "name": "get compile targets for scripts", |
| 221 "~followup_annotations": [ |
| 222 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 223 "@@@STEP_LOG_END@json.output@@@" |
| 224 ] |
| 225 }, |
| 226 { |
| 227 "cmd": [ |
| 228 "python", |
| 229 "-u", |
| 230 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 231 "[BUILDER_CACHE]/Mac_Builder/src/testing/buildbot/chromium.perf.json", |
| 232 "/path/to/tmp/json" |
| 233 ], |
| 234 "name": "read test spec (chromium.perf.json)", |
| 235 "~followup_annotations": [ |
| 236 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Mac_Builder/src/testing/buildbot/chrom
ium.perf.json@@@", |
| 237 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 238 "@@@STEP_LOG_END@json.output@@@" |
| 239 ] |
| 240 }, |
| 241 { |
| 242 "cmd": [ |
| 243 "python", |
| 244 "-u", |
209 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 245 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
210 "--show-path", | 246 "--show-path", |
211 "python", | 247 "python", |
212 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 248 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
213 ], | 249 ], |
214 "name": "cleanup_temp" | 250 "name": "cleanup_temp" |
215 }, | 251 }, |
216 { | 252 { |
217 "cmd": [ | 253 "cmd": [ |
218 "python", | 254 "python", |
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
846 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 882 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
847 }, | 883 }, |
848 "name": "sizes" | 884 "name": "sizes" |
849 }, | 885 }, |
850 { | 886 { |
851 "name": "$result", | 887 "name": "$result", |
852 "recipe_result": null, | 888 "recipe_result": null, |
853 "status_code": 0 | 889 "status_code": 0 |
854 } | 890 } |
855 ] | 891 ] |
OLD | NEW |