OLD | NEW |
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_linux_gcc_rel", | 10 "v8_linux_gcc_rel", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.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 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "v8@12345", | 30 "v8@12345", |
31 "--no_shallow", | 31 "--no_shallow", |
32 "--output_manifest" | 32 "--output_manifest" |
33 ], | 33 ], |
34 "cwd": "[SLAVE_BUILD]", | |
35 "env": { | 34 "env": { |
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
37 }, | 36 }, |
38 "name": "bot_update", | 37 "name": "bot_update", |
39 "~followup_annotations": [ | 38 "~followup_annotations": [ |
40 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
41 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
64 ] | 63 ] |
65 }, | 64 }, |
66 { | 65 { |
67 "cmd": [ | 66 "cmd": [ |
68 "python", | 67 "python", |
69 "-u", | 68 "-u", |
70 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 69 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
71 "runhooks" | 70 "runhooks" |
72 ], | 71 ], |
73 "cwd": "[SLAVE_BUILD]", | |
74 "env": { | 72 "env": { |
75 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 73 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
76 "GYP_DEFINES": "clang=0 dcheck_always_on=0 fastbuild=1 target_arch=ia32 v8
_target_arch=ia32", | 74 "GYP_DEFINES": "clang=0 dcheck_always_on=0 fastbuild=1 target_arch=ia32 v8
_target_arch=ia32", |
77 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
78 }, | 76 }, |
79 "name": "gclient runhooks" | 77 "name": "gclient runhooks" |
80 }, | 78 }, |
81 { | 79 { |
82 "cmd": [ | 80 "cmd": [ |
83 "python", | 81 "python", |
84 "-u", | 82 "-u", |
85 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 83 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
86 "--show-path", | 84 "--show-path", |
87 "python", | 85 "python", |
88 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 86 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
89 ], | 87 ], |
90 "cwd": "[SLAVE_BUILD]", | |
91 "name": "cleanup_temp" | 88 "name": "cleanup_temp" |
92 }, | 89 }, |
93 { | 90 { |
94 "cmd": [ | 91 "cmd": [ |
95 "python", | 92 "python", |
96 "-u", | 93 "-u", |
97 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
98 "--show-path", | 95 "--show-path", |
99 "python", | 96 "python", |
100 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
101 "--gsutil-py-path", | 98 "--gsutil-py-path", |
102 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 99 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
103 "--ninja-path", | 100 "--ninja-path", |
104 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 101 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
105 "--target", | 102 "--target", |
106 "Release", | 103 "Release", |
107 "--src-dir", | 104 "--src-dir", |
108 "[SLAVE_BUILD]/v8", | 105 "[CWD]/v8", |
109 "--goma-cache-dir", | 106 "--goma-cache-dir", |
110 "[GOMA_CACHE]", | 107 "[ROOT]/b/build/slave/goma_cache", |
111 "--build-tool", | 108 "--build-tool", |
112 "make", | 109 "make", |
113 "--goma-fail-fast", | 110 "--goma-fail-fast", |
114 "--goma-disable-local-fallback", | 111 "--goma-disable-local-fallback", |
115 "--" | 112 "--" |
116 ], | 113 ], |
117 "cwd": "[SLAVE_BUILD]", | |
118 "env": { | 114 "env": { |
119 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 115 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
120 }, | 116 }, |
121 "name": "compile" | 117 "name": "compile" |
122 }, | 118 }, |
123 { | 119 { |
124 "cmd": [ | 120 "cmd": [ |
125 "python", | 121 "python", |
126 "-u", | 122 "-u", |
127 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 123 "[CWD]/v8/tools/run-tests.py", |
128 "--progress=verbose", | 124 "--progress=verbose", |
129 "--mode", | 125 "--mode", |
130 "Release", | 126 "Release", |
131 "--arch", | 127 "--arch", |
132 "ia32", | 128 "ia32", |
133 "--outdir", | 129 "--outdir", |
134 "out", | 130 "out", |
135 "--buildbot", | 131 "--buildbot", |
136 "--timeout=200", | 132 "--timeout=200", |
137 "--random-seed=-358114921", | 133 "--random-seed=-358114921", |
138 "bot_default", | 134 "bot_default", |
139 "--exhaustive-variants", | 135 "--exhaustive-variants", |
140 "--rerun-failures-count=2", | 136 "--rerun-failures-count=2", |
141 "--json-test-results", | 137 "--json-test-results", |
142 "/path/to/tmp/json" | 138 "/path/to/tmp/json" |
143 ], | 139 ], |
144 "cwd": "[SLAVE_BUILD]/v8", | 140 "cwd": "[CWD]/v8", |
145 "name": "Check", | 141 "name": "Check", |
146 "~followup_annotations": [ | 142 "~followup_annotations": [ |
147 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 143 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
148 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 144 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
149 "@@@STEP_LOG_LINE@durations@@@@", | 145 "@@@STEP_LOG_LINE@durations@@@@", |
150 "@@@STEP_LOG_LINE@durations@Details:@@@", | 146 "@@@STEP_LOG_LINE@durations@Details:@@@", |
151 "@@@STEP_LOG_LINE@durations@@@@", | 147 "@@@STEP_LOG_LINE@durations@@@@", |
152 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 148 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
153 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 149 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
154 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 150 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
155 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 151 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
156 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 152 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
157 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 153 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
158 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 154 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
159 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 155 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
160 "@@@STEP_LOG_END@durations@@@" | 156 "@@@STEP_LOG_END@durations@@@" |
161 ] | 157 ] |
162 }, | 158 }, |
163 { | 159 { |
164 "name": "$result", | 160 "name": "$result", |
165 "recipe_result": null, | 161 "recipe_result": null, |
166 "status_code": 0 | 162 "status_code": 0 |
167 } | 163 } |
168 ] | 164 ] |
OLD | NEW |