OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--spec", | 7 "--spec", |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'sdk', 'url': 'https://chromium.googlesource.com/external/github.
com/dart-lang/sdk.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'sdk', 'url': 'https://chromium.googlesource.com/external/github.
com/dart-lang/sdk.git'}]", |
9 "--patch_root", | 9 "--patch_root", |
10 "sdk", | 10 "sdk", |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 "@@@STEP_LOG_END@python.inline@@@" | 118 "@@@STEP_LOG_END@python.inline@@@" |
119 ] | 119 ] |
120 }, | 120 }, |
121 { | 121 { |
122 "cmd": [ | 122 "cmd": [ |
123 "python", | 123 "python", |
124 "-u", | 124 "-u", |
125 "RECIPE_MODULE[build::zip]/resources/unzip.py" | 125 "RECIPE_MODULE[build::zip]/resources/unzip.py" |
126 ], | 126 ], |
127 "name": "Unzip sdk", | 127 "name": "Unzip sdk", |
128 "stdin": "{\"output\": \"[SLAVE_BUILD]/sdk/out/ReleaseX64\", \"zip_file\": \
"[SLAVE_BUILD]/sdk/sdk.zip\"}" | 128 "stdin": "{\"output\": \"[SLAVE_BUILD]/sdk/out/ReleaseX64\", \"quiet\": fals
e, \"zip_file\": \"[SLAVE_BUILD]/sdk/sdk.zip\"}" |
129 }, | 129 }, |
130 { | 130 { |
131 "cmd": [ | 131 "cmd": [ |
132 "xvfb-run", | 132 "xvfb-run", |
133 "-a", | 133 "-a", |
134 "--server-args=-screen 0 1024x768x24", | 134 "--server-args=-screen 0 1024x768x24", |
135 "python", | 135 "python", |
136 "-u", | 136 "-u", |
137 "./tools/test.py", | 137 "./tools/test.py", |
138 "--mode=release", | 138 "--mode=release", |
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 ], | 530 ], |
531 "cwd": "[SLAVE_BUILD]/sdk", | 531 "cwd": "[SLAVE_BUILD]/sdk", |
532 "name": "debug log" | 532 "name": "debug log" |
533 }, | 533 }, |
534 { | 534 { |
535 "name": "$result", | 535 "name": "$result", |
536 "recipe_result": null, | 536 "recipe_result": null, |
537 "status_code": 0 | 537 "status_code": 0 |
538 } | 538 } |
539 ] | 539 ] |
OLD | NEW |