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

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

Issue 2075793003: V8: Compare infra- and client-side gyp flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: V8: Compare infra- and client-side gyp flags. 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 - debug builder", 10 "V8 Linux64 - debug builder",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "--config-file", 172 "--config-file",
173 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", 173 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
174 "--goma-dir", 174 "--goma-dir",
175 "[CACHE]/cipd/goma", 175 "[CACHE]/cipd/goma",
176 "--gyp-script=gypfiles/gyp_v8", 176 "--gyp-script=gypfiles/gyp_v8",
177 "//out/Debug" 177 "//out/Debug"
178 ], 178 ],
179 "env": { 179 "env": {
180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
181 }, 181 },
182 "name": "generate_build_files" 182 "name": "generate_build_files",
183 "stdout": "/path/to/tmp/",
184 "~followup_annotations": [
185 "@@@STEP_LOG_LINE@stdout@some line@@@",
186 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
187 "@@@STEP_LOG_LINE@stdout@moar@@@",
188 "@@@STEP_LOG_END@stdout@@@",
189 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
190 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]/cipd/goma'@@@",
191 "@@@STEP_LOG_LINE@diff@- has_valgrind: 1@@@",
192 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@",
193 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@",
194 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
195 "@@@STEP_LOG_LINE@diff@- v8_enable_slow_dchecks: 1@@@",
196 "@@@STEP_LOG_LINE@diff@- v8_optimized_debug: 1@@@",
197 "@@@STEP_LOG_END@diff@@@",
198 "@@@STEP_WARNINGS@@@"
199 ]
183 }, 200 },
184 { 201 {
185 "cmd": [ 202 "cmd": [
186 "python", 203 "python",
187 "-u", 204 "-u",
188 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", 205 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
189 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", 206 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
190 "/path/to/tmp/" 207 "/path/to/tmp/"
191 ], 208 ],
192 "name": "patch mb config (fyi)" 209 "name": "patch mb config (fyi)"
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 "~followup_annotations": [ 454 "~followup_annotations": [
438 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug - avx2@@@" 455 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug - avx2@@@"
439 ] 456 ]
440 }, 457 },
441 { 458 {
442 "name": "$result", 459 "name": "$result",
443 "recipe_result": null, 460 "recipe_result": null,
444 "status_code": 0 461 "status_code": 0
445 } 462 }
446 ] 463 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698