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