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 "[CWD]" |
8 ], | 8 ], |
9 "cwd": "[SLAVE_BUILD]", | |
10 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
11 "~followup_annotations": [ | 10 "~followup_annotations": [ |
12 "@@@STEP_LOG_LINE@python.inline@@@@", | 11 "@@@STEP_LOG_LINE@python.inline@@@@", |
13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 12 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
14 "@@@STEP_LOG_LINE@python.inline@@@@", | 13 "@@@STEP_LOG_LINE@python.inline@@@@", |
15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 15 "@@@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):@@@", | 16 "@@@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:@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", |
19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", | 18 "@@@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)@@@", | 19 "@@@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
@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", |
22 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", | 21 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", |
23 "@@@STEP_LOG_END@python.inline@@@" | 22 "@@@STEP_LOG_END@python.inline@@@" |
24 ] | 23 ] |
25 }, | 24 }, |
26 { | 25 { |
27 "cmd": [ | 26 "cmd": [ |
28 "python", | 27 "python", |
29 "-u", | 28 "-u", |
30 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 29 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
31 "config", | 30 "config", |
32 "--spec", | 31 "--spec", |
33 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'tools/deps/dartium
.deps/DEPS', 'managed': True, 'name': 'src/dart', 'url': 'https://github.com/dar
t-lang/sdk.git'}]\ntarget_os = ['android']" | 32 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'tools/deps/dartium.deps/DEPS', 'managed': True, 'name': 'src/dart', 'url': 'htt
ps://github.com/dart-lang/sdk.git'}]\ntarget_os = ['android']" |
34 ], | 33 ], |
35 "cwd": "[SLAVE_BUILD]", | |
36 "env": { | 34 "env": { |
37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
38 }, | 36 }, |
39 "name": "gclient setup" | 37 "name": "gclient setup" |
40 }, | 38 }, |
41 { | 39 { |
42 "cmd": [ | 40 "cmd": [ |
43 "python", | 41 "python", |
44 "-u", | 42 "-u", |
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 43 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
46 "sync", | 44 "sync", |
47 "--nohooks", | 45 "--nohooks", |
48 "--force", | 46 "--force", |
49 "--verbose", | 47 "--verbose", |
50 "--delete_unversioned_trees", | 48 "--delete_unversioned_trees", |
51 "--revision", | 49 "--revision", |
52 "src/dart@478695f60c28b5b8a951ce1d4fd60f53d80b21fb", | 50 "src/dart@478695f60c28b5b8a951ce1d4fd60f53d80b21fb", |
53 "--revision", | 51 "--revision", |
54 "src/dart@478695f60c28b5b8a951ce1d4fd60f53d80b21fb", | 52 "src/dart@478695f60c28b5b8a951ce1d4fd60f53d80b21fb", |
55 "--output-json", | 53 "--output-json", |
56 "/path/to/tmp/json" | 54 "/path/to/tmp/json" |
57 ], | 55 ], |
58 "cwd": "[SLAVE_BUILD]", | |
59 "env": { | 56 "env": { |
60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
61 }, | 58 }, |
62 "name": "gclient sync", | 59 "name": "gclient sync", |
63 "~followup_annotations": [ | 60 "~followup_annotations": [ |
64 "@@@STEP_LOG_LINE@json.output@{@@@", | 61 "@@@STEP_LOG_LINE@json.output@{@@@", |
65 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
66 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
67 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
68 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 65 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 24 matching lines...) Expand all Loading... |
93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@", | 90 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@", |
94 "@@@SET_BUILD_PROPERTY@got_angle_revision@297276@@@", | 91 "@@@SET_BUILD_PROPERTY@got_angle_revision@297276@@@", |
95 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" |
96 ] | 93 ] |
97 }, | 94 }, |
98 { | 95 { |
99 "cmd": [ | 96 "cmd": [ |
100 "python", | 97 "python", |
101 "-u", | 98 "-u", |
102 "\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", | 99 "\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", |
103 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 100 "[CWD]/src/out/Release/debug_info_dumps", |
104 "[SLAVE_BUILD]/src/out/Release/test_logs", | 101 "[CWD]/src/out/Release/test_logs", |
105 "[SLAVE_BUILD]/src/out/build_product.zip", | 102 "[CWD]/src/out/build_product.zip", |
106 "[SLAVE_BUILD]/src" | 103 "[CWD]/src" |
107 ], | 104 ], |
108 "cwd": "[SLAVE_BUILD]", | |
109 "name": "clean local files", | 105 "name": "clean local files", |
110 "~followup_annotations": [ | 106 "~followup_annotations": [ |
111 "@@@STEP_LOG_LINE@python.inline@@@@", | 107 "@@@STEP_LOG_LINE@python.inline@@@@", |
112 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 108 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
113 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 109 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
114 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 110 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
115 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 111 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
116 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 112 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
117 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 113 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
118 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 114 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
119 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 115 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
120 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 116 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
121 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 117 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
122 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 118 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
123 "@@@STEP_LOG_END@python.inline@@@" | 119 "@@@STEP_LOG_END@python.inline@@@" |
124 ] | 120 ] |
125 }, | 121 }, |
126 { | 122 { |
127 "cmd": [ | 123 "cmd": [ |
128 "python", | 124 "python", |
129 "-u", | 125 "-u", |
130 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 126 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
131 "runhooks" | 127 "runhooks" |
132 ], | 128 ], |
133 "cwd": "[SLAVE_BUILD]", | |
134 "env": { | 129 "env": { |
135 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
136 "GYP_CROSSCOMPILE": "1", | 131 "GYP_CROSSCOMPILE": "1", |
137 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1", | 132 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
ROOT]/b/build/goma' target_arch=arm use_goma=1", |
138 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 133 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
139 }, | 134 }, |
140 "name": "gclient runhooks" | 135 "name": "gclient runhooks" |
141 }, | 136 }, |
142 { | 137 { |
143 "cmd": [ | 138 "cmd": [ |
144 "python", | 139 "python", |
145 "-u", | 140 "-u", |
146 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 141 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
147 "--show-path", | 142 "--show-path", |
148 "python", | 143 "python", |
149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 144 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
150 "--gsutil-py-path", | 145 "--gsutil-py-path", |
151 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 146 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
152 "--ninja-path", | 147 "--ninja-path", |
153 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 148 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
154 "--target", | 149 "--target", |
155 "Release", | 150 "Release", |
156 "--src-dir", | 151 "--src-dir", |
157 "[SLAVE_BUILD]/src", | 152 "[CWD]/src", |
158 "--goma-cache-dir", | 153 "--goma-cache-dir", |
159 "[GOMA_CACHE]", | 154 "[ROOT]/b/build/slave/goma_cache", |
160 "--build-tool", | 155 "--build-tool", |
161 "ninja", | 156 "ninja", |
162 "--compiler", | 157 "--compiler", |
163 "goma", | 158 "goma", |
164 "--goma-jsonstatus", | 159 "--goma-jsonstatus", |
165 "/path/to/tmp/json", | 160 "/path/to/tmp/json", |
166 "--goma-service-account-json-file", | 161 "--goma-service-account-json-file", |
167 "/creds/service_accounts/service-account-goma-client.json", | 162 "/creds/service_accounts/service-account-goma-client.json", |
168 "--goma-dir", | 163 "--goma-dir", |
169 "[BUILD]/goma", | 164 "[ROOT]/b/build/goma", |
170 "--", | 165 "--", |
171 "content_shell_apk" | 166 "content_shell_apk" |
172 ], | 167 ], |
173 "cwd": "[SLAVE_BUILD]", | |
174 "env": { | 168 "env": { |
175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
176 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 170 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
177 }, | 171 }, |
178 "name": "compile", | 172 "name": "compile", |
179 "~followup_annotations": [ | 173 "~followup_annotations": [ |
180 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 174 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
181 "@@@STEP_LOG_END@json.output (invalid)@@@" | 175 "@@@STEP_LOG_END@json.output (invalid)@@@" |
182 ] | 176 ] |
183 }, | 177 }, |
184 { | 178 { |
185 "cmd": [ | 179 "cmd": [ |
186 "python", | 180 "python", |
187 "-u", | 181 "-u", |
188 "[SLAVE_BUILD]/src/dart/tools/bots/dartium_android.py", | 182 "[CWD]/src/dart/tools/bots/dartium_android.py", |
189 "--build-products-dir", | 183 "--build-products-dir", |
190 "[SLAVE_BUILD]/src/out/Release" | 184 "[CWD]/src/out/Release" |
191 ], | 185 ], |
192 "cwd": "[SLAVE_BUILD]", | |
193 "name": "dartium_test" | 186 "name": "dartium_test" |
194 }, | 187 }, |
195 { | 188 { |
196 "name": "$result", | 189 "name": "$result", |
197 "recipe_result": null, | 190 "recipe_result": null, |
198 "status_code": 0 | 191 "status_code": 0 |
199 } | 192 } |
200 ] | 193 ] |
OLD | NEW |