OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
8 ], | 8 ], |
9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
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 os, sys@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
14 "@@@STEP_LOG_LINE@python.inline@@@@", | 14 "@@@STEP_LOG_LINE@python.inline@@@@", |
15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", |
17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", |
18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", |
19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", | 19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", |
20 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", |
21 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", | 21 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", |
22 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", | 22 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", |
23 "@@@STEP_LOG_END@python.inline@@@" | 23 "@@@STEP_LOG_END@python.inline@@@" |
24 ] | 24 ] |
25 }, | 25 }, |
26 { | 26 { |
27 "cmd": [ | 27 "cmd": [ |
28 "python", | 28 "python", |
29 "-u", | 29 "-u", |
30 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
31 "--master", | |
32 "chromium.testing.master", | |
33 "--builder", | |
34 "dartium-builder", | |
35 "--slave", | |
36 "TestSlavename", | |
37 "--spec", | |
38 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/trunk/deps/dartium.
deps'}]\ntarget_os = ['android']", | |
39 "--root", | |
40 "dartium.deps", | |
41 "--revision_mapping_file", | |
42 "{}", | |
43 "--git-cache-dir", | |
44 "[GIT_CACHE]", | |
45 "--output_json", | |
46 "/path/to/tmp/json", | |
47 "--revision", | |
48 "dartium.deps@34567", | |
49 "--output_manifest" | |
50 ], | |
51 "cwd": "[SLAVE_BUILD]", | |
52 "env": { | |
53 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | |
54 }, | |
55 "name": "bot_update", | |
56 "~followup_annotations": [ | |
57 "@@@STEP_LOG_LINE@json.output@{@@@", | |
58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", | |
59 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", | |
60 "@@@STEP_LOG_LINE@json.output@}@@@", | |
61 "@@@STEP_LOG_END@json.output@@@" | |
62 ] | |
63 }, | |
64 { | |
65 "cmd": [ | |
66 "python", | |
67 "-u", | |
68 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 30 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
69 "config", | 31 "config", |
70 "--spec", | 32 "--spec", |
71 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/trunk/deps/dartium.
deps'}]\ntarget_os = ['android']" | 33 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/trunk/deps/dartium.
deps'}]\ntarget_os = ['android']" |
72 ], | 34 ], |
73 "cwd": "[SLAVE_BUILD]", | 35 "cwd": "[SLAVE_BUILD]", |
74 "env": { | 36 "env": { |
75 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 37 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
76 }, | 38 }, |
77 "name": "gclient setup" | 39 "name": "gclient setup" |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 ], | 178 ], |
217 "cwd": "[SLAVE_BUILD]", | 179 "cwd": "[SLAVE_BUILD]", |
218 "name": "dartium_test" | 180 "name": "dartium_test" |
219 }, | 181 }, |
220 { | 182 { |
221 "name": "$result", | 183 "name": "$result", |
222 "recipe_result": null, | 184 "recipe_result": null, |
223 "status_code": 0 | 185 "status_code": 0 |
224 } | 186 } |
225 ] | 187 ] |
OLD | NEW |