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

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

Issue 2123063003: V8: Remove gyp-flag-comparison feature after MB switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 5 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_mac_rel_ng", 10 "v8_mac_rel_ng",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/", 189 "stdout": "/path/to/tmp/",
190 "~followup_annotations": [ 190 "~followup_annotations": [
191 "@@@STEP_LOG_LINE@stdout@some line@@@", 191 "@@@STEP_LOG_LINE@stdout@some line@@@",
192 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 192 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
193 "@@@STEP_LOG_LINE@stdout@moar@@@", 193 "@@@STEP_LOG_LINE@stdout@moar@@@",
194 "@@@STEP_LOG_END@stdout@@@", 194 "@@@STEP_LOG_END@stdout@@@"
195 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
196 "@@@STEP_LOG_LINE@diff@- clang: 1@@@",
197 "@@@STEP_LOG_LINE@diff@- dcheck_always_on: 1@@@",
198 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@",
199 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]/cipd/goma'@@@",
200 "@@@STEP_LOG_LINE@diff@- target_arch: ia32@@@",
201 "@@@STEP_LOG_LINE@diff@? ^^^^@@@",
202 "@@@STEP_LOG_LINE@diff@+ target_arch: x64@@@",
203 "@@@STEP_LOG_LINE@diff@? ^^^@@@",
204 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@",
205 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
206 "@@@STEP_LOG_END@diff@@@",
207 "@@@STEP_WARNINGS@@@"
208 ] 195 ]
209 }, 196 },
210 { 197 {
211 "cmd": [ 198 "cmd": [
212 "python", 199 "python",
213 "-u", 200 "-u",
214 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", 201 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
215 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", 202 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
216 "/path/to/tmp/" 203 "/path/to/tmp/"
217 ], 204 ],
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "~followup_annotations": [ 381 "~followup_annotations": [
395 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" 382 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@"
396 ] 383 ]
397 }, 384 },
398 { 385 {
399 "name": "$result", 386 "name": "$result",
400 "recipe_result": null, 387 "recipe_result": null,
401 "status_code": 0 388 "status_code": 0
402 } 389 }
403 ] 390 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698