| 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 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux_gcc_rel", | 10 "v8_linux_gcc_rel", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 74 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 75 "GYP_DEFINES": "clang=0 dcheck_always_on=0 fastbuild=1 target_arch=ia32 v8
_target_arch=ia32", | 75 "GYP_DEFINES": "clang=0 dcheck_always_on=0 fastbuild=1 target_arch=ia32 v8
_target_arch=ia32", |
| 76 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 76 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 77 }, | 77 }, |
| 78 "name": "gclient runhooks" | 78 "name": "gclient runhooks" |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 "cmd": [ | 81 "cmd": [ |
| 82 "python", | 82 "python", |
| 83 "-u", | 83 "-u", |
| 84 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 85 "--show-path", |
| 86 "python", |
| 87 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 88 ], |
| 89 "name": "cleanup_temp" |
| 90 }, |
| 91 { |
| 92 "cmd": [ |
| 93 "python", |
| 94 "-u", |
| 84 "[DEPOT_TOOLS]/gn.py", | 95 "[DEPOT_TOOLS]/gn.py", |
| 85 "--root=[SLAVE_BUILD]/v8", | 96 "--root=[SLAVE_BUILD]/v8", |
| 86 "gen", | 97 "gen", |
| 87 "[TMP_BASE]/v8_gn_tmp_1", | 98 "[TMP_BASE]/v8_gn_tmp_1", |
| 88 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"None\"" | 99 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"None\"" |
| 89 ], | 100 ], |
| 90 "name": "gn" | 101 "name": "gn" |
| 91 }, | 102 }, |
| 92 { | 103 { |
| 93 "cmd": [ | 104 "cmd": [ |
| (...skipping 22 matching lines...) Expand all Loading... |
| 116 "@@@STEP_LOG_END@python.inline@@@" | 127 "@@@STEP_LOG_END@python.inline@@@" |
| 117 ] | 128 ] |
| 118 }, | 129 }, |
| 119 { | 130 { |
| 120 "cmd": [ | 131 "cmd": [ |
| 121 "python", | 132 "python", |
| 122 "-u", | 133 "-u", |
| 123 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 134 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 124 "--show-path", | 135 "--show-path", |
| 125 "python", | 136 "python", |
| 126 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | |
| 127 ], | |
| 128 "name": "cleanup_temp" | |
| 129 }, | |
| 130 { | |
| 131 "cmd": [ | |
| 132 "python", | |
| 133 "-u", | |
| 134 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 135 "--show-path", | |
| 136 "python", | |
| 137 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 137 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 138 "--gsutil-py-path", | 138 "--gsutil-py-path", |
| 139 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 139 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 140 "--ninja-path", | 140 "--ninja-path", |
| 141 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 141 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 142 "--target", | 142 "--target", |
| 143 "Release", | 143 "Release", |
| 144 "--src-dir", | 144 "--src-dir", |
| 145 "[SLAVE_BUILD]/v8", | 145 "[SLAVE_BUILD]/v8", |
| 146 "--goma-cache-dir", | 146 "--goma-cache-dir", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 195 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 196 "@@@STEP_LOG_END@durations@@@" | 196 "@@@STEP_LOG_END@durations@@@" |
| 197 ] | 197 ] |
| 198 }, | 198 }, |
| 199 { | 199 { |
| 200 "name": "$result", | 200 "name": "$result", |
| 201 "recipe_result": null, | 201 "recipe_result": null, |
| 202 "status_code": 0 | 202 "status_code": 0 |
| 203 } | 203 } |
| 204 ] | 204 ] |
| OLD | NEW |