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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64ati_perf_bisect.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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "--build-tool", 104 "--build-tool",
105 "ninja", 105 "ninja",
106 "--compiler", 106 "--compiler",
107 "goma", 107 "goma",
108 "--mode", 108 "--mode",
109 "official", 109 "official",
110 "--goma-dir", 110 "--goma-dir",
111 "[BUILD]\\goma", 111 "[BUILD]\\goma",
112 "--goma-hermetic", 112 "--goma-hermetic",
113 "fallback", 113 "fallback",
114 "--ninja-ensure-up-to-date",
114 "--", 115 "--",
115 "chromium_builder_perf", 116 "chromium_builder_perf",
116 "crash_service" 117 "crash_service"
117 ], 118 ],
118 "cwd": "[SLAVE_BUILD]", 119 "cwd": "[SLAVE_BUILD]",
119 "name": "compile" 120 "name": "compile"
120 }, 121 },
121 { 122 {
122 "allow_subannotations": true, 123 "allow_subannotations": true,
123 "cmd": [ 124 "cmd": [
124 "python", 125 "python",
125 "-u", 126 "-u",
126 "[BUILD]\\scripts\\slave\\zip_build.py", 127 "[BUILD]\\scripts\\slave\\zip_build.py",
127 "--target", 128 "--target",
128 "Release_x64", 129 "Release_x64",
129 "--build_revision", 130 "--build_revision",
130 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 131 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
131 "--factory-properties", 132 "--factory-properties",
132 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"winx64ati_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromiu m\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave name\"}", 133 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"winx64ati_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromiu m\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave name\"}",
133 "--build-properties", 134 "--build-properties",
134 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"winx64ati_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromiu m\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave name\"}" 135 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"winx64ati_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromiu m\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave name\"}"
135 ], 136 ],
136 "cwd": "[SLAVE_BUILD]", 137 "cwd": "[SLAVE_BUILD]",
137 "name": "package build" 138 "name": "package build"
138 } 139 }
139 ] 140 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698