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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.json

Issue 2154213004: Revert of tryserver.chromium.win: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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
OLDNEW
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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
11 "cmd": [ 11 "cmd": [
12 "python", 12 "python",
13 "-u", 13 "-u",
14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
15 "[BUILDER_CACHE]\\win", 15 "[BUILDER_CACHE]\\Win_x64_GN",
16 "511" 16 "511"
17 ], 17 ],
18 "name": "makedirs checkout path", 18 "name": "makedirs checkout path",
19 "~followup_annotations": [ 19 "~followup_annotations": [
20 "@@@STEP_LOG_LINE@python.inline@@@@", 20 "@@@STEP_LOG_LINE@python.inline@@@@",
21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 26 matching lines...) Expand all
52 "/path/to/tmp/json", 52 "/path/to/tmp/json",
53 "--revision", 53 "--revision",
54 "src@HEAD", 54 "src@HEAD",
55 "--revision", 55 "--revision",
56 "src/third_party/libjingle/source/talk@HEAD", 56 "src/third_party/libjingle/source/talk@HEAD",
57 "--revision", 57 "--revision",
58 "src/third_party/webrtc@HEAD", 58 "src/third_party/webrtc@HEAD",
59 "--force", 59 "--force",
60 "--output_manifest" 60 "--output_manifest"
61 ], 61 ],
62 "cwd": "[BUILDER_CACHE]\\win", 62 "cwd": "[BUILDER_CACHE]\\Win_x64_GN",
63 "env": { 63 "env": {
64 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 64 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
65 }, 65 },
66 "name": "bot_update", 66 "name": "bot_update",
67 "~followup_annotations": [ 67 "~followup_annotations": [
68 "@@@STEP_TEXT@Some step text@@@", 68 "@@@STEP_TEXT@Some step text@@@",
69 "@@@STEP_LOG_LINE@json.output@{@@@", 69 "@@@STEP_LOG_LINE@json.output@{@@@",
70 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 70 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
71 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 71 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
72 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", 72 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "@@@STEP_LOG_LINE@json.output@ }@@@", 208 "@@@STEP_LOG_LINE@json.output@ }@@@",
209 "@@@STEP_LOG_LINE@json.output@ ]@@@", 209 "@@@STEP_LOG_LINE@json.output@ ]@@@",
210 "@@@STEP_LOG_LINE@json.output@}@@@", 210 "@@@STEP_LOG_LINE@json.output@}@@@",
211 "@@@STEP_LOG_END@json.output@@@" 211 "@@@STEP_LOG_END@json.output@@@"
212 ] 212 ]
213 }, 213 },
214 { 214 {
215 "cmd": [ 215 "cmd": [
216 "python", 216 "python",
217 "-u", 217 "-u",
218 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py", 218 "[BUILDER_CACHE]\\Win_x64_GN\\src\\tools\\swarming_client\\swarming.py",
219 "--version" 219 "--version"
220 ], 220 ],
221 "name": "swarming.py --version", 221 "name": "swarming.py --version",
222 "stdout": "/path/to/tmp/", 222 "stdout": "/path/to/tmp/",
223 "~followup_annotations": [ 223 "~followup_annotations": [
224 "@@@STEP_TEXT@0.4.10@@@" 224 "@@@STEP_TEXT@0.4.10@@@"
225 ] 225 ]
226 }, 226 },
227 { 227 {
228 "cmd": [ 228 "cmd": [
229 "python", 229 "python",
230 "-u", 230 "-u",
231 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 231 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
232 "runhooks" 232 "runhooks"
233 ], 233 ],
234 "cwd": "[BUILDER_CACHE]\\win\\src", 234 "cwd": "[BUILDER_CACHE]\\Win_x64_GN\\src",
235 "env": { 235 "env": {
236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
237 "GYP_CHROMIUM_NO_ACTION": "1", 237 "GYP_CHROMIUM_NO_ACTION": "1",
238 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1", 238 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1",
239 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 239 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
240 }, 240 },
241 "name": "gclient runhooks" 241 "name": "gclient runhooks"
242 }, 242 },
243 { 243 {
244 "cmd": [ 244 "cmd": [
245 "python", 245 "python",
246 "-u", 246 "-u",
247 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\get_compile_targets.py", 247 "[BUILDER_CACHE]\\Win_x64_GN\\src\\testing\\scripts\\get_compile_targets.p y",
248 "--output", 248 "--output",
249 "/path/to/tmp/json", 249 "/path/to/tmp/json",
250 "--", 250 "--",
251 "--build-config-fs", 251 "--build-config-fs",
252 "Release_x64", 252 "Release_x64",
253 "--paths", 253 "--paths",
254 "{\"checkout\": \"[BUILDER_CACHE]\\\\win\\\\src\", \"runit.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 254 "{\"checkout\": \"[BUILDER_CACHE]\\\\Win_x64_GN\\\\src\", \"runit.py\": \" RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \" RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
255 "--properties", 255 "--properties",
256 "{\"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \ "chromium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \ "win\"}" 256 "{\"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \ "chromium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \ "win\"}"
257 ], 257 ],
258 "name": "get compile targets for scripts", 258 "name": "get compile targets for scripts",
259 "~followup_annotations": [ 259 "~followup_annotations": [
260 "@@@STEP_LOG_LINE@json.output@{}@@@", 260 "@@@STEP_LOG_LINE@json.output@{}@@@",
261 "@@@STEP_LOG_END@json.output@@@" 261 "@@@STEP_LOG_END@json.output@@@"
262 ] 262 ]
263 }, 263 },
264 { 264 {
265 "cmd": [ 265 "cmd": [
266 "python", 266 "python",
267 "-u", 267 "-u",
268 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 268 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
269 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.webrtc.fyi.json", 269 "[BUILDER_CACHE]\\Win_x64_GN\\src\\testing\\buildbot\\chromium.webrtc.fyi. json",
270 "/path/to/tmp/json" 270 "/path/to/tmp/json"
271 ], 271 ],
272 "name": "read test spec (chromium.webrtc.fyi.json)", 272 "name": "read test spec (chromium.webrtc.fyi.json)",
273 "~followup_annotations": [ 273 "~followup_annotations": [
274 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .webrtc.fyi.json@@@", 274 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Win_x64_GN\\src\\testing\\buildbot\\c hromium.webrtc.fyi.json@@@",
275 "@@@STEP_LOG_LINE@json.output@{}@@@", 275 "@@@STEP_LOG_LINE@json.output@{}@@@",
276 "@@@STEP_LOG_END@json.output@@@" 276 "@@@STEP_LOG_END@json.output@@@"
277 ] 277 ]
278 }, 278 },
279 { 279 {
280 "cmd": [ 280 "cmd": [
281 "python", 281 "python",
282 "-u", 282 "-u",
283 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 283 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
284 "--show-path", 284 "--show-path",
285 "python", 285 "python",
286 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 286 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
287 ], 287 ],
288 "name": "cleanup_temp" 288 "name": "cleanup_temp"
289 }, 289 },
290 { 290 {
291 "cmd": [ 291 "cmd": [
292 "python", 292 "python",
293 "-u", 293 "-u",
294 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py", 294 "[BUILDER_CACHE]\\Win_x64_GN\\src\\tools\\mb\\mb.py",
295 "gen", 295 "gen",
296 "-m", 296 "-m",
297 "chromium.webrtc.fyi", 297 "chromium.webrtc.fyi",
298 "-b", 298 "-b",
299 "Win x64 GN", 299 "Win x64 GN",
300 "--config-file", 300 "--config-file",
301 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", 301 "[BUILDER_CACHE]\\Win_x64_GN\\src\\tools\\mb\\mb_config.pyl",
302 "--goma-dir", 302 "--goma-dir",
303 "[CACHE]\\cipd\\goma", 303 "[CACHE]\\cipd\\goma",
304 "//out/Release_x64" 304 "//out/Release_x64"
305 ], 305 ],
306 "env": { 306 "env": {
307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
308 }, 308 },
309 "name": "generate_build_files" 309 "name": "generate_build_files"
310 }, 310 },
311 { 311 {
312 "cmd": [ 312 "cmd": [
313 "python", 313 "python",
314 "-u", 314 "-u",
315 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 315 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
316 "--show-path", 316 "--show-path",
317 "python", 317 "python",
318 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 318 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
319 "--gsutil-py-path", 319 "--gsutil-py-path",
320 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 320 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
321 "--ninja-path", 321 "--ninja-path",
322 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 322 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
323 "--target", 323 "--target",
324 "Release_x64", 324 "Release_x64",
325 "--src-dir", 325 "--src-dir",
326 "[BUILDER_CACHE]\\win\\src", 326 "[BUILDER_CACHE]\\Win_x64_GN\\src",
327 "--goma-cache-dir", 327 "--goma-cache-dir",
328 "[GOMA_CACHE]", 328 "[GOMA_CACHE]",
329 "--goma-deps-cache-dir", 329 "--goma-deps-cache-dir",
330 "[GOMA_DEPS_CACHE]", 330 "[GOMA_DEPS_CACHE]",
331 "--build-data-dir", 331 "--build-data-dir",
332 "[ROOT]\\build_data_dir", 332 "[ROOT]\\build_data_dir",
333 "--compiler", 333 "--compiler",
334 "goma", 334 "goma",
335 "--goma-jsonstatus", 335 "--goma-jsonstatus",
336 "/path/to/tmp/json", 336 "/path/to/tmp/json",
(...skipping 24 matching lines...) Expand all
361 "--show-path", 361 "--show-path",
362 "python", 362 "python",
363 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", 363 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py",
364 "--target", 364 "--target",
365 "Release_x64", 365 "Release_x64",
366 "--gsutil-py-path", 366 "--gsutil-py-path",
367 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 367 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
368 "--staging-dir", 368 "--staging-dir",
369 "[CACHE]\\chrome_staging", 369 "[CACHE]\\chrome_staging",
370 "--src-dir", 370 "--src-dir",
371 "[BUILDER_CACHE]\\win\\src", 371 "[BUILDER_CACHE]\\Win_x64_GN\\src",
372 "--build-url", 372 "--build-url",
373 "gs://chromium-webrtc/chromium.webrtc.fyi/Win x64 GN", 373 "gs://chromium-webrtc/chromium.webrtc.fyi/Win x64 GN",
374 "--build_revision", 374 "--build_revision",
375 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 375 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
376 "--factory-properties", 376 "--factory-properties",
377 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 377 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
378 "--build-properties", 378 "--build-properties",
379 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 379 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
380 ], 380 ],
381 "name": "package build" 381 "name": "package build"
382 }, 382 },
383 { 383 {
384 "name": "$result", 384 "name": "$result",
385 "recipe_result": null, 385 "recipe_result": null,
386 "status_code": 0 386 "status_code": 0
387 } 387 }
388 ] 388 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698