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 "client.v8.fyi", | 8 "client.v8.fyi", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux GN", | 10 "V8 Linux GN", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url' : 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo. chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr omium.org/%(repo)s', 'v8_branch': 'branches/bleeding_edge', 'webkit_trunk': 'svn ://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': T rue, 'name': 'src', 'safesync_url': 'https://build.chromium.org/p/chromium/lkcr- status/lkgr', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url' : 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo. chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr omium.org/%(repo)s', 'v8_branch': 'branches/bleeding_edge', 'webkit_trunk': 'svn ://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': T rue, 'name': 'src', 'safesync_url': 'https://build.chromium.org/p/chromium/lkcr- status/lkgr', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_cr_revision\", \"src/native_client\": \"got_nacl_revision \", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\ ": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client _revision\", \"src/v8\": \"got_revision\"}", | 18 "{\"src\": \"got_cr_revision\", \"src/native_client\": \"got_nacl_revision \", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\ ": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client _revision\", \"src/v8\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@origin/lkcr", | 24 "src@origin/lkcr", |
25 "--revision", | 25 "--revision", |
26 "src/v8@HEAD", | 26 "src/v8@22135", |
Michael Achenbach
2016/03/21 09:19:36
This is correct and indicates that the v8 componen
Dirk Pranke
2016/03/21 19:21:07
Cool.
| |
27 "--force", | 27 "--force", |
28 "--output_manifest" | 28 "--output_manifest" |
29 ], | 29 ], |
30 "cwd": "[SLAVE_BUILD]", | 30 "cwd": "[SLAVE_BUILD]", |
31 "env": { | 31 "env": { |
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
33 }, | 33 }, |
34 "name": "bot_update", | 34 "name": "bot_update", |
35 "~followup_annotations": [ | 35 "~followup_annotations": [ |
36 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
37 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/lkcr\", @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/lkcr\", @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"HEAD\"@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"22135\"@@@", |
42 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@", |
47 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 47 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
48 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", |
49 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@", |
50 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@", |
51 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 51 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
97 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@", |
98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", | 98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", |
99 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", |
100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" | 100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" |
101 ] | 101 ] |
102 }, | 102 }, |
103 { | 103 { |
104 "cmd": [ | 104 "cmd": [ |
105 "python", | 105 "python", |
106 "-u", | 106 "-u", |
107 "RECIPE_MODULE[build::goma]/resources/ensure_goma.py", | |
108 "--target-dir", | |
109 "[SLAVE_BUILD]/src/build/goma/client", | |
110 "--download-from-google-storage-path", | |
111 "RECIPE_PACKAGE_REPO[depot_tools]/download_from_google_storage.py" | |
112 ], | |
113 "cwd": "[SLAVE_BUILD]", | |
114 "name": "ensure_goma" | |
115 }, | |
116 { | |
117 "cmd": [ | |
118 "python", | |
119 "-u", | |
107 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 120 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
108 "runhooks" | 121 "runhooks" |
109 ], | 122 ], |
110 "cwd": "[SLAVE_BUILD]", | 123 "cwd": "[SLAVE_BUILD]", |
111 "env": { | 124 "env": { |
112 "GYP_CHROMIUM_NO_ACTION": "1", | 125 "GYP_CHROMIUM_NO_ACTION": "1", |
113 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 use_goma=1", | 126 "GYP_DEFINES": "component=shared_library gomadir='[SLAVE_BUILD]/src/build/ goma/client' target_arch=x64 use_goma=1", |
114 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
115 }, | 128 }, |
116 "name": "gclient runhooks" | 129 "name": "gclient runhooks" |
117 }, | 130 }, |
118 { | 131 { |
119 "cmd": [ | 132 "cmd": [ |
120 "python", | |
121 "-u", | |
122 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
123 "[SLAVE_BUILD]/src/testing/buildbot/client.v8.fyi.json", | |
124 "/path/to/tmp/json" | |
125 ], | |
126 "cwd": "[SLAVE_BUILD]", | |
127 "name": "read test spec", | |
128 "~followup_annotations": [ | |
129 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/client.v8.fyi.json@ @@", | |
130 "@@@STEP_LOG_LINE@json.output@{@@@", | |
131 "@@@STEP_LOG_LINE@json.output@ \"V8 Linux GN\": {@@@", | |
132 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | |
133 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", | |
134 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
135 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
136 "@@@STEP_LOG_LINE@json.output@}@@@", | |
137 "@@@STEP_LOG_END@json.output@@@" | |
138 ] | |
139 }, | |
140 { | |
141 "cmd": [ | |
142 "python", | 133 "python", |
143 "-u", | 134 "-u", |
144 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 135 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
145 "--output", | 136 "--output", |
146 "/path/to/tmp/json", | 137 "/path/to/tmp/json", |
147 "--", | 138 "--", |
148 "--build-config-fs", | 139 "--build-config-fs", |
149 "Release", | 140 "Debug", |
150 "--paths", | 141 "--paths", |
151 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}", | 142 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}", |
152 "--properties", | 143 "--properties", |
153 "{\"buildername\": \"V8 Linux GN\", \"buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linu x\"}" | 144 "{\"buildername\": \"V8 Linux GN\", \"buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linu x\"}" |
154 ], | 145 ], |
155 "cwd": "[SLAVE_BUILD]", | 146 "cwd": "[SLAVE_BUILD]", |
156 "name": "get compile targets for scripts", | 147 "name": "get compile targets for scripts", |
157 "~followup_annotations": [ | 148 "~followup_annotations": [ |
158 "@@@STEP_LOG_LINE@json.output@{}@@@", | 149 "@@@STEP_LOG_LINE@json.output@{}@@@", |
159 "@@@STEP_LOG_END@json.output@@@" | 150 "@@@STEP_LOG_END@json.output@@@" |
160 ] | 151 ] |
161 }, | 152 }, |
162 { | 153 { |
163 "cmd": [ | 154 "cmd": [ |
164 "python", | 155 "python", |
165 "-u", | 156 "-u", |
157 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
158 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | |
159 "/path/to/tmp/json" | |
160 ], | |
161 "cwd": "[SLAVE_BUILD]", | |
162 "name": "read test spec", | |
163 "~followup_annotations": [ | |
164 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@", | |
165 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
166 "@@@STEP_LOG_END@json.output@@@" | |
167 ] | |
168 }, | |
169 { | |
170 "cmd": [ | |
171 "python", | |
172 "-u", | |
173 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
174 "--show-path", | |
175 "python", | |
176 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | |
177 ], | |
178 "cwd": "[SLAVE_BUILD]", | |
179 "name": "cleanup_temp" | |
180 }, | |
181 { | |
182 "cmd": [ | |
183 "python", | |
184 "-u", | |
166 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 185 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
167 "gen", | 186 "gen", |
168 "-m", | 187 "-m", |
169 "client.v8.fyi", | 188 "client.v8.fyi", |
170 "-b", | 189 "-b", |
171 "V8 Linux GN", | 190 "V8 Linux GN", |
172 "--config-file", | 191 "--config-file", |
173 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 192 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
174 "--goma-dir", | 193 "--goma-dir", |
175 "[BUILD]/goma", | 194 "[SLAVE_BUILD]/src/build/goma/client", |
176 "//out/Release" | 195 "//out/Debug" |
177 ], | 196 ], |
178 "cwd": "[SLAVE_BUILD]", | 197 "cwd": "[SLAVE_BUILD]", |
179 "name": "generate_build_files" | 198 "name": "generate_build_files" |
180 }, | 199 }, |
181 { | 200 { |
182 "cmd": [ | 201 "cmd": [ |
183 "python", | 202 "python", |
184 "-u", | 203 "-u", |
185 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 204 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
186 "--show-path", | 205 "--show-path", |
187 "python", | 206 "python", |
188 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 207 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
189 "--ninja-path", | 208 "--ninja-path", |
190 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 209 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
191 "--target", | 210 "--target", |
192 "Release", | 211 "Debug", |
193 "--src-dir", | 212 "--src-dir", |
194 "[SLAVE_BUILD]/src", | 213 "[SLAVE_BUILD]/src", |
195 "--goma-cache-dir", | 214 "--goma-cache-dir", |
196 "[GOMA_CACHE]", | 215 "[GOMA_CACHE]", |
197 "--build-tool", | 216 "--build-tool", |
198 "ninja", | 217 "ninja", |
199 "--compiler", | 218 "--compiler", |
200 "goma", | 219 "goma", |
201 "--goma-jsonstatus", | 220 "--goma-jsonstatus", |
202 "/path/to/tmp/json", | 221 "/path/to/tmp/json", |
203 "--goma-dir", | 222 "--goma-dir", |
204 "[BUILD]/goma", | 223 "[SLAVE_BUILD]/src/build/goma/client", |
224 "--ninja-ensure-up-to-date", | |
205 "--", | 225 "--", |
206 "base_unittests", | 226 "All", |
207 "all" | 227 "chromium_builder_tests" |
208 ], | 228 ], |
209 "cwd": "[SLAVE_BUILD]", | 229 "cwd": "[SLAVE_BUILD]", |
210 "name": "compile", | 230 "name": "compile", |
211 "~followup_annotations": [ | 231 "~followup_annotations": [ |
212 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 232 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
213 "@@@STEP_LOG_END@json.output (invalid)@@@" | 233 "@@@STEP_LOG_END@json.output (invalid)@@@" |
214 ] | 234 ] |
215 }, | 235 }, |
216 { | 236 { |
217 "allow_subannotations": true, | 237 "allow_subannotations": true, |
218 "cmd": [ | 238 "cmd": [ |
219 "python", | 239 "python", |
220 "-u", | 240 "-u", |
221 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 241 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
242 "--show-path", | |
243 "python", | |
244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | |
222 "--target", | 245 "--target", |
223 "Release", | 246 "Debug", |
224 "--xvfb", | 247 "--build-url", |
248 "gs://chromium-v8/client.v8.fyi/V8 Linux GN", | |
249 "--build_revision", | |
250 "801ada225ddc271c132c3a35f03975671d43e399", | |
225 "--factory-properties", | 251 "--factory-properties", |
226 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux GN\", \"buildnumber\": 571, \"mastername\": \"client.v 8.fyi\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}", | 252 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux GN\", \"buildnumber\": 571, \"mastername\": \"client.v 8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\": \ "22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test Slavename\"}", |
227 "--build-properties", | 253 "--build-properties", |
228 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux GN\", \"buildnumber\": 571, \"mastername\": \"client.v 8.fyi\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}", | 254 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux GN\", \"buildnumber\": 571, \"mastername\": \"client.v 8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\": \ "22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test Slavename\"}" |
229 "--annotate=gtest", | |
230 "--test-type=base_unittests", | |
231 "--step-name=base_unittests", | |
232 "--test-launcher-summary-output", | |
233 "/path/to/tmp/json", | |
234 "--generate-json-file", | |
235 "-o", | |
236 "gtest-results/base_unittests", | |
237 "--builder-name=V8 Linux GN", | |
238 "--slave-name=TestSlavename", | |
239 "--build-number=571", | |
240 "base_unittests" | |
241 ], | 255 ], |
242 "cwd": "[SLAVE_BUILD]", | 256 "cwd": "[SLAVE_BUILD]", |
243 "name": "base_unittests" | 257 "name": "package build" |
244 }, | 258 }, |
245 { | 259 { |
246 "name": "$result", | 260 "name": "$result", |
247 "recipe_result": null, | 261 "recipe_result": null, |
248 "status_code": 0 | 262 "status_code": 0 |
249 } | 263 } |
250 ] | 264 ] |
OLD | NEW |