Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(657)

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json

Issue 2068183002: V8: Move gn-peek step behind mb step (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 Linux64 - builder", 10 "V8 Linux64 - builder",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 test_i solation_mode=prepare use_goma=1 v8_target_arch=x64", 144 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 test_i solation_mode=prepare use_goma=1 v8_target_arch=x64",
145 "GYP_GENERATORS": "ninja", 145 "GYP_GENERATORS": "ninja",
146 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 146 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
147 }, 147 },
148 "name": "gclient runhooks" 148 "name": "gclient runhooks"
149 }, 149 },
150 { 150 {
151 "cmd": [ 151 "cmd": [
152 "python", 152 "python",
153 "-u", 153 "-u",
154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
155 "--show-path",
156 "python",
157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
158 ],
159 "name": "cleanup_temp"
160 },
161 {
162 "cmd": [
163 "python",
164 "-u",
154 "[DEPOT_TOOLS]/gn.py", 165 "[DEPOT_TOOLS]/gn.py",
155 "--root=[SLAVE_BUILD]/v8", 166 "--root=[SLAVE_BUILD]/v8",
156 "gen", 167 "gen",
157 "[TMP_BASE]/v8_gn_tmp_1", 168 "[TMP_BASE]/v8_gn_tmp_1",
158 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\"" 169 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
159 ], 170 ],
160 "name": "gn" 171 "name": "gn"
161 }, 172 },
162 { 173 {
163 "cmd": [ 174 "cmd": [
(...skipping 16 matching lines...) Expand all
180 ], 191 ],
181 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", 192 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1",
182 "~followup_annotations": [ 193 "~followup_annotations": [
183 "@@@STEP_LOG_LINE@python.inline@@@@", 194 "@@@STEP_LOG_LINE@python.inline@@@@",
184 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", 195 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@",
185 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", 196 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@",
186 "@@@STEP_LOG_END@python.inline@@@" 197 "@@@STEP_LOG_END@python.inline@@@"
187 ] 198 ]
188 }, 199 },
189 { 200 {
190 "cmd": [
191 "python",
192 "-u",
193 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
194 "--show-path",
195 "python",
196 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
197 ],
198 "name": "cleanup_temp"
199 },
200 {
201 "allow_subannotations": true, 201 "allow_subannotations": true,
202 "cmd": [ 202 "cmd": [
203 "python", 203 "python",
204 "-u", 204 "-u",
205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
206 "--src-dir", 206 "--src-dir",
207 "[SLAVE_BUILD]/v8", 207 "[SLAVE_BUILD]/v8",
208 "--output-json", 208 "--output-json",
209 "/path/to/tmp/json" 209 "/path/to/tmp/json"
210 ], 210 ],
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 "~followup_annotations": [ 439 "~followup_annotations": [
440 "@@@STEP_TEXT@v8_trigger_proxy@@@" 440 "@@@STEP_TEXT@v8_trigger_proxy@@@"
441 ] 441 ]
442 }, 442 },
443 { 443 {
444 "name": "$result", 444 "name": "$result",
445 "recipe_result": null, 445 "recipe_result": null,
446 "status_code": 0 446 "status_code": 0
447 } 447 }
448 ] 448 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698