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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ChromiumPractice.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ChromiumPractice", 10 "ChromiumPractice",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "--target", 129 "--target",
130 "Release", 130 "Release",
131 "--src-dir", 131 "--src-dir",
132 "[SLAVE_BUILD]/src", 132 "[SLAVE_BUILD]/src",
133 "--build-tool", 133 "--build-tool",
134 "ninja", 134 "ninja",
135 "--compiler", 135 "--compiler",
136 "goma", 136 "goma",
137 "--goma-dir", 137 "--goma-dir",
138 "[BUILD]/goma", 138 "[BUILD]/goma",
139 "--ninja-ensure-up-to-date",
139 "--", 140 "--",
140 "blink_tests" 141 "blink_tests"
141 ], 142 ],
142 "cwd": "[SLAVE_BUILD]", 143 "cwd": "[SLAVE_BUILD]",
143 "name": "compile" 144 "name": "compile"
144 }, 145 },
145 { 146 {
146 "allow_subannotations": true, 147 "allow_subannotations": true,
147 "cmd": [ 148 "cmd": [
148 "python", 149 "python",
149 "-u", 150 "-u",
150 "[BUILD]/scripts/slave/zip_build.py", 151 "[BUILD]/scripts/slave/zip_build.py",
151 "--target", 152 "--target",
152 "Release", 153 "Release",
153 "--build-url", 154 "--build-url",
154 "gs://chromium-fyi-archive/chromium.fyi/ChromiumPractice", 155 "gs://chromium-fyi-archive/chromium.fyi/ChromiumPractice",
155 "--build_revision", 156 "--build_revision",
156 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 157 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
157 "--factory-properties", 158 "--factory-properties",
158 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ChromiumPractice\", \"buildnumber\": 571, \"mastername\": \"chr omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 159 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ChromiumPractice\", \"buildnumber\": 571, \"mastername\": \"chr omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
159 "--build-properties", 160 "--build-properties",
160 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ChromiumPractice\", \"buildnumber\": 571, \"mastername\": \"chr omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 161 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ChromiumPractice\", \"buildnumber\": 571, \"mastername\": \"chr omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
161 ], 162 ],
162 "cwd": "[SLAVE_BUILD]", 163 "cwd": "[SLAVE_BUILD]",
163 "name": "package build" 164 "name": "package build"
164 } 165 }
165 ] 166 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698