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

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

Issue 1236443009: V8 Buildbot: Add mac64 asan trybot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux64_asan_rel", 10 "v8_mac64_asan_rel",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
15 "--root", 15 "--root",
16 "v8", 16 "v8",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"v8\": \"got_revision\"}", 18 "{\"v8\": \"got_revision\"}",
19 "--patch_url", 19 "--patch_url",
20 "svn://svn-mirror.golo.chromium.org/patch", 20 "svn://svn-mirror.golo.chromium.org/patch",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 }, 53 },
54 { 54 {
55 "cmd": [ 55 "cmd": [
56 "python", 56 "python",
57 "-u", 57 "-u",
58 "[DEPOT_TOOLS]/gclient.py", 58 "[DEPOT_TOOLS]/gclient.py",
59 "runhooks" 59 "runhooks"
60 ], 60 ],
61 "cwd": "[SLAVE_BUILD]", 61 "cwd": "[SLAVE_BUILD]",
62 "env": { 62 "env": {
63 "GYP_DEFINES": "asan=1 clang=1 dcheck_always_on=0 fastbuild=1 gomadir='[BU ILD]/goma' lsan=1 target_arch=x64 use_goma=1 v8_target_arch=x64", 63 "GYP_DEFINES": "asan=1 clang=1 dcheck_always_on=0 fastbuild=0 gomadir='[BU ILD]/goma' lsan=1 target_arch=x64 use_goma=1 v8_target_arch=x64",
64 "GYP_GENERATORS": "ninja" 64 "GYP_GENERATORS": "ninja"
65 }, 65 },
66 "name": "gclient runhooks" 66 "name": "gclient runhooks"
67 }, 67 },
68 { 68 {
69 "cmd": [ 69 "cmd": [
70 "python", 70 "python",
71 "-u", 71 "-u",
72 "[BUILD]/scripts/slave/cleanup_temp.py" 72 "[BUILD]/scripts/slave/cleanup_temp.py"
73 ], 73 ],
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 196 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
197 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 197 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
198 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 198 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
199 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 199 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
200 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 200 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
201 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 201 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
202 "@@@STEP_LOG_END@durations@@@" 202 "@@@STEP_LOG_END@durations@@@"
203 ] 203 ]
204 } 204 }
205 ] 205 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698