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

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

Issue 2195683002: V8: Switch msan configurations to what chromium uses (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 4 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
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___arm64___sim___MSAN.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_msan_rel", 10 "v8_linux64_msan_rel",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "cmd": [ 141 "cmd": [
142 "python", 142 "python",
143 "-u", 143 "-u",
144 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 144 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
145 "runhooks" 145 "runhooks"
146 ], 146 ],
147 "cwd": "[SLAVE_BUILD]/v8", 147 "cwd": "[SLAVE_BUILD]/v8",
148 "env": { 148 "env": {
149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
150 "GYP_CHROMIUM_NO_ACTION": "1", 150 "GYP_CHROMIUM_NO_ACTION": "1",
151 "GYP_DEFINES": "clang=1 dcheck_always_on=0 fastbuild=1 gomadir='[CACHE]/ci pd/goma' msan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target _arch=arm64", 151 "GYP_DEFINES": "clang=1 dcheck_always_on=0 fastbuild=1 gomadir='[CACHE]/ci pd/goma' msan=1 msan_track_origins=2 target_arch=x64 test_isolation_mode=prepare use_goma=1 use_prebuilt_instrumented_libraries=1 v8_target_arch=arm64",
Michael Achenbach 2016/07/29 11:30:36 This is set at hooks time because this script need
152 "GYP_GENERATORS": "ninja", 152 "GYP_GENERATORS": "ninja",
153 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 153 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
154 }, 154 },
155 "name": "gclient runhooks" 155 "name": "gclient runhooks"
156 }, 156 },
157 { 157 {
158 "cmd": [ 158 "cmd": [
159 "python", 159 "python",
160 "-u", 160 "-u",
161 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 161 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 790 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
791 "@@@STEP_LOG_END@durations@@@" 791 "@@@STEP_LOG_END@durations@@@"
792 ] 792 ]
793 }, 793 },
794 { 794 {
795 "name": "$result", 795 "name": "$result",
796 "recipe_result": null, 796 "recipe_result": null,
797 "status_code": 0 797 "status_code": 0
798 } 798 }
799 ] 799 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___arm64___sim___MSAN.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698