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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___vtunejit.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 Linux - vtunejit", 10 "V8 Linux - vtunejit",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g oma=1 v8_enable_slow_dchecks=1 v8_enable_vtunejit=1 v8_optimized_debug=1 v8_targ et_arch=ia32", 123 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g oma=1 v8_enable_slow_dchecks=1 v8_enable_vtunejit=1 v8_optimized_debug=1 v8_targ et_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=true target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]/ cipd/goma\"" 148 "--args=is_debug=true 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
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 236 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
237 "@@@STEP_LOG_END@json.output (invalid)@@@" 237 "@@@STEP_LOG_END@json.output (invalid)@@@"
238 ] 238 ]
239 }, 239 },
240 { 240 {
241 "name": "$result", 241 "name": "$result",
242 "recipe_result": null, 242 "recipe_result": null,
243 "status_code": 0 243 "status_code": 0
244 } 244 }
245 ] 245 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698