| 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 "--master", | 7 "--master", |
| 8 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux - interpreted regexp", | 10 "V8 Linux - interpreted regexp", |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_interpreted_regexp=1 v8_target_arch=ia32", | 123 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_interpreted_regexp=1 v8_target_arch=ia32", |
| 124 "GYP_GENERATORS": "ninja", | 124 "GYP_GENERATORS": "ninja", |
| 125 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 125 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 126 }, | 126 }, |
| 127 "name": "gclient runhooks" | 127 "name": "gclient runhooks" |
| 128 }, | 128 }, |
| 129 { | 129 { |
| 130 "cmd": [ | 130 "cmd": [ |
| 131 "python", | 131 "python", |
| 132 "-u", | 132 "-u", |
| 133 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 134 "--show-path", |
| 135 "python", |
| 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 137 ], |
| 138 "name": "cleanup_temp" |
| 139 }, |
| 140 { |
| 141 "cmd": [ |
| 142 "python", |
| 143 "-u", |
| 133 "[DEPOT_TOOLS]/gn.py", | 144 "[DEPOT_TOOLS]/gn.py", |
| 134 "--root=[SLAVE_BUILD]/v8", | 145 "--root=[SLAVE_BUILD]/v8", |
| 135 "gen", | 146 "gen", |
| 136 "[TMP_BASE]/v8_gn_tmp_1", | 147 "[TMP_BASE]/v8_gn_tmp_1", |
| 137 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" | 148 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" |
| 138 ], | 149 ], |
| 139 "name": "gn" | 150 "name": "gn" |
| 140 }, | 151 }, |
| 141 { | 152 { |
| 142 "cmd": [ | 153 "cmd": [ |
| (...skipping 16 matching lines...) Expand all Loading... |
| 159 ], | 170 ], |
| 160 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", | 171 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", |
| 161 "~followup_annotations": [ | 172 "~followup_annotations": [ |
| 162 "@@@STEP_LOG_LINE@python.inline@@@@", | 173 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 163 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | 174 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
| 164 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 175 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
| 165 "@@@STEP_LOG_END@python.inline@@@" | 176 "@@@STEP_LOG_END@python.inline@@@" |
| 166 ] | 177 ] |
| 167 }, | 178 }, |
| 168 { | 179 { |
| 169 "cmd": [ | |
| 170 "python", | |
| 171 "-u", | |
| 172 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 173 "--show-path", | |
| 174 "python", | |
| 175 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | |
| 176 ], | |
| 177 "name": "cleanup_temp" | |
| 178 }, | |
| 179 { | |
| 180 "allow_subannotations": true, | 180 "allow_subannotations": true, |
| 181 "cmd": [ | 181 "cmd": [ |
| 182 "python", | 182 "python", |
| 183 "-u", | 183 "-u", |
| 184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 185 "--src-dir", | 185 "--src-dir", |
| 186 "[SLAVE_BUILD]/v8", | 186 "[SLAVE_BUILD]/v8", |
| 187 "--output-json", | 187 "--output-json", |
| 188 "/path/to/tmp/json" | 188 "/path/to/tmp/json" |
| 189 ], | 189 ], |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 276 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 277 "@@@STEP_LOG_END@durations@@@" | 277 "@@@STEP_LOG_END@durations@@@" |
| 278 ] | 278 ] |
| 279 }, | 279 }, |
| 280 { | 280 { |
| 281 "name": "$result", | 281 "name": "$result", |
| 282 "recipe_result": null, | 282 "recipe_result": null, |
| 283 "status_code": 0 | 283 "status_code": 0 |
| 284 } | 284 } |
| 285 ] | 285 ] |
| OLD | NEW |