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

Side by Side Diff: scripts/slave/recipes/chromium_pgo.expected/full_tryserver_chromium_win_win_pgo.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "[BUILD]\\scripts\\slave\\compile.py", 111 "[BUILD]\\scripts\\slave\\compile.py",
112 "--target", 112 "--target",
113 "Release", 113 "Release",
114 "--src-dir", 114 "--src-dir",
115 "[SLAVE_BUILD]\\src", 115 "[SLAVE_BUILD]\\src",
116 "--build-tool", 116 "--build-tool",
117 "ninja", 117 "ninja",
118 "--ninja-ensure-up-to-date",
118 "--", 119 "--",
119 "chrome" 120 "chrome"
120 ], 121 ],
121 "cwd": "[SLAVE_BUILD]", 122 "cwd": "[SLAVE_BUILD]",
122 "env": { 123 "env": {
123 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s" 124 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s"
124 }, 125 },
125 "name": "Compile: Instrumentation phase." 126 "name": "Compile: Instrumentation phase."
126 }, 127 },
127 { 128 {
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 "cmd": [ 467 "cmd": [
467 "python", 468 "python",
468 "-u", 469 "-u",
469 "[BUILD]\\scripts\\slave\\compile.py", 470 "[BUILD]\\scripts\\slave\\compile.py",
470 "--target", 471 "--target",
471 "Release", 472 "Release",
472 "--src-dir", 473 "--src-dir",
473 "[SLAVE_BUILD]\\src", 474 "[SLAVE_BUILD]\\src",
474 "--build-tool", 475 "--build-tool",
475 "ninja", 476 "ninja",
477 "--ninja-ensure-up-to-date",
476 "--", 478 "--",
477 "chrome" 479 "chrome"
478 ], 480 ],
479 "cwd": "[SLAVE_BUILD]", 481 "cwd": "[SLAVE_BUILD]",
480 "name": "Compile: Optimization phase." 482 "name": "Compile: Optimization phase."
481 }, 483 },
482 { 484 {
483 "allow_subannotations": true, 485 "allow_subannotations": true,
484 "cmd": [ 486 "cmd": [
485 "python", 487 "python",
486 "-u", 488 "-u",
487 "[BUILD]\\scripts\\slave\\zip_build.py", 489 "[BUILD]\\scripts\\slave\\zip_build.py",
488 "--target", 490 "--target",
489 "Release", 491 "Release",
490 "--build-url", 492 "--build-url",
491 "gs://chromium-fyi-archive/win_pgo_builds", 493 "gs://chromium-fyi-archive/win_pgo_builds",
492 "--factory-properties", 494 "--factory-properties",
493 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_pgo\", \"buildnumber\": 571, \"mastername\": \"tryserver.ch romium.win\", \"recipe\": \"chromium_pgo\", \"slavename\": \"TestSlavename\", \" workdir\": \"/path/to/workdir/TestSlavename\"}", 495 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_pgo\", \"buildnumber\": 571, \"mastername\": \"tryserver.ch romium.win\", \"recipe\": \"chromium_pgo\", \"slavename\": \"TestSlavename\", \" workdir\": \"/path/to/workdir/TestSlavename\"}",
494 "--build-properties", 496 "--build-properties",
495 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_pgo\", \"buildnumber\": 571, \"mastername\": \"tryserver.ch romium.win\", \"recipe\": \"chromium_pgo\", \"slavename\": \"TestSlavename\", \" workdir\": \"/path/to/workdir/TestSlavename\"}" 497 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_pgo\", \"buildnumber\": 571, \"mastername\": \"tryserver.ch romium.win\", \"recipe\": \"chromium_pgo\", \"slavename\": \"TestSlavename\", \" workdir\": \"/path/to/workdir/TestSlavename\"}"
496 ], 498 ],
497 "cwd": "[SLAVE_BUILD]", 499 "cwd": "[SLAVE_BUILD]",
498 "name": "package build" 500 "name": "package build"
499 } 501 }
500 ] 502 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698