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