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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_Builder.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 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...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-url", 140 "--build-url",
140 "gs://chrome-perf/Mac Builder", 141 "gs://chrome-perf/Mac Builder",
141 "--build_revision", 142 "--build_revision",
142 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 143 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
143 "--factory-properties", 144 "--factory-properties",
144 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"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 Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
145 "--build-properties", 146 "--build-properties",
146 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 147 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
147 ], 148 ],
148 "cwd": "[SLAVE_BUILD]", 149 "cwd": "[SLAVE_BUILD]",
149 "name": "package build" 150 "name": "package build"
150 } 151 }
151 ] 152 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698