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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_mac_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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "mac_perf_bisect", 10 "mac_perf_bisect",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "--build-tool", 115 "--build-tool",
116 "ninja", 116 "ninja",
117 "--compiler", 117 "--compiler",
118 "goma-clang", 118 "goma-clang",
119 "--mode", 119 "--mode",
120 "official", 120 "official",
121 "--goma-dir", 121 "--goma-dir",
122 "[BUILD]/goma", 122 "[BUILD]/goma",
123 "--goma-hermetic", 123 "--goma-hermetic",
124 "fallback", 124 "fallback",
125 "--ninja-ensure-up-to-date",
125 "--", 126 "--",
126 "chromium_builder_perf" 127 "chromium_builder_perf"
127 ], 128 ],
128 "cwd": "[SLAVE_BUILD]", 129 "cwd": "[SLAVE_BUILD]",
129 "name": "compile" 130 "name": "compile"
130 }, 131 },
131 { 132 {
132 "allow_subannotations": true, 133 "allow_subannotations": true,
133 "cmd": [ 134 "cmd": [
134 "python", 135 "python",
135 "-u", 136 "-u",
136 "[BUILD]/scripts/slave/zip_build.py", 137 "[BUILD]/scripts/slave/zip_build.py",
137 "--target", 138 "--target",
138 "Release", 139 "Release",
139 "--build_revision", 140 "--build_revision",
140 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 141 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
141 "--factory-properties", 142 "--factory-properties",
142 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"mac_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"trys erver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }", 143 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"mac_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"trys erver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }",
143 "--build-properties", 144 "--build-properties",
144 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"mac_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"trys erver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }" 145 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"mac_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"trys erver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }"
145 ], 146 ],
146 "cwd": "[SLAVE_BUILD]", 147 "cwd": "[SLAVE_BUILD]",
147 "name": "package build" 148 "name": "package build"
148 } 149 }
149 ] 150 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698