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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mojo_Chromium_Mojo_Android.json

Issue 1737843003: Use regular chromium recipes for Chromium Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove 'ninja_confirm_noop' config option. Created 4 years, 9 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.mojo",
9 "--builder", 9 "--builder",
10 "Android GN (dbg)", 10 "Chromium Mojo Android",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}", 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[GIT_CACHE]",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 }, 115 },
116 { 116 {
117 "cmd": [ 117 "cmd": [
118 "python", 118 "python",
119 "-u", 119 "-u",
120 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 120 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
121 "--output", 121 "--output",
122 "/path/to/tmp/json", 122 "/path/to/tmp/json",
123 "--", 123 "--",
124 "--build-config-fs", 124 "--build-config-fs",
125 "Debug", 125 "Release",
126 "--use-src-side-runtest-py",
127 "--paths", 126 "--paths",
128 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 127 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
129 "--properties", 128 "--properties",
130 "{\"buildername\": \"Android GN (dbg)\", \"buildnumber\": 571, \"masternam e\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"android\"}" 129 "{\"buildername\": \"Chromium Mojo Android\", \"buildnumber\": 571, \"mast ername\": \"chromium.mojo\", \"slavename\": \"TestSlavename\", \"target_platform \": \"android\"}"
131 ], 130 ],
132 "cwd": "[SLAVE_BUILD]", 131 "cwd": "[SLAVE_BUILD]",
133 "name": "get compile targets for scripts", 132 "name": "get compile targets for scripts",
134 "~followup_annotations": [ 133 "~followup_annotations": [
135 "@@@STEP_LOG_LINE@json.output@{}@@@", 134 "@@@STEP_LOG_LINE@json.output@{}@@@",
136 "@@@STEP_LOG_END@json.output@@@" 135 "@@@STEP_LOG_END@json.output@@@"
137 ] 136 ]
138 }, 137 },
139 { 138 {
140 "cmd": [ 139 "cmd": [
141 "python", 140 "python",
142 "-u", 141 "-u",
143 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 142 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
144 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", 143 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mojo.json",
145 "/path/to/tmp/json" 144 "/path/to/tmp/json"
146 ], 145 ],
147 "cwd": "[SLAVE_BUILD]", 146 "cwd": "[SLAVE_BUILD]",
148 "name": "read test spec", 147 "name": "read test spec",
149 "~followup_annotations": [ 148 "~followup_annotations": [
150 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@", 149 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mojo.json@ @@",
151 "@@@STEP_LOG_LINE@json.output@{}@@@", 150 "@@@STEP_LOG_LINE@json.output@{}@@@",
152 "@@@STEP_LOG_END@json.output@@@" 151 "@@@STEP_LOG_END@json.output@@@"
153 ] 152 ]
154 }, 153 },
155 { 154 {
156 "cmd": [ 155 "cmd": [
157 "python", 156 "python",
158 "-u", 157 "-u",
159 "[BUILD]/scripts/slave/cleanup_temp.py" 158 "[BUILD]/scripts/slave/cleanup_temp.py"
160 ], 159 ],
161 "cwd": "[SLAVE_BUILD]", 160 "cwd": "[SLAVE_BUILD]",
162 "name": "cleanup_temp" 161 "name": "cleanup_temp"
163 }, 162 },
164 { 163 {
165 "cmd": [ 164 "cmd": [
166 "python", 165 "python",
167 "-u", 166 "-u",
168 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n", 167 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n",
169 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", 168 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps",
170 "[SLAVE_BUILD]/src/out/Debug/test_logs", 169 "[SLAVE_BUILD]/src/out/Release/test_logs",
171 "[SLAVE_BUILD]/src/out/build_product.zip", 170 "[SLAVE_BUILD]/src/out/build_product.zip",
172 "[SLAVE_BUILD]/src" 171 "[SLAVE_BUILD]/src"
173 ], 172 ],
174 "cwd": "[SLAVE_BUILD]", 173 "cwd": "[SLAVE_BUILD]",
175 "name": "clean local files", 174 "name": "clean local files",
176 "~followup_annotations": [ 175 "~followup_annotations": [
177 "@@@STEP_LOG_LINE@python.inline@@@@", 176 "@@@STEP_LOG_LINE@python.inline@@@@",
178 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", 177 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@",
179 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", 178 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@",
180 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", 179 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@",
(...skipping 18 matching lines...) Expand all
199 "cwd": "[SLAVE_BUILD]", 198 "cwd": "[SLAVE_BUILD]",
200 "name": "tree truth steps" 199 "name": "tree truth steps"
201 }, 200 },
202 { 201 {
203 "cmd": [ 202 "cmd": [
204 "python", 203 "python",
205 "-u", 204 "-u",
206 "[SLAVE_BUILD]/src/tools/mb/mb.py", 205 "[SLAVE_BUILD]/src/tools/mb/mb.py",
207 "gen", 206 "gen",
208 "-m", 207 "-m",
209 "chromium.linux", 208 "chromium.mojo",
210 "-b", 209 "-b",
211 "Android GN (dbg)", 210 "Chromium Mojo Android",
212 "--config-file", 211 "--config-file",
213 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 212 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
214 "--goma-dir", 213 "--goma-dir",
215 "[BUILD]/goma", 214 "[BUILD]/goma",
216 "//out/Debug" 215 "//out/Release"
217 ], 216 ],
218 "cwd": "[SLAVE_BUILD]", 217 "cwd": "[SLAVE_BUILD]",
219 "name": "generate_build_files" 218 "name": "generate_build_files"
220 }, 219 },
221 { 220 {
222 "cmd": [ 221 "cmd": [
223 "python", 222 "python",
224 "-u", 223 "-u",
225 "[BUILD]/scripts/slave/compile.py", 224 "[BUILD]/scripts/slave/compile.py",
226 "--target", 225 "--target",
227 "Debug", 226 "Release",
228 "--src-dir", 227 "--src-dir",
229 "[SLAVE_BUILD]/src", 228 "[SLAVE_BUILD]/src",
230 "--build-tool", 229 "--build-tool",
231 "ninja", 230 "ninja",
232 "--compiler", 231 "--compiler",
233 "goma", 232 "goma",
234 "--goma-jsonstatus", 233 "--goma-jsonstatus",
235 "/path/to/tmp/json", 234 "/path/to/tmp/json",
236 "--goma-dir", 235 "--goma-dir",
237 "[BUILD]/goma", 236 "[BUILD]/goma",
238 "--" 237 "--"
239 ], 238 ],
240 "cwd": "[SLAVE_BUILD]", 239 "cwd": "[SLAVE_BUILD]",
241 "env": { 240 "env": {
242 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 241 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
243 }, 242 },
244 "name": "compile", 243 "name": "compile",
245 "~followup_annotations": [ 244 "~followup_annotations": [
246 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 245 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
247 "@@@STEP_LOG_END@json.output (invalid)@@@" 246 "@@@STEP_LOG_END@json.output (invalid)@@@"
248 ] 247 ]
249 }, 248 },
250 { 249 {
251 "name": "$result", 250 "name": "$result",
252 "recipe_result": null, 251 "recipe_result": null,
253 "status_code": 0 252 "status_code": 0
254 } 253 }
255 ] 254 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698