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

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

Issue 2491033005: Recipe changes for chormium.android.fyi master (Closed)
Patch Set: Fix Created 4 years, 1 month 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Jelly_Bean_Tester", 7 "[BUILDER_CACHE]/KitKat_Tablet_Tester",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 15 matching lines...) Expand all
33 "--revision_mapping_file", 33 "--revision_mapping_file",
34 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 34 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
35 "--git-cache-dir", 35 "--git-cache-dir",
36 "[GIT_CACHE]", 36 "[GIT_CACHE]",
37 "--output_json", 37 "--output_json",
38 "/path/to/tmp/json", 38 "/path/to/tmp/json",
39 "--revision", 39 "--revision",
40 "src@1111111", 40 "src@1111111",
41 "--output_manifest" 41 "--output_manifest"
42 ], 42 ],
43 "cwd": "[BUILDER_CACHE]/Jelly_Bean_Tester", 43 "cwd": "[BUILDER_CACHE]/KitKat_Tablet_Tester",
44 "env": { 44 "env": {
45 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 45 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
46 }, 46 },
47 "name": "bot_update", 47 "name": "bot_update",
48 "~followup_annotations": [ 48 "~followup_annotations": [
49 "@@@STEP_TEXT@Some step text@@@", 49 "@@@STEP_TEXT@Some step text@@@",
50 "@@@STEP_LOG_LINE@json.output@{@@@", 50 "@@@STEP_LOG_LINE@json.output@{@@@",
51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", 53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "@@@STEP_LOG_END@json.output@@@" 178 "@@@STEP_LOG_END@json.output@@@"
179 ] 179 ]
180 }, 180 },
181 { 181 {
182 "cmd": [ 182 "cmd": [
183 "python", 183 "python",
184 "-u", 184 "-u",
185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
186 "runhooks" 186 "runhooks"
187 ], 187 ],
188 "cwd": "[BUILDER_CACHE]/Jelly_Bean_Tester/src", 188 "cwd": "[BUILDER_CACHE]/KitKat_Tablet_Tester/src",
189 "env": { 189 "env": {
190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
191 "GYP_CHROMIUM_NO_ACTION": "1", 191 "GYP_CHROMIUM_NO_ACTION": "1",
192 "GYP_CROSSCOMPILE": "1", 192 "GYP_CROSSCOMPILE": "1",
193 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm use_goma=1", 193 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm use_goma=1",
194 "PATH": "[BUILDER_CACHE]/Jelly_Bean_Tester/src/third_party/android_tools/s dk/platform-tools:[BUILDER_CACHE]/Jelly_Bean_Tester/src/build/android:%(PATH)s:R ECIPE_PACKAGE_REPO[depot_tools]" 194 "PATH": "[BUILDER_CACHE]/KitKat_Tablet_Tester/src/third_party/android_tool s/sdk/platform-tools:[BUILDER_CACHE]/KitKat_Tablet_Tester/src/build/android:%(PA TH)s:RECIPE_PACKAGE_REPO[depot_tools]"
195 }, 195 },
196 "name": "gclient runhooks" 196 "name": "gclient runhooks"
197 }, 197 },
198 { 198 {
199 "cmd": [ 199 "cmd": [
200 "python", 200 "python",
201 "-u", 201 "-u",
202 "[BUILDER_CACHE]/Jelly_Bean_Tester/src/testing/scripts/get_compile_targets .py", 202 "[BUILDER_CACHE]/KitKat_Tablet_Tester/src/testing/scripts/get_compile_targ ets.py",
203 "--output", 203 "--output",
204 "/path/to/tmp/json", 204 "/path/to/tmp/json",
205 "--", 205 "--",
206 "--build-config-fs", 206 "--build-config-fs",
207 "Debug", 207 "Debug",
208 "--paths", 208 "--paths",
209 "{\"checkout\": \"[BUILDER_CACHE]/Jelly_Bean_Tester/src\", \"runit.py\": \ "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_P ACKAGE_REPO[build]/scripts/slave/runtest.py\"}", 209 "{\"checkout\": \"[BUILDER_CACHE]/KitKat_Tablet_Tester/src\", \"runit.py\" : \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIP E_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
210 "--properties", 210 "--properties",
211 "{\"buildername\": \"Jelly Bean Tester\", \"buildnumber\": 571, \"masterna me\": \"chromium.android\", \"slavename\": \"TestSlavename\", \"target_platform\ ": \"android\"}" 211 "{\"buildername\": \"KitKat Tablet Tester\", \"buildnumber\": 571, \"maste rname\": \"chromium.android.fyi\", \"slavename\": \"TestSlavename\", \"target_pl atform\": \"android\"}"
212 ], 212 ],
213 "name": "get compile targets for scripts", 213 "name": "get compile targets for scripts",
214 "~followup_annotations": [ 214 "~followup_annotations": [
215 "@@@STEP_LOG_LINE@json.output@{}@@@", 215 "@@@STEP_LOG_LINE@json.output@{}@@@",
216 "@@@STEP_LOG_END@json.output@@@" 216 "@@@STEP_LOG_END@json.output@@@"
217 ] 217 ]
218 }, 218 },
219 { 219 {
220 "cmd": [ 220 "cmd": [
221 "python", 221 "python",
222 "-u", 222 "-u",
223 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 223 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
224 "[BUILDER_CACHE]/Jelly_Bean_Tester/src/testing/buildbot/chromium.android.j son", 224 "[BUILDER_CACHE]/KitKat_Tablet_Tester/src/testing/buildbot/chromium.androi d.fyi.json",
225 "/path/to/tmp/json" 225 "/path/to/tmp/json"
226 ], 226 ],
227 "name": "read test spec (chromium.android.json)", 227 "name": "read test spec (chromium.android.fyi.json)",
228 "~followup_annotations": [ 228 "~followup_annotations": [
229 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Jelly_Bean_Tester/src/testing/buildbot /chromium.android.json@@@", 229 "@@@STEP_TEXT@path: [BUILDER_CACHE]/KitKat_Tablet_Tester/src/testing/build bot/chromium.android.fyi.json@@@",
230 "@@@STEP_LOG_LINE@json.output@{}@@@", 230 "@@@STEP_LOG_LINE@json.output@{}@@@",
231 "@@@STEP_LOG_END@json.output@@@" 231 "@@@STEP_LOG_END@json.output@@@"
232 ] 232 ]
233 }, 233 },
234 { 234 {
235 "cmd": [ 235 "cmd": [
236 "python", 236 "python",
237 "-u", 237 "-u",
238 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 238 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
239 "--show-path", 239 "--show-path",
240 "python", 240 "python",
241 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 241 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
242 ], 242 ],
243 "name": "cleanup_temp" 243 "name": "cleanup_temp"
244 }, 244 },
245 { 245 {
246 "cmd": [ 246 "cmd": [
247 "python", 247 "python",
248 "-u", 248 "-u",
249 "\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", 249 "\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",
250 "[BUILDER_CACHE]/Jelly_Bean_Tester/src/out/Debug/debug_info_dumps", 250 "[BUILDER_CACHE]/KitKat_Tablet_Tester/src/out/Debug/debug_info_dumps",
251 "[BUILDER_CACHE]/Jelly_Bean_Tester/src/out/Debug/test_logs", 251 "[BUILDER_CACHE]/KitKat_Tablet_Tester/src/out/Debug/test_logs",
252 "[BUILDER_CACHE]/Jelly_Bean_Tester/src/out/build_product.zip", 252 "[BUILDER_CACHE]/KitKat_Tablet_Tester/src/out/build_product.zip",
253 "[BUILDER_CACHE]/Jelly_Bean_Tester/src" 253 "[BUILDER_CACHE]/KitKat_Tablet_Tester/src"
254 ], 254 ],
255 "name": "clean local files", 255 "name": "clean local files",
256 "~followup_annotations": [ 256 "~followup_annotations": [
257 "@@@STEP_LOG_LINE@python.inline@@@@", 257 "@@@STEP_LOG_LINE@python.inline@@@@",
258 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", 258 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@",
259 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", 259 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@",
260 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", 260 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@",
261 "@@@STEP_LOG_LINE@python.inline@try:@@@", 261 "@@@STEP_LOG_LINE@python.inline@try:@@@",
262 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", 262 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@",
263 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 263 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
264 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 264 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
265 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@", 265 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
266 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 266 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
267 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 267 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
268 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 268 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
269 "@@@STEP_LOG_END@python.inline@@@" 269 "@@@STEP_LOG_END@python.inline@@@"
270 ] 270 ]
271 }, 271 },
272 { 272 {
273 "cmd": [ 273 "cmd": [
274 "[BUILDER_CACHE]/Jelly_Bean_Tester/src/build/tree_truth.sh", 274 "[BUILDER_CACHE]/KitKat_Tablet_Tester/src/build/tree_truth.sh",
275 "[BUILDER_CACHE]/Jelly_Bean_Tester/src", 275 "[BUILDER_CACHE]/KitKat_Tablet_Tester/src",
276 "src" 276 "src"
277 ], 277 ],
278 "name": "tree truth steps" 278 "name": "tree truth steps"
279 }, 279 },
280 { 280 {
281 "cmd": [ 281 "cmd": [
282 "python", 282 "python",
283 "-u", 283 "-u",
284 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 284 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
285 "[BUILDER_CACHE]/Jelly_Bean_Tester/src/out/Debug" 285 "[BUILDER_CACHE]/KitKat_Tablet_Tester/src/out/Debug"
286 ], 286 ],
287 "name": "rmtree build directory", 287 "name": "rmtree build directory",
288 "~followup_annotations": [ 288 "~followup_annotations": [
289 "@@@STEP_LOG_LINE@python.inline@@@@", 289 "@@@STEP_LOG_LINE@python.inline@@@@",
290 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 290 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
291 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 291 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
292 "@@@STEP_LOG_LINE@python.inline@@@@", 292 "@@@STEP_LOG_LINE@python.inline@@@@",
293 "@@@STEP_LOG_LINE@python.inline@@@@", 293 "@@@STEP_LOG_LINE@python.inline@@@@",
294 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 294 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
295 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 295 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
296 "@@@STEP_LOG_END@python.inline@@@" 296 "@@@STEP_LOG_END@python.inline@@@"
297 ] 297 ]
298 }, 298 },
299 { 299 {
300 "cmd": [ 300 "cmd": [
301 "python", 301 "python",
302 "-u", 302 "-u",
303 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 303 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
304 "--show-path", 304 "--show-path",
305 "python", 305 "python",
306 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", 306 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py",
307 "--gsutil-py-path", 307 "--gsutil-py-path",
308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
309 "--target", 309 "--target",
310 "Debug", 310 "Debug",
311 "--src-dir", 311 "--src-dir",
312 "[BUILDER_CACHE]/Jelly_Bean_Tester/src", 312 "[BUILDER_CACHE]/KitKat_Tablet_Tester/src",
313 "--build-archive-url", 313 "--build-archive-url",
314 "gs://test-domain/test-archive.zip", 314 "gs://test-domain/test-archive.zip",
315 "--master-name", 315 "--master-name",
316 "chromium.android", 316 "chromium.android.fyi",
317 "--build-number", 317 "--build-number",
318 "571" 318 "571"
319 ], 319 ],
320 "name": "extract build" 320 "name": "extract build"
321 }, 321 },
322 { 322 {
323 "name": "$result", 323 "name": "$result",
324 "recipe_result": null, 324 "recipe_result": null,
325 "status_code": 0 325 "status_code": 0
326 } 326 }
327 ] 327 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698