OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | |
9 "name": "taskkill" | 8 "name": "taskkill" |
10 }, | 9 }, |
11 { | 10 { |
12 "cmd": [ | 11 "cmd": [ |
13 "python", | 12 "python", |
14 "-u", | 13 "-u", |
15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
16 "--master", | 15 "--master", |
17 "chromium.fyi", | 16 "chromium.fyi", |
18 "--builder", | 17 "--builder", |
19 "CrWinClngLLD64dbg", | 18 "CrWinClngLLD64dbg", |
20 "--slave", | 19 "--slave", |
21 "TestSlavename", | 20 "TestSlavename", |
22 "--spec", | 21 "--spec", |
23 "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', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_
trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
24 "--root", | 23 "--root", |
25 "src", | 24 "src", |
26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
27 "{\"src\": \"got_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_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 26 "{\"src\": \"got_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_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
28 "--git-cache-dir", | 27 "--git-cache-dir", |
29 "[GIT_CACHE]", | 28 "[ROOT]\\b\\build\\slave\\cache_dir", |
30 "--output_json", | 29 "--output_json", |
31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
32 "--revision", | 31 "--revision", |
33 "src@HEAD", | 32 "src@HEAD", |
34 "--force", | 33 "--force", |
35 "--output_manifest" | 34 "--output_manifest" |
36 ], | 35 ], |
37 "cwd": "[SLAVE_BUILD]", | |
38 "env": { | 36 "env": { |
39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
40 }, | 38 }, |
41 "name": "bot_update", | 39 "name": "bot_update", |
42 "~followup_annotations": [ | 40 "~followup_annotations": [ |
43 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
44 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 101 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 102 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 103 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 104 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
107 ] | 105 ] |
108 }, | 106 }, |
109 { | 107 { |
110 "cmd": [ | 108 "cmd": [ |
111 "python", | 109 "python", |
112 "-u", | 110 "-u", |
113 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 111 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
114 "--version" | 112 "--version" |
115 ], | 113 ], |
116 "cwd": "[SLAVE_BUILD]", | |
117 "name": "swarming.py --version", | 114 "name": "swarming.py --version", |
118 "stdout": "/path/to/tmp/", | 115 "stdout": "/path/to/tmp/", |
119 "~followup_annotations": [ | 116 "~followup_annotations": [ |
120 "@@@STEP_TEXT@0.4.10@@@" | 117 "@@@STEP_TEXT@0.4.10@@@" |
121 ] | 118 ] |
122 }, | 119 }, |
123 { | 120 { |
124 "cmd": [ | 121 "cmd": [ |
125 "python", | 122 "python", |
126 "-u", | 123 "-u", |
127 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 124 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
128 "runhooks" | 125 "runhooks" |
129 ], | 126 ], |
130 "cwd": "[SLAVE_BUILD]", | |
131 "env": { | 127 "env": { |
132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 128 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
133 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 target_arch=x
64 test_isolation_mode=prepare use_lld=1", | 129 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 target_arch=x
64 test_isolation_mode=prepare use_lld=1", |
134 "LLVM_FORCE_HEAD_REVISION": "YES", | 130 "LLVM_FORCE_HEAD_REVISION": "YES", |
135 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 131 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
136 }, | 132 }, |
137 "name": "gclient runhooks" | 133 "name": "gclient runhooks" |
138 }, | 134 }, |
139 { | 135 { |
140 "cmd": [ | 136 "cmd": [ |
141 "python", | 137 "python", |
142 "-u", | 138 "-u", |
143 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 139 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", |
144 "--output", | 140 "--output", |
145 "/path/to/tmp/json", | 141 "/path/to/tmp/json", |
146 "--", | 142 "--", |
147 "--build-config-fs", | 143 "--build-config-fs", |
148 "Release_x64", | 144 "Release_x64", |
149 "--paths", | 145 "--paths", |
150 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 146 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", |
151 "--properties", | 147 "--properties", |
152 "{\"buildername\": \"CrWinClngLLD64dbg\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"win\"}" | 148 "{\"buildername\": \"CrWinClngLLD64dbg\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"win\"}" |
153 ], | 149 ], |
154 "cwd": "[SLAVE_BUILD]", | |
155 "name": "get compile targets for scripts", | 150 "name": "get compile targets for scripts", |
156 "~followup_annotations": [ | 151 "~followup_annotations": [ |
157 "@@@STEP_LOG_LINE@json.output@{}@@@", | 152 "@@@STEP_LOG_LINE@json.output@{}@@@", |
158 "@@@STEP_LOG_END@json.output@@@" | 153 "@@@STEP_LOG_END@json.output@@@" |
159 ] | 154 ] |
160 }, | 155 }, |
161 { | 156 { |
162 "cmd": [ | 157 "cmd": [ |
163 "python", | 158 "python", |
164 "-u", | 159 "-u", |
165 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 160 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
166 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", | 161 "[CWD]\\src\\testing\\buildbot\\chromium.fyi.json", |
167 "/path/to/tmp/json" | 162 "/path/to/tmp/json" |
168 ], | 163 ], |
169 "cwd": "[SLAVE_BUILD]", | |
170 "name": "read test spec", | 164 "name": "read test spec", |
171 "~followup_annotations": [ | 165 "~followup_annotations": [ |
172 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", | 166 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.fyi.json@@@", |
173 "@@@STEP_LOG_LINE@json.output@{@@@", | 167 "@@@STEP_LOG_LINE@json.output@{@@@", |
174 "@@@STEP_LOG_LINE@json.output@ \"CrWinClngLLD64dbg tester\": {@@@", | 168 "@@@STEP_LOG_LINE@json.output@ \"CrWinClngLLD64dbg tester\": {@@@", |
175 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 169 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
176 "@@@STEP_LOG_LINE@json.output@ {@@@", | 170 "@@@STEP_LOG_LINE@json.output@ {@@@", |
177 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 171 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
178 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 172 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
179 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 173 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
180 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 174 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
181 "@@@STEP_LOG_LINE@json.output@ }@@@", | 175 "@@@STEP_LOG_LINE@json.output@ }@@@", |
182 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 176 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
183 "@@@STEP_LOG_LINE@json.output@ }@@@", | 177 "@@@STEP_LOG_LINE@json.output@ }@@@", |
184 "@@@STEP_LOG_LINE@json.output@}@@@", | 178 "@@@STEP_LOG_LINE@json.output@}@@@", |
185 "@@@STEP_LOG_END@json.output@@@" | 179 "@@@STEP_LOG_END@json.output@@@" |
186 ] | 180 ] |
187 }, | 181 }, |
188 { | 182 { |
189 "cmd": [ | 183 "cmd": [ |
190 "python", | 184 "python", |
191 "-u", | 185 "-u", |
192 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 186 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
193 "--show-path", | 187 "--show-path", |
194 "python", | 188 "python", |
195 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 189 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
196 ], | 190 ], |
197 "cwd": "[SLAVE_BUILD]", | |
198 "name": "cleanup_temp" | 191 "name": "cleanup_temp" |
199 }, | 192 }, |
200 { | 193 { |
201 "cmd": [ | 194 "cmd": [ |
202 "python", | 195 "python", |
203 "-u", | 196 "-u", |
204 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 197 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
205 "--build-dir", | 198 "--build-dir", |
206 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 199 "[CWD]\\src\\out\\Release_x64", |
207 "--clean-isolated-files" | 200 "--clean-isolated-files" |
208 ], | 201 ], |
209 "cwd": "[SLAVE_BUILD]", | |
210 "name": "clean isolated files" | 202 "name": "clean isolated files" |
211 }, | 203 }, |
212 { | 204 { |
213 "allow_subannotations": true, | 205 "allow_subannotations": true, |
214 "cmd": [ | 206 "cmd": [ |
215 "python", | 207 "python", |
216 "-u", | 208 "-u", |
217 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 209 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
218 "--src-dir", | 210 "--src-dir", |
219 "[SLAVE_BUILD]\\src", | 211 "[CWD]\\src", |
220 "--output-json", | 212 "--output-json", |
221 "/path/to/tmp/json" | 213 "/path/to/tmp/json" |
222 ], | 214 ], |
223 "cwd": "[SLAVE_BUILD]", | |
224 "env": { | 215 "env": { |
225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 216 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
226 "LLVM_FORCE_HEAD_REVISION": "YES" | 217 "LLVM_FORCE_HEAD_REVISION": "YES" |
227 }, | 218 }, |
228 "name": "clang_revision", | 219 "name": "clang_revision", |
229 "~followup_annotations": [ | 220 "~followup_annotations": [ |
230 "@@@STEP_LOG_LINE@json.output@{@@@", | 221 "@@@STEP_LOG_LINE@json.output@{@@@", |
231 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 222 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
232 "@@@STEP_LOG_LINE@json.output@}@@@", | 223 "@@@STEP_LOG_LINE@json.output@}@@@", |
233 "@@@STEP_LOG_END@json.output@@@" | 224 "@@@STEP_LOG_END@json.output@@@" |
234 ] | 225 ] |
235 }, | 226 }, |
236 { | 227 { |
237 "cmd": [ | 228 "cmd": [ |
238 "python", | 229 "python", |
239 "-u", | 230 "-u", |
240 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 231 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
241 "--show-path", | 232 "--show-path", |
242 "python", | 233 "python", |
243 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 234 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
244 "--gsutil-py-path", | 235 "--gsutil-py-path", |
245 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 236 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
246 "--ninja-path", | 237 "--ninja-path", |
247 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 238 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
248 "--target", | 239 "--target", |
249 "Release_x64", | 240 "Release_x64", |
250 "--src-dir", | 241 "--src-dir", |
251 "[SLAVE_BUILD]\\src", | 242 "[CWD]\\src", |
252 "--goma-cache-dir", | 243 "--goma-cache-dir", |
253 "[GOMA_CACHE]", | 244 "[ROOT]\\b\\build\\slave\\goma_cache", |
254 "--build-tool", | 245 "--build-tool", |
255 "ninja", | 246 "ninja", |
256 "--build-data-dir", | 247 "--build-data-dir", |
257 "[ROOT]\\build_data_dir", | 248 "[ROOT]\\build_data_dir", |
258 "--compiler", | 249 "--compiler", |
259 "clang", | 250 "clang", |
260 "--", | 251 "--", |
261 "all" | 252 "all" |
262 ], | 253 ], |
263 "cwd": "[SLAVE_BUILD]", | |
264 "env": { | 254 "env": { |
265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 255 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
266 "LLVM_FORCE_HEAD_REVISION": "YES" | 256 "LLVM_FORCE_HEAD_REVISION": "YES" |
267 }, | 257 }, |
268 "name": "compile" | 258 "name": "compile" |
269 }, | 259 }, |
270 { | 260 { |
271 "cmd": [ | 261 "cmd": [ |
272 "python", | 262 "python", |
273 "-u", | 263 "-u", |
274 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 264 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", |
275 "--build-dir", | 265 "--build-dir", |
276 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 266 "[CWD]\\src\\out\\Release_x64", |
277 "--src-dir", | 267 "--src-dir", |
278 "[SLAVE_BUILD]\\src" | 268 "[CWD]\\src" |
279 ], | 269 ], |
280 "cwd": "[SLAVE_BUILD]", | 270 "cwd": "[CWD]", |
281 "name": "remove_build_metadata" | 271 "name": "remove_build_metadata" |
282 }, | 272 }, |
283 { | 273 { |
284 "cmd": [ | 274 "cmd": [ |
285 "python", | 275 "python", |
286 "-u", | 276 "-u", |
287 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 277 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
288 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 278 "[CWD]\\src\\tools\\swarming_client", |
289 "batcharchive", | 279 "batcharchive", |
290 "--dump-json", | 280 "--dump-json", |
291 "/path/to/tmp/json", | 281 "/path/to/tmp/json", |
292 "--isolate-server", | 282 "--isolate-server", |
293 "https://isolateserver.appspot.com", | 283 "https://isolateserver.appspot.com", |
294 "--verbose", | 284 "--verbose", |
295 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" | 285 "[CWD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" |
296 ], | 286 ], |
297 "cwd": "[SLAVE_BUILD]", | |
298 "name": "isolate tests", | 287 "name": "isolate tests", |
299 "~followup_annotations": [ | 288 "~followup_annotations": [ |
300 "@@@STEP_LOG_LINE@json.output@{@@@", | 289 "@@@STEP_LOG_LINE@json.output@{@@@", |
301 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 290 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
302 "@@@STEP_LOG_LINE@json.output@}@@@", | 291 "@@@STEP_LOG_LINE@json.output@}@@@", |
303 "@@@STEP_LOG_END@json.output@@@" | 292 "@@@STEP_LOG_END@json.output@@@" |
304 ] | 293 ] |
305 }, | 294 }, |
306 { | 295 { |
307 "allow_subannotations": true, | 296 "allow_subannotations": true, |
308 "cmd": [ | 297 "cmd": [ |
309 "python", | 298 "python", |
310 "-u", | 299 "-u", |
311 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 300 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
312 "--show-path", | 301 "--show-path", |
313 "python", | 302 "python", |
314 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 303 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
315 "--target", | 304 "--target", |
316 "Release_x64", | 305 "Release_x64", |
317 "--build-url", | 306 "--build-url", |
318 "gs://chromium-fyi-archive/chromium.fyi/CrWinClngLLD64dbg", | 307 "gs://chromium-fyi-archive/chromium.fyi/CrWinClngLLD64dbg", |
319 "--build_revision", | 308 "--build_revision", |
320 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 309 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
321 "--factory-properties", | 310 "--factory-properties", |
322 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClngLLD6
4dbg\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builder
name\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work
dir\": \"/path/to/workdir/TestSlavename\"}", | 311 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClngLLD6
4dbg\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builder
name\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work
dir\": \"/path/to/workdir/TestSlavename\"}", |
323 "--build-properties", | 312 "--build-properties", |
324 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClngLLD6
4dbg\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builder
name\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work
dir\": \"/path/to/workdir/TestSlavename\"}" | 313 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClngLLD6
4dbg\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builder
name\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work
dir\": \"/path/to/workdir/TestSlavename\"}" |
325 ], | 314 ], |
326 "cwd": "[SLAVE_BUILD]", | |
327 "name": "package build" | 315 "name": "package build" |
328 }, | 316 }, |
329 { | 317 { |
330 "cmd": [], | 318 "cmd": [], |
331 "cwd": "[SLAVE_BUILD]", | |
332 "name": "trigger", | 319 "name": "trigger", |
333 "trigger_specs": [ | 320 "trigger_specs": [ |
334 { | 321 { |
335 "builder_name": "CrWinClngLLD64dbg tester", | 322 "builder_name": "CrWinClngLLD64dbg tester", |
336 "properties": { | 323 "properties": { |
337 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 324 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
338 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 325 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
339 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 326 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
340 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", | 327 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", |
341 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 328 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
(...skipping 10 matching lines...) Expand all Loading... |
352 "~followup_annotations": [ | 339 "~followup_annotations": [ |
353 "@@@STEP_TEXT@CrWinClngLLD64dbg tester@@@" | 340 "@@@STEP_TEXT@CrWinClngLLD64dbg tester@@@" |
354 ] | 341 ] |
355 }, | 342 }, |
356 { | 343 { |
357 "name": "$result", | 344 "name": "$result", |
358 "recipe_result": null, | 345 "recipe_result": null, |
359 "status_code": 0 | 346 "status_code": 0 |
360 } | 347 } |
361 ] | 348 ] |
OLD | NEW |