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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_linux_release.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.dart.fyi", 8 "client.dart.fyi",
9 "--builder", 9 "--builder",
10 "v8-linux-release", 10 "v8-linux-release",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g oma=1 v8_enable_disassembler=1 v8_target_arch=ia32", 124 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g oma=1 v8_enable_disassembler=1 v8_target_arch=ia32",
125 "GYP_GENERATORS": "ninja", 125 "GYP_GENERATORS": "ninja",
126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
127 }, 127 },
128 "name": "gclient runhooks" 128 "name": "gclient runhooks"
129 }, 129 },
130 { 130 {
131 "cmd": [ 131 "cmd": [
132 "python", 132 "python",
133 "-u", 133 "-u",
134 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
135 "--show-path",
136 "python",
137 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
138 ],
139 "name": "cleanup_temp"
140 },
141 {
142 "cmd": [
143 "python",
144 "-u",
134 "[DEPOT_TOOLS]/gn.py", 145 "[DEPOT_TOOLS]/gn.py",
135 "--root=[SLAVE_BUILD]/v8", 146 "--root=[SLAVE_BUILD]/v8",
136 "gen", 147 "gen",
137 "[TMP_BASE]/v8_gn_tmp_1", 148 "[TMP_BASE]/v8_gn_tmp_1",
138 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\"" 149 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
139 ], 150 ],
140 "name": "gn" 151 "name": "gn"
141 }, 152 },
142 { 153 {
143 "cmd": [ 154 "cmd": [
(...skipping 16 matching lines...) Expand all
160 ], 171 ],
161 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", 172 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1",
162 "~followup_annotations": [ 173 "~followup_annotations": [
163 "@@@STEP_LOG_LINE@python.inline@@@@", 174 "@@@STEP_LOG_LINE@python.inline@@@@",
164 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", 175 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@",
165 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", 176 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@",
166 "@@@STEP_LOG_END@python.inline@@@" 177 "@@@STEP_LOG_END@python.inline@@@"
167 ] 178 ]
168 }, 179 },
169 { 180 {
170 "cmd": [
171 "python",
172 "-u",
173 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
174 "--show-path",
175 "python",
176 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
177 ],
178 "name": "cleanup_temp"
179 },
180 {
181 "allow_subannotations": true, 181 "allow_subannotations": true,
182 "cmd": [ 182 "cmd": [
183 "python", 183 "python",
184 "-u", 184 "-u",
185 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 185 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
186 "--src-dir", 186 "--src-dir",
187 "[SLAVE_BUILD]/v8", 187 "[SLAVE_BUILD]/v8",
188 "--output-json", 188 "--output-json",
189 "/path/to/tmp/json" 189 "/path/to/tmp/json"
190 ], 190 ],
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571, \"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \ "v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}" 259 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571, \"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \ "v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}"
260 ], 260 ],
261 "name": "package build" 261 "name": "package build"
262 }, 262 },
263 { 263 {
264 "name": "$result", 264 "name": "$result",
265 "recipe_result": null, 265 "recipe_result": null,
266 "status_code": 0 266 "status_code": 0
267 } 267 }
268 ] 268 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/v8.py ('k') | scripts/slave/recipes/v8.expected/full_client_dynamorio_linux_v8_dr.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698