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

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

Powered by Google App Engine
This is Rietveld 408576698