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

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

Issue 2057053002: V8: Remove infra-side gn defaults (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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "[DEPOT_TOOLS]/gn.py", 134 "[DEPOT_TOOLS]/gn.py",
135 "--root=[SLAVE_BUILD]/v8", 135 "--root=[SLAVE_BUILD]/v8",
136 "gen", 136 "gen",
137 "[TMP_BASE]/v8_gn_tmp_1", 137 "[TMP_BASE]/v8_gn_tmp_1",
138 "--args=use_sysroot=false icu_use_data_file = false v8_test_isolation_mode = \"prepare\" is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE ]/cipd/goma\"" 138 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
139 ], 139 ],
140 "name": "gn" 140 "name": "gn"
141 }, 141 },
142 { 142 {
143 "cmd": [ 143 "cmd": [
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", 146 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
147 "[TMP_BASE]/v8_gn_tmp_1", 147 "[TMP_BASE]/v8_gn_tmp_1",
148 "[SLAVE_BUILD]/v8/out/Release", 148 "[SLAVE_BUILD]/v8/out/Release",
(...skipping 110 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

Powered by Google App Engine
This is Rietveld 408576698