OLD | NEW |
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.linux", |
9 "--builder", | 9 "--builder", |
10 "Android GN", | 10 "Android GN", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\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.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\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.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['an
droid']", |
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 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Loading... |
92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
98 ] | 97 ] |
99 }, | 98 }, |
100 { | 99 { |
101 "cmd": [], | 100 "cmd": [], |
102 "cwd": "[SLAVE_BUILD]", | |
103 "name": "ensure_goma" | 101 "name": "ensure_goma" |
104 }, | 102 }, |
105 { | 103 { |
106 "cmd": [ | 104 "cmd": [ |
107 "python", | 105 "python", |
108 "-u", | 106 "-u", |
109 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 107 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
110 "--platform", | 108 "--platform", |
111 "linux-amd64", | 109 "linux-amd64", |
112 "--dest-directory", | 110 "--dest-directory", |
113 "[SLAVE_BUILD]/cipd", | 111 "[CWD]/cipd", |
114 "--json-output", | 112 "--json-output", |
115 "/path/to/tmp/json" | 113 "/path/to/tmp/json" |
116 ], | 114 ], |
117 "cwd": "[SLAVE_BUILD]", | |
118 "name": "ensure_goma.install cipd", | 115 "name": "ensure_goma.install cipd", |
119 "~followup_annotations": [ | 116 "~followup_annotations": [ |
120 "@@@STEP_NEST_LEVEL@1@@@", | 117 "@@@STEP_NEST_LEVEL@1@@@", |
121 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 118 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
122 "@@@STEP_LOG_LINE@json.output@{@@@", | 119 "@@@STEP_LOG_LINE@json.output@{@@@", |
123 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 120 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 121 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
125 "@@@STEP_LOG_LINE@json.output@}@@@", | 122 "@@@STEP_LOG_LINE@json.output@}@@@", |
126 "@@@STEP_LOG_END@json.output@@@" | 123 "@@@STEP_LOG_END@json.output@@@" |
127 ] | 124 ] |
128 }, | 125 }, |
129 { | 126 { |
130 "cmd": [ | 127 "cmd": [ |
131 "[SLAVE_BUILD]/cipd/cipd", | 128 "fake_slave_build/cipd", |
132 "ensure", | 129 "ensure", |
133 "--root", | 130 "--root", |
134 "[CACHE]/cipd/goma", | 131 "[ROOT]/b/build/slave/cache/cipd/goma", |
135 "--list", | 132 "--list", |
136 "infra_internal/goma/client/linux-amd64 release", | 133 "infra_internal/goma/client/linux-amd64 release", |
137 "--json-output", | 134 "--json-output", |
138 "/path/to/tmp/json", | 135 "/path/to/tmp/json", |
139 "--service-account-json", | 136 "--service-account-json", |
140 "/creds/service_accounts/service-account-goma-client.json" | 137 "/creds/service_accounts/service-account-goma-client.json" |
141 ], | 138 ], |
142 "cwd": "[SLAVE_BUILD]", | |
143 "name": "ensure_goma.ensure_installed", | 139 "name": "ensure_goma.ensure_installed", |
144 "~followup_annotations": [ | 140 "~followup_annotations": [ |
145 "@@@STEP_NEST_LEVEL@1@@@", | 141 "@@@STEP_NEST_LEVEL@1@@@", |
146 "@@@STEP_LOG_LINE@json.output@{@@@", | 142 "@@@STEP_LOG_LINE@json.output@{@@@", |
147 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 143 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
148 "@@@STEP_LOG_LINE@json.output@ {@@@", | 144 "@@@STEP_LOG_LINE@json.output@ {@@@", |
149 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 145 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
150 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
151 "@@@STEP_LOG_LINE@json.output@ }@@@", | 147 "@@@STEP_LOG_LINE@json.output@ }@@@", |
152 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 148 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
153 "@@@STEP_LOG_LINE@json.output@}@@@", | 149 "@@@STEP_LOG_LINE@json.output@}@@@", |
154 "@@@STEP_LOG_END@json.output@@@" | 150 "@@@STEP_LOG_END@json.output@@@" |
155 ] | 151 ] |
156 }, | 152 }, |
157 { | 153 { |
158 "cmd": [ | 154 "cmd": [ |
159 "python", | 155 "python", |
160 "-u", | 156 "-u", |
161 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 157 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
162 "runhooks" | 158 "runhooks" |
163 ], | 159 ], |
164 "cwd": "[SLAVE_BUILD]", | |
165 "env": { | 160 "env": { |
166 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 161 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
167 "GYP_CHROMIUM_NO_ACTION": "1", | 162 "GYP_CHROMIUM_NO_ACTION": "1", |
168 "GYP_CROSSCOMPILE": "1", | 163 "GYP_CROSSCOMPILE": "1", |
169 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", | 164 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
ROOT]/b/build/slave/cache/cipd/goma' target_arch=arm use_goma=1", |
170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 165 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
171 }, | 166 }, |
172 "name": "gclient runhooks" | 167 "name": "gclient runhooks" |
173 }, | 168 }, |
174 { | 169 { |
175 "cmd": [ | 170 "cmd": [ |
176 "python", | 171 "python", |
177 "-u", | 172 "-u", |
178 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 173 "[CWD]/src/testing/scripts/get_compile_targets.py", |
179 "--output", | 174 "--output", |
180 "/path/to/tmp/json", | 175 "/path/to/tmp/json", |
181 "--", | 176 "--", |
182 "--build-config-fs", | 177 "--build-config-fs", |
183 "Release", | 178 "Release", |
184 "--use-src-side-runtest-py", | 179 "--use-src-side-runtest-py", |
185 "--paths", | 180 "--paths", |
186 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 181 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
187 "--properties", | 182 "--properties", |
188 "{\"buildername\": \"Android GN\", \"buildnumber\": 571, \"mastername\": \
"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"andr
oid\"}" | 183 "{\"buildername\": \"Android GN\", \"buildnumber\": 571, \"mastername\": \
"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"andr
oid\"}" |
189 ], | 184 ], |
190 "cwd": "[SLAVE_BUILD]", | |
191 "name": "get compile targets for scripts", | 185 "name": "get compile targets for scripts", |
192 "~followup_annotations": [ | 186 "~followup_annotations": [ |
193 "@@@STEP_LOG_LINE@json.output@{}@@@", | 187 "@@@STEP_LOG_LINE@json.output@{}@@@", |
194 "@@@STEP_LOG_END@json.output@@@" | 188 "@@@STEP_LOG_END@json.output@@@" |
195 ] | 189 ] |
196 }, | 190 }, |
197 { | 191 { |
198 "cmd": [ | 192 "cmd": [ |
199 "python", | 193 "python", |
200 "-u", | 194 "-u", |
201 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 195 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
202 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 196 "[CWD]/src/testing/buildbot/chromium.linux.json", |
203 "/path/to/tmp/json" | 197 "/path/to/tmp/json" |
204 ], | 198 ], |
205 "cwd": "[SLAVE_BUILD]", | |
206 "name": "read test spec", | 199 "name": "read test spec", |
207 "~followup_annotations": [ | 200 "~followup_annotations": [ |
208 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 201 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.linux.json@@@", |
209 "@@@STEP_LOG_LINE@json.output@{}@@@", | 202 "@@@STEP_LOG_LINE@json.output@{}@@@", |
210 "@@@STEP_LOG_END@json.output@@@" | 203 "@@@STEP_LOG_END@json.output@@@" |
211 ] | 204 ] |
212 }, | 205 }, |
213 { | 206 { |
214 "cmd": [ | 207 "cmd": [ |
215 "python", | 208 "python", |
216 "-u", | 209 "-u", |
217 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 210 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
218 "--show-path", | 211 "--show-path", |
219 "python", | 212 "python", |
220 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 213 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
221 ], | 214 ], |
222 "cwd": "[SLAVE_BUILD]", | |
223 "name": "cleanup_temp" | 215 "name": "cleanup_temp" |
224 }, | 216 }, |
225 { | 217 { |
226 "cmd": [ | 218 "cmd": [ |
227 "python", | 219 "python", |
228 "-u", | 220 "-u", |
229 "\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", | 221 "\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", |
230 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 222 "[CWD]/src/out/Release/debug_info_dumps", |
231 "[SLAVE_BUILD]/src/out/Release/test_logs", | 223 "[CWD]/src/out/Release/test_logs", |
232 "[SLAVE_BUILD]/src/out/build_product.zip", | 224 "[CWD]/src/out/build_product.zip", |
233 "[SLAVE_BUILD]/src" | 225 "[CWD]/src" |
234 ], | 226 ], |
235 "cwd": "[SLAVE_BUILD]", | |
236 "name": "clean local files", | 227 "name": "clean local files", |
237 "~followup_annotations": [ | 228 "~followup_annotations": [ |
238 "@@@STEP_LOG_LINE@python.inline@@@@", | 229 "@@@STEP_LOG_LINE@python.inline@@@@", |
239 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 230 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
240 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 231 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
241 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 232 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
242 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 233 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
243 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 234 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
244 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 235 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
245 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 236 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
246 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 237 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
247 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 238 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
248 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 239 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
249 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 240 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
250 "@@@STEP_LOG_END@python.inline@@@" | 241 "@@@STEP_LOG_END@python.inline@@@" |
251 ] | 242 ] |
252 }, | 243 }, |
253 { | 244 { |
254 "allow_subannotations": false, | 245 "allow_subannotations": false, |
255 "cmd": [ | 246 "cmd": [ |
256 "[SLAVE_BUILD]/src/build/tree_truth.sh", | 247 "[CWD]/src/build/tree_truth.sh", |
257 "[SLAVE_BUILD]/src", | 248 "[CWD]/src", |
258 "src" | 249 "src" |
259 ], | 250 ], |
260 "cwd": "[SLAVE_BUILD]", | |
261 "name": "tree truth steps" | 251 "name": "tree truth steps" |
262 }, | 252 }, |
263 { | 253 { |
264 "cmd": [ | 254 "cmd": [ |
265 "python", | 255 "python", |
266 "-u", | 256 "-u", |
267 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 257 "[CWD]/src/tools/mb/mb.py", |
268 "gen", | 258 "gen", |
269 "-m", | 259 "-m", |
270 "chromium.linux", | 260 "chromium.linux", |
271 "-b", | 261 "-b", |
272 "Android GN", | 262 "Android GN", |
273 "--config-file", | 263 "--config-file", |
274 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 264 "[CWD]/src/tools/mb/mb_config.pyl", |
275 "--goma-dir", | 265 "--goma-dir", |
276 "[CACHE]/cipd/goma", | 266 "[ROOT]/b/build/slave/cache/cipd/goma", |
277 "//out/Release" | 267 "//out/Release" |
278 ], | 268 ], |
279 "cwd": "[SLAVE_BUILD]", | |
280 "name": "generate_build_files" | 269 "name": "generate_build_files" |
281 }, | 270 }, |
282 { | 271 { |
283 "cmd": [ | 272 "cmd": [ |
284 "python", | 273 "python", |
285 "-u", | 274 "-u", |
286 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
287 "--show-path", | 276 "--show-path", |
288 "python", | 277 "python", |
289 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
290 "--gsutil-py-path", | 279 "--gsutil-py-path", |
291 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 280 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
292 "--ninja-path", | 281 "--ninja-path", |
293 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
294 "--target", | 283 "--target", |
295 "Release", | 284 "Release", |
296 "--src-dir", | 285 "--src-dir", |
297 "[SLAVE_BUILD]/src", | 286 "[CWD]/src", |
298 "--goma-cache-dir", | 287 "--goma-cache-dir", |
299 "[GOMA_CACHE]", | 288 "[ROOT]/b/build/slave/goma_cache", |
300 "--build-tool", | 289 "--build-tool", |
301 "ninja", | 290 "ninja", |
302 "--build-data-dir", | 291 "--build-data-dir", |
303 "[ROOT]/build_data_dir", | 292 "[ROOT]/build_data_dir", |
304 "--compiler", | 293 "--compiler", |
305 "goma", | 294 "goma", |
306 "--goma-jsonstatus", | 295 "--goma-jsonstatus", |
307 "/path/to/tmp/json", | 296 "/path/to/tmp/json", |
308 "--goma-service-account-json-file", | 297 "--goma-service-account-json-file", |
309 "/creds/service_accounts/service-account-goma-client.json", | 298 "/creds/service_accounts/service-account-goma-client.json", |
310 "--goma-dir", | 299 "--goma-dir", |
311 "[CACHE]/cipd/goma", | 300 "[ROOT]/b/build/slave/cache/cipd/goma", |
312 "--", | 301 "--", |
313 "android_webview_test_apk", | 302 "android_webview_test_apk", |
314 "breakpad_unittests_deps", | 303 "breakpad_unittests_deps", |
315 "chrome_public_test_apk", | 304 "chrome_public_test_apk", |
316 "chrome_sync_shell_test_apk", | 305 "chrome_sync_shell_test_apk", |
317 "content_shell_test_apk", | 306 "content_shell_test_apk", |
318 "mojo_test_apk", | 307 "mojo_test_apk", |
319 "sandbox_linux_unittests_deps" | 308 "sandbox_linux_unittests_deps" |
320 ], | 309 ], |
321 "cwd": "[SLAVE_BUILD]", | |
322 "env": { | 310 "env": { |
323 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 311 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
324 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 312 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
325 }, | 313 }, |
326 "name": "compile", | 314 "name": "compile", |
327 "~followup_annotations": [ | 315 "~followup_annotations": [ |
328 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 316 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
329 "@@@STEP_LOG_END@json.output (invalid)@@@" | 317 "@@@STEP_LOG_END@json.output (invalid)@@@" |
330 ] | 318 ] |
331 }, | 319 }, |
332 { | 320 { |
333 "cmd": [ | 321 "cmd": [ |
334 "python", | 322 "python", |
335 "-u", | 323 "-u", |
336 "[SLAVE_BUILD]/src/build/symlink.py", | 324 "[CWD]/src/build/symlink.py", |
337 "-f", | 325 "-f", |
338 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 326 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb", |
339 "~/adb" | 327 "~/adb" |
340 ], | 328 ], |
341 "cwd": "[SLAVE_BUILD]", | |
342 "name": "create adb symlink" | 329 "name": "create adb symlink" |
343 }, | 330 }, |
344 { | 331 { |
345 "cmd": [ | 332 "cmd": [ |
346 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 333 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
347 "--", | 334 "--", |
348 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 335 "[CWD]/src/build/android/adb_logcat_monitor.py", |
349 "[SLAVE_BUILD]/src/out/logcat" | 336 "[CWD]/src/out/logcat" |
350 ], | 337 ], |
351 "cwd": "[SLAVE_BUILD]", | |
352 "env": { | 338 "env": { |
353 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 339 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
354 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 340 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
355 }, | 341 }, |
356 "name": "spawn_logcat_monitor" | 342 "name": "spawn_logcat_monitor" |
357 }, | 343 }, |
358 { | 344 { |
359 "cmd": [ | 345 "cmd": [ |
360 "python", | 346 "python", |
361 "-u", | 347 "-u", |
362 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", | 348 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", |
363 "--verbose", | 349 "--verbose", |
364 "--adb-path", | 350 "--adb-path", |
365 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 351 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb" |
366 ], | 352 ], |
367 "cwd": "[SLAVE_BUILD]", | |
368 "env": { | 353 "env": { |
369 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 354 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
370 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 355 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
371 }, | 356 }, |
372 "name": "authorize_adb_devices" | 357 "name": "authorize_adb_devices" |
373 }, | 358 }, |
374 { | 359 { |
375 "cmd": [ | 360 "cmd": [ |
376 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 361 "[CWD]/src/build/android/buildbot/bb_device_status_check.py", |
377 "--json-output", | 362 "--json-output", |
378 "/path/to/tmp/json", | 363 "/path/to/tmp/json", |
379 "--blacklist-file", | 364 "--blacklist-file", |
380 "[SLAVE_BUILD]/src/out/bad_devices.json", | 365 "[CWD]/src/out/bad_devices.json", |
381 "--known-devices-file", | 366 "--known-devices-file", |
382 "[BUILD]/site_config/.known_devices" | 367 "[ROOT]/b/build/site_config/.known_devices" |
383 ], | 368 ], |
384 "cwd": "[SLAVE_BUILD]", | |
385 "env": { | 369 "env": { |
386 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 370 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
387 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 371 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
388 }, | 372 }, |
389 "name": "device_status_check", | 373 "name": "device_status_check", |
390 "~followup_annotations": [ | 374 "~followup_annotations": [ |
391 "@@@STEP_TEXT@Online devices: 1@@@", | 375 "@@@STEP_TEXT@Online devices: 1@@@", |
392 "@@@STEP_LOG_LINE@json.output@[@@@", | 376 "@@@STEP_LOG_LINE@json.output@[@@@", |
393 "@@@STEP_LOG_LINE@json.output@ {@@@", | 377 "@@@STEP_LOG_LINE@json.output@ {@@@", |
394 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 378 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
395 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 379 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
396 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
397 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 381 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
(...skipping 81 matching lines...) Loading... |
479 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 463 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
480 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 464 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
481 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 465 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
482 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 466 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
483 ] | 467 ] |
484 }, | 468 }, |
485 { | 469 { |
486 "cmd": [ | 470 "cmd": [ |
487 "python", | 471 "python", |
488 "-u", | 472 "-u", |
489 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 473 "[CWD]/src/build/android/provision_devices.py", |
490 "-t", | 474 "-t", |
491 "Release", | 475 "Release", |
492 "--blacklist-file", | 476 "--blacklist-file", |
493 "[SLAVE_BUILD]/src/out/bad_devices.json", | 477 "[CWD]/src/out/bad_devices.json", |
494 "--output-device-blacklist", | 478 "--output-device-blacklist", |
495 "/path/to/tmp/json" | 479 "/path/to/tmp/json" |
496 ], | 480 ], |
497 "cwd": "[SLAVE_BUILD]", | |
498 "env": { | 481 "env": { |
499 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 482 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
500 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 483 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
501 }, | 484 }, |
502 "name": "provision_devices" | 485 "name": "provision_devices" |
503 }, | 486 }, |
504 { | 487 { |
505 "cmd": [ | 488 "cmd": [ |
506 "python", | 489 "python", |
507 "-u", | 490 "-u", |
508 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 491 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
509 "--action", | 492 "--action", |
510 "restart", | 493 "restart", |
511 "--pid-file-path", | 494 "--pid-file-path", |
512 "/tmp/device_monitor.pid", | 495 "/tmp/device_monitor.pid", |
513 "--", | 496 "--", |
514 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 497 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
515 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 498 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb", |
516 "[\"07a00ca4\"]", | 499 "[\"07a00ca4\"]", |
517 "chromium.linux", | 500 "chromium.linux", |
518 "Android GN", | 501 "Android GN", |
519 "--blacklist-file", | 502 "--blacklist-file", |
520 "[SLAVE_BUILD]/src/out/bad_devices.json" | 503 "[CWD]/src/out/bad_devices.json" |
521 ], | 504 ], |
522 "cwd": "[SLAVE_BUILD]", | |
523 "name": "spawn_device_monitor" | 505 "name": "spawn_device_monitor" |
524 }, | 506 }, |
525 { | 507 { |
526 "cmd": [ | 508 "cmd": [ |
527 "python", | 509 "python", |
528 "-u", | 510 "-u", |
529 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk", | 511 "[CWD]/src/out/Release/bin/run_android_webview_test_apk", |
530 "--blacklist-file", | 512 "--blacklist-file", |
531 "[SLAVE_BUILD]/src/out/bad_devices.json", | 513 "[CWD]/src/out/bad_devices.json", |
532 "--verbose", | 514 "--verbose", |
533 "--json-results-file", | 515 "--json-results-file", |
534 "/path/to/tmp/json" | 516 "/path/to/tmp/json" |
535 ], | 517 ], |
536 "cwd": "[SLAVE_BUILD]", | |
537 "name": "Instrumentation test AndroidWebViewTest", | 518 "name": "Instrumentation test AndroidWebViewTest", |
538 "~followup_annotations": [ | 519 "~followup_annotations": [ |
539 "step returned non-zero exit code: 1", | 520 "step returned non-zero exit code: 1", |
540 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 521 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
541 "@@@STEP_FAILURE@@@" | 522 "@@@STEP_FAILURE@@@" |
542 ] | 523 ] |
543 }, | 524 }, |
544 { | 525 { |
545 "cmd": [ | 526 "cmd": [ |
546 "python", | 527 "python", |
547 "-u", | 528 "-u", |
548 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 529 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
549 "--input-gtest-json", | 530 "--input-gtest-json", |
550 "/path/to/tmp/json", | 531 "/path/to/tmp/json", |
551 "--master-name", | 532 "--master-name", |
552 "chromium.linux", | 533 "chromium.linux", |
553 "--builder-name", | 534 "--builder-name", |
554 "Android GN", | 535 "Android GN", |
555 "--build-number", | 536 "--build-number", |
556 "571", | 537 "571", |
557 "--test-type", | 538 "--test-type", |
558 "AndroidWebViewTest", | 539 "AndroidWebViewTest", |
559 "--test-results-server", | 540 "--test-results-server", |
560 "test-results.appspot.com", | 541 "test-results.appspot.com", |
561 "--chrome-revision", | 542 "--chrome-revision", |
562 "refs/heads/master@{#170242}" | 543 "refs/heads/master@{#170242}" |
563 ], | 544 ], |
564 "cwd": "[SLAVE_BUILD]", | |
565 "name": "Upload to test-results [AndroidWebViewTest]" | 545 "name": "Upload to test-results [AndroidWebViewTest]" |
566 }, | 546 }, |
567 { | 547 { |
568 "cmd": [ | 548 "cmd": [ |
569 "python", | 549 "python", |
570 "-u", | 550 "-u", |
571 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", | 551 "[CWD]/src/out/Release/bin/run_chrome_public_test_apk", |
572 "--blacklist-file", | 552 "--blacklist-file", |
573 "[SLAVE_BUILD]/src/out/bad_devices.json", | 553 "[CWD]/src/out/bad_devices.json", |
574 "--verbose", | 554 "--verbose", |
575 "--json-results-file", | 555 "--json-results-file", |
576 "/path/to/tmp/json" | 556 "/path/to/tmp/json" |
577 ], | 557 ], |
578 "cwd": "[SLAVE_BUILD]", | |
579 "name": "Instrumentation test ChromePublicTest", | 558 "name": "Instrumentation test ChromePublicTest", |
580 "~followup_annotations": [ | 559 "~followup_annotations": [ |
581 "step returned non-zero exit code: 1", | 560 "step returned non-zero exit code: 1", |
582 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 561 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
583 "@@@STEP_FAILURE@@@" | 562 "@@@STEP_FAILURE@@@" |
584 ] | 563 ] |
585 }, | 564 }, |
586 { | 565 { |
587 "cmd": [ | 566 "cmd": [ |
588 "python", | 567 "python", |
589 "-u", | 568 "-u", |
590 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 569 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
591 "--input-gtest-json", | 570 "--input-gtest-json", |
592 "/path/to/tmp/json", | 571 "/path/to/tmp/json", |
593 "--master-name", | 572 "--master-name", |
594 "chromium.linux", | 573 "chromium.linux", |
595 "--builder-name", | 574 "--builder-name", |
596 "Android GN", | 575 "Android GN", |
597 "--build-number", | 576 "--build-number", |
598 "571", | 577 "571", |
599 "--test-type", | 578 "--test-type", |
600 "ChromePublicTest", | 579 "ChromePublicTest", |
601 "--test-results-server", | 580 "--test-results-server", |
602 "test-results.appspot.com", | 581 "test-results.appspot.com", |
603 "--chrome-revision", | 582 "--chrome-revision", |
604 "refs/heads/master@{#170242}" | 583 "refs/heads/master@{#170242}" |
605 ], | 584 ], |
606 "cwd": "[SLAVE_BUILD]", | |
607 "name": "Upload to test-results [ChromePublicTest]" | 585 "name": "Upload to test-results [ChromePublicTest]" |
608 }, | 586 }, |
609 { | 587 { |
610 "cmd": [ | 588 "cmd": [ |
611 "python", | 589 "python", |
612 "-u", | 590 "-u", |
613 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk", | 591 "[CWD]/src/out/Release/bin/run_chrome_sync_shell_test_apk", |
614 "--blacklist-file", | 592 "--blacklist-file", |
615 "[SLAVE_BUILD]/src/out/bad_devices.json", | 593 "[CWD]/src/out/bad_devices.json", |
616 "--verbose", | 594 "--verbose", |
617 "--json-results-file", | 595 "--json-results-file", |
618 "/path/to/tmp/json" | 596 "/path/to/tmp/json" |
619 ], | 597 ], |
620 "cwd": "[SLAVE_BUILD]", | |
621 "name": "Instrumentation test ChromeSyncShellTest", | 598 "name": "Instrumentation test ChromeSyncShellTest", |
622 "~followup_annotations": [ | 599 "~followup_annotations": [ |
623 "step returned non-zero exit code: 1", | 600 "step returned non-zero exit code: 1", |
624 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 601 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
625 "@@@STEP_FAILURE@@@" | 602 "@@@STEP_FAILURE@@@" |
626 ] | 603 ] |
627 }, | 604 }, |
628 { | 605 { |
629 "cmd": [ | 606 "cmd": [ |
630 "python", | 607 "python", |
631 "-u", | 608 "-u", |
632 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 609 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
633 "--input-gtest-json", | 610 "--input-gtest-json", |
634 "/path/to/tmp/json", | 611 "/path/to/tmp/json", |
635 "--master-name", | 612 "--master-name", |
636 "chromium.linux", | 613 "chromium.linux", |
637 "--builder-name", | 614 "--builder-name", |
638 "Android GN", | 615 "Android GN", |
639 "--build-number", | 616 "--build-number", |
640 "571", | 617 "571", |
641 "--test-type", | 618 "--test-type", |
642 "ChromeSyncShellTest", | 619 "ChromeSyncShellTest", |
643 "--test-results-server", | 620 "--test-results-server", |
644 "test-results.appspot.com", | 621 "test-results.appspot.com", |
645 "--chrome-revision", | 622 "--chrome-revision", |
646 "refs/heads/master@{#170242}" | 623 "refs/heads/master@{#170242}" |
647 ], | 624 ], |
648 "cwd": "[SLAVE_BUILD]", | |
649 "name": "Upload to test-results [ChromeSyncShellTest]" | 625 "name": "Upload to test-results [ChromeSyncShellTest]" |
650 }, | 626 }, |
651 { | 627 { |
652 "cmd": [ | 628 "cmd": [ |
653 "python", | 629 "python", |
654 "-u", | 630 "-u", |
655 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk", | 631 "[CWD]/src/out/Release/bin/run_content_shell_test_apk", |
656 "--blacklist-file", | 632 "--blacklist-file", |
657 "[SLAVE_BUILD]/src/out/bad_devices.json", | 633 "[CWD]/src/out/bad_devices.json", |
658 "--verbose", | 634 "--verbose", |
659 "--json-results-file", | 635 "--json-results-file", |
660 "/path/to/tmp/json" | 636 "/path/to/tmp/json" |
661 ], | 637 ], |
662 "cwd": "[SLAVE_BUILD]", | |
663 "name": "Instrumentation test ContentShellTest", | 638 "name": "Instrumentation test ContentShellTest", |
664 "~followup_annotations": [ | 639 "~followup_annotations": [ |
665 "step returned non-zero exit code: 1", | 640 "step returned non-zero exit code: 1", |
666 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 641 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
667 "@@@STEP_FAILURE@@@" | 642 "@@@STEP_FAILURE@@@" |
668 ] | 643 ] |
669 }, | 644 }, |
670 { | 645 { |
671 "cmd": [ | 646 "cmd": [ |
672 "python", | 647 "python", |
673 "-u", | 648 "-u", |
674 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 649 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
675 "--input-gtest-json", | 650 "--input-gtest-json", |
676 "/path/to/tmp/json", | 651 "/path/to/tmp/json", |
677 "--master-name", | 652 "--master-name", |
678 "chromium.linux", | 653 "chromium.linux", |
679 "--builder-name", | 654 "--builder-name", |
680 "Android GN", | 655 "Android GN", |
681 "--build-number", | 656 "--build-number", |
682 "571", | 657 "571", |
683 "--test-type", | 658 "--test-type", |
684 "ContentShellTest", | 659 "ContentShellTest", |
685 "--test-results-server", | 660 "--test-results-server", |
686 "test-results.appspot.com", | 661 "test-results.appspot.com", |
687 "--chrome-revision", | 662 "--chrome-revision", |
688 "refs/heads/master@{#170242}" | 663 "refs/heads/master@{#170242}" |
689 ], | 664 ], |
690 "cwd": "[SLAVE_BUILD]", | |
691 "name": "Upload to test-results [ContentShellTest]" | 665 "name": "Upload to test-results [ContentShellTest]" |
692 }, | 666 }, |
693 { | 667 { |
694 "cmd": [ | 668 "cmd": [ |
695 "python", | 669 "python", |
696 "-u", | 670 "-u", |
697 "[SLAVE_BUILD]/src/out/Release/bin/run_mojo_test_apk", | 671 "[CWD]/src/out/Release/bin/run_mojo_test_apk", |
698 "--blacklist-file", | 672 "--blacklist-file", |
699 "[SLAVE_BUILD]/src/out/bad_devices.json", | 673 "[CWD]/src/out/bad_devices.json", |
700 "--verbose", | 674 "--verbose", |
701 "--json-results-file", | 675 "--json-results-file", |
702 "/path/to/tmp/json" | 676 "/path/to/tmp/json" |
703 ], | 677 ], |
704 "cwd": "[SLAVE_BUILD]", | |
705 "name": "Instrumentation test MojoTest", | 678 "name": "Instrumentation test MojoTest", |
706 "~followup_annotations": [ | 679 "~followup_annotations": [ |
707 "step returned non-zero exit code: 1", | 680 "step returned non-zero exit code: 1", |
708 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 681 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
709 "@@@STEP_FAILURE@@@" | 682 "@@@STEP_FAILURE@@@" |
710 ] | 683 ] |
711 }, | 684 }, |
712 { | 685 { |
713 "cmd": [ | 686 "cmd": [ |
714 "python", | 687 "python", |
715 "-u", | 688 "-u", |
716 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 689 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
717 "--input-gtest-json", | 690 "--input-gtest-json", |
718 "/path/to/tmp/json", | 691 "/path/to/tmp/json", |
719 "--master-name", | 692 "--master-name", |
720 "chromium.linux", | 693 "chromium.linux", |
721 "--builder-name", | 694 "--builder-name", |
722 "Android GN", | 695 "Android GN", |
723 "--build-number", | 696 "--build-number", |
724 "571", | 697 "571", |
725 "--test-type", | 698 "--test-type", |
726 "MojoTest", | 699 "MojoTest", |
727 "--test-results-server", | 700 "--test-results-server", |
728 "test-results.appspot.com", | 701 "test-results.appspot.com", |
729 "--chrome-revision", | 702 "--chrome-revision", |
730 "refs/heads/master@{#170242}" | 703 "refs/heads/master@{#170242}" |
731 ], | 704 ], |
732 "cwd": "[SLAVE_BUILD]", | |
733 "name": "Upload to test-results [MojoTest]" | 705 "name": "Upload to test-results [MojoTest]" |
734 }, | 706 }, |
735 { | 707 { |
736 "cmd": [ | 708 "cmd": [ |
737 "python", | 709 "python", |
738 "-u", | 710 "-u", |
739 "[SLAVE_BUILD]/src/out/Release/bin/run_breakpad_unittests", | 711 "[CWD]/src/out/Release/bin/run_breakpad_unittests", |
740 "--blacklist-file", | 712 "--blacklist-file", |
741 "[SLAVE_BUILD]/src/out/bad_devices.json", | 713 "[CWD]/src/out/bad_devices.json", |
742 "--verbose", | 714 "--verbose", |
743 "--flakiness-dashboard-server=test-results.appspot.com", | 715 "--flakiness-dashboard-server=test-results.appspot.com", |
744 "--json-results-file", | 716 "--json-results-file", |
745 "/path/to/tmp/json" | 717 "/path/to/tmp/json" |
746 ], | 718 ], |
747 "cwd": "[SLAVE_BUILD]", | |
748 "env": { | 719 "env": { |
749 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 720 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
750 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 721 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
751 }, | 722 }, |
752 "name": "breakpad_unittests" | 723 "name": "breakpad_unittests" |
753 }, | 724 }, |
754 { | 725 { |
755 "cmd": [ | 726 "cmd": [ |
756 "python", | 727 "python", |
757 "-u", | 728 "-u", |
758 "[SLAVE_BUILD]/src/out/Release/bin/run_sandbox_linux_unittests", | 729 "[CWD]/src/out/Release/bin/run_sandbox_linux_unittests", |
759 "--blacklist-file", | 730 "--blacklist-file", |
760 "[SLAVE_BUILD]/src/out/bad_devices.json", | 731 "[CWD]/src/out/bad_devices.json", |
761 "--verbose", | 732 "--verbose", |
762 "--flakiness-dashboard-server=test-results.appspot.com", | 733 "--flakiness-dashboard-server=test-results.appspot.com", |
763 "--json-results-file", | 734 "--json-results-file", |
764 "/path/to/tmp/json" | 735 "/path/to/tmp/json" |
765 ], | 736 ], |
766 "cwd": "[SLAVE_BUILD]", | |
767 "env": { | 737 "env": { |
768 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 738 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
769 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 739 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
770 }, | 740 }, |
771 "name": "sandbox_linux_unittests" | 741 "name": "sandbox_linux_unittests" |
772 }, | 742 }, |
773 { | 743 { |
774 "cmd": [ | 744 "cmd": [ |
775 "python", | 745 "python", |
776 "-u", | 746 "-u", |
777 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 747 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
778 "--action", | 748 "--action", |
779 "stop", | 749 "stop", |
780 "--pid-file-path", | 750 "--pid-file-path", |
781 "/tmp/device_monitor.pid" | 751 "/tmp/device_monitor.pid" |
782 ], | 752 ], |
783 "cwd": "[SLAVE_BUILD]", | |
784 "name": "shutdown_device_monitor" | 753 "name": "shutdown_device_monitor" |
785 }, | 754 }, |
786 { | 755 { |
787 "cmd": [ | 756 "cmd": [ |
788 "python", | 757 "python", |
789 "-u", | 758 "-u", |
790 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 759 "[CWD]/src/build/android/adb_logcat_printer.py", |
791 "--output-path", | 760 "--output-path", |
792 "[SLAVE_BUILD]/src/out/Release/full_log", | 761 "[CWD]/src/out/Release/full_log", |
793 "[SLAVE_BUILD]/src/out/logcat" | 762 "[CWD]/src/out/logcat" |
794 ], | 763 ], |
795 "cwd": "[SLAVE_BUILD]", | |
796 "name": "logcat_dump" | 764 "name": "logcat_dump" |
797 }, | 765 }, |
798 { | 766 { |
799 "cmd": [ | 767 "cmd": [ |
800 "python", | 768 "python", |
801 "-u", | 769 "-u", |
802 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 770 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
803 "--", | 771 "--", |
804 "[DEPOT_TOOLS]/gsutil.py", | 772 "[ROOT]/b/depot_tools/gsutil.py", |
805 "--force-version", | 773 "--force-version", |
806 "4.7", | 774 "4.7", |
807 "-o", | 775 "-o", |
808 "GSUtil:parallel_composite_upload_threshold=50M", | 776 "GSUtil:parallel_composite_upload_threshold=50M", |
809 "----", | 777 "----", |
810 "cp", | 778 "cp", |
811 "[SLAVE_BUILD]/src/out/Release/full_log", | 779 "[CWD]/src/out/Release/full_log", |
812 "gs://chromium-android/logcat_dumps/Android GN/571" | 780 "gs://chromium-android/logcat_dumps/Android GN/571" |
813 ], | 781 ], |
814 "cwd": "[SLAVE_BUILD]", | |
815 "name": "gsutil upload", | 782 "name": "gsutil upload", |
816 "~followup_annotations": [ | 783 "~followup_annotations": [ |
817 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android GN/571@@@" | 784 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android GN/571@@@" |
818 ] | 785 ] |
819 }, | 786 }, |
820 { | 787 { |
821 "cmd": [ | 788 "cmd": [ |
822 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 789 "[CWD]/src/third_party/android_platform/development/scripts/stack", |
823 "--arch", | 790 "--arch", |
824 "arm", | 791 "arm", |
825 "--more-info", | 792 "--more-info", |
826 "[SLAVE_BUILD]/src/out/Release/full_log" | 793 "[CWD]/src/out/Release/full_log" |
827 ], | 794 ], |
828 "cwd": "[SLAVE_BUILD]", | |
829 "env": { | 795 "env": { |
830 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 796 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
831 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 797 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
832 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 798 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
833 }, | 799 }, |
834 "name": "stack_tool_with_logcat_dump" | 800 "name": "stack_tool_with_logcat_dump" |
835 }, | 801 }, |
836 { | 802 { |
837 "cmd": [ | 803 "cmd": [ |
838 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 804 "[CWD]/src/build/android/tombstones.py", |
839 "-a", | 805 "-a", |
840 "-s", | 806 "-s", |
841 "-w" | 807 "-w" |
842 ], | 808 ], |
843 "cwd": "[SLAVE_BUILD]", | |
844 "env": { | 809 "env": { |
845 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 810 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
846 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 811 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
847 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 812 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
848 }, | 813 }, |
849 "name": "stack_tool_for_tombstones" | 814 "name": "stack_tool_for_tombstones" |
850 }, | 815 }, |
851 { | 816 { |
852 "cmd": [ | 817 "cmd": [ |
853 "python", | 818 "python", |
854 "-u", | 819 "-u", |
855 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope
n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re
port)\n", | 820 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope
n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re
port)\n", |
856 "[SLAVE_BUILD]/src/out/Release/test_logs/*.log" | 821 "[CWD]/src/out/Release/test_logs/*.log" |
857 ], | 822 ], |
858 "cwd": "[SLAVE_BUILD]", | |
859 "name": "test_report", | 823 "name": "test_report", |
860 "~followup_annotations": [ | 824 "~followup_annotations": [ |
861 "@@@STEP_LOG_LINE@python.inline@@@@", | 825 "@@@STEP_LOG_LINE@python.inline@@@@", |
862 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 826 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
863 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 827 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
864 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 828 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
865 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 829 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
866 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 830 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
867 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 831 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
868 "@@@STEP_LOG_END@python.inline@@@" | 832 "@@@STEP_LOG_END@python.inline@@@" |
869 ] | 833 ] |
870 }, | 834 }, |
871 { | 835 { |
872 "name": "$result", | 836 "name": "$result", |
873 "reason": "5 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Chrom
eSyncShellTest', 'ContentShellTest', 'MojoTest']", | 837 "reason": "5 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Chrom
eSyncShellTest', 'ContentShellTest', 'MojoTest']", |
874 "status_code": 1 | 838 "status_code": 1 |
875 } | 839 } |
876 ] | 840 ] |
OLD | NEW |