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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_avx2_dbg.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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux64_avx2_dbg", 10 "v8_linux64_avx2_dbg",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "--config-file", 178 "--config-file",
179 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", 179 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
180 "--goma-dir", 180 "--goma-dir",
181 "[CACHE]/cipd/goma", 181 "[CACHE]/cipd/goma",
182 "--gyp-script=gypfiles/gyp_v8", 182 "--gyp-script=gypfiles/gyp_v8",
183 "//out/Debug" 183 "//out/Debug"
184 ], 184 ],
185 "env": { 185 "env": {
186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
187 }, 187 },
188 "name": "generate_build_files" 188 "name": "generate_build_files",
189 "stdout": "/path/to/tmp/",
190 "~followup_annotations": [
191 "@@@STEP_LOG_LINE@stdout@some line@@@",
192 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
193 "@@@STEP_LOG_LINE@stdout@moar@@@",
194 "@@@STEP_LOG_END@stdout@@@",
195 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
196 "@@@STEP_LOG_LINE@diff@- dcheck_always_on: 1@@@",
197 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@",
198 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]/cipd/goma'@@@",
199 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@",
200 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@",
201 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
202 "@@@STEP_LOG_LINE@diff@- v8_enable_slow_dchecks: 1@@@",
203 "@@@STEP_LOG_LINE@diff@- v8_optimized_debug: 1@@@",
204 "@@@STEP_LOG_END@diff@@@",
205 "@@@STEP_WARNINGS@@@"
206 ]
189 }, 207 },
190 { 208 {
191 "cmd": [ 209 "cmd": [
192 "python", 210 "python",
193 "-u", 211 "-u",
194 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", 212 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
195 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", 213 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
196 "/path/to/tmp/" 214 "/path/to/tmp/"
197 ], 215 ],
198 "name": "patch mb config (fyi)" 216 "name": "patch mb config (fyi)"
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 616 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
599 "@@@STEP_LOG_END@durations@@@" 617 "@@@STEP_LOG_END@durations@@@"
600 ] 618 ]
601 }, 619 },
602 { 620 {
603 "name": "$result", 621 "name": "$result",
604 "recipe_result": null, 622 "recipe_result": null,
605 "status_code": 0 623 "status_code": 0
606 } 624 }
607 ] 625 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698