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.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Android Cloud Tests", | 10 "Android Cloud Tests", |
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...) Expand 10 before | Expand all | Expand 10 after 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=ia32 use_goma=1", | 164 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
ROOT]/b/build/slave/cache/cipd/goma' target_arch=ia32 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 "--paths", | 179 "--paths", |
185 "{\"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\"}", | 180 "{\"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 "--properties", | 181 "--properties", |
187 "{\"buildername\": \"Android Cloud Tests\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"android\"}" | 182 "{\"buildername\": \"Android Cloud Tests\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"android\"}" |
188 ], | 183 ], |
189 "cwd": "[SLAVE_BUILD]", | |
190 "name": "get compile targets for scripts", | 184 "name": "get compile targets for scripts", |
191 "~followup_annotations": [ | 185 "~followup_annotations": [ |
192 "@@@STEP_LOG_LINE@json.output@{}@@@", | 186 "@@@STEP_LOG_LINE@json.output@{}@@@", |
193 "@@@STEP_LOG_END@json.output@@@" | 187 "@@@STEP_LOG_END@json.output@@@" |
194 ] | 188 ] |
195 }, | 189 }, |
196 { | 190 { |
197 "cmd": [ | 191 "cmd": [ |
198 "python", | 192 "python", |
199 "-u", | 193 "-u", |
200 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 194 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
201 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 195 "[CWD]/src/testing/buildbot/chromium.fyi.json", |
202 "/path/to/tmp/json" | 196 "/path/to/tmp/json" |
203 ], | 197 ], |
204 "cwd": "[SLAVE_BUILD]", | |
205 "name": "read test spec", | 198 "name": "read test spec", |
206 "~followup_annotations": [ | 199 "~followup_annotations": [ |
207 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 200 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.fyi.json@@@", |
208 "@@@STEP_LOG_LINE@json.output@{@@@", | 201 "@@@STEP_LOG_LINE@json.output@{@@@", |
209 "@@@STEP_LOG_LINE@json.output@ \"Android Cloud Tests\": {@@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"Android Cloud Tests\": {@@@", |
210 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
211 "@@@STEP_LOG_LINE@json.output@ {@@@", | 204 "@@@STEP_LOG_LINE@json.output@ {@@@", |
212 "@@@STEP_LOG_LINE@json.output@ \"args\": [@@@", | 205 "@@@STEP_LOG_LINE@json.output@ \"args\": [@@@", |
213 "@@@STEP_LOG_LINE@json.output@ \"--isolate-file-path=src/base/bas
e_unittests.isolate\"@@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"--isolate-file-path=src/base/bas
e_unittests.isolate\"@@@", |
214 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 207 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
215 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", | 208 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", |
216 "@@@STEP_LOG_LINE@json.output@ }@@@", | 209 "@@@STEP_LOG_LINE@json.output@ }@@@", |
217 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 210 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
218 "@@@STEP_LOG_LINE@json.output@ }@@@", | 211 "@@@STEP_LOG_LINE@json.output@ }@@@", |
219 "@@@STEP_LOG_LINE@json.output@}@@@", | 212 "@@@STEP_LOG_LINE@json.output@}@@@", |
220 "@@@STEP_LOG_END@json.output@@@" | 213 "@@@STEP_LOG_END@json.output@@@" |
221 ] | 214 ] |
222 }, | 215 }, |
223 { | 216 { |
224 "cmd": [ | 217 "cmd": [ |
225 "python", | 218 "python", |
226 "-u", | 219 "-u", |
227 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 220 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
228 "--show-path", | 221 "--show-path", |
229 "python", | 222 "python", |
230 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 223 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
231 ], | 224 ], |
232 "cwd": "[SLAVE_BUILD]", | |
233 "name": "cleanup_temp" | 225 "name": "cleanup_temp" |
234 }, | 226 }, |
235 { | 227 { |
236 "cmd": [ | 228 "cmd": [ |
237 "python", | 229 "python", |
238 "-u", | 230 "-u", |
239 "\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", | 231 "\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", |
240 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 232 "[CWD]/src/out/Release/debug_info_dumps", |
241 "[SLAVE_BUILD]/src/out/Release/test_logs", | 233 "[CWD]/src/out/Release/test_logs", |
242 "[SLAVE_BUILD]/src/out/build_product.zip", | 234 "[CWD]/src/out/build_product.zip", |
243 "[SLAVE_BUILD]/src" | 235 "[CWD]/src" |
244 ], | 236 ], |
245 "cwd": "[SLAVE_BUILD]", | |
246 "name": "clean local files", | 237 "name": "clean local files", |
247 "~followup_annotations": [ | 238 "~followup_annotations": [ |
248 "@@@STEP_LOG_LINE@python.inline@@@@", | 239 "@@@STEP_LOG_LINE@python.inline@@@@", |
249 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 240 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
250 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 241 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
251 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 242 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
252 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 243 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
253 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 244 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
254 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 245 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
255 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 246 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
256 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 247 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
257 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 248 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
258 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 249 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
259 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 250 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
260 "@@@STEP_LOG_END@python.inline@@@" | 251 "@@@STEP_LOG_END@python.inline@@@" |
261 ] | 252 ] |
262 }, | 253 }, |
263 { | 254 { |
264 "allow_subannotations": false, | 255 "allow_subannotations": false, |
265 "cmd": [ | 256 "cmd": [ |
266 "[SLAVE_BUILD]/src/build/tree_truth.sh", | 257 "[CWD]/src/build/tree_truth.sh", |
267 "[SLAVE_BUILD]/src", | 258 "[CWD]/src", |
268 "src" | 259 "src" |
269 ], | 260 ], |
270 "cwd": "[SLAVE_BUILD]", | |
271 "name": "tree truth steps" | 261 "name": "tree truth steps" |
272 }, | 262 }, |
273 { | 263 { |
274 "cmd": [ | 264 "cmd": [ |
275 "python", | 265 "python", |
276 "-u", | 266 "-u", |
277 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 267 "[CWD]/src/tools/mb/mb.py", |
278 "gen", | 268 "gen", |
279 "-m", | 269 "-m", |
280 "chromium.fyi", | 270 "chromium.fyi", |
281 "-b", | 271 "-b", |
282 "Android Cloud Tests", | 272 "Android Cloud Tests", |
283 "--config-file", | 273 "--config-file", |
284 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 274 "[CWD]/src/tools/mb/mb_config.pyl", |
285 "--goma-dir", | 275 "--goma-dir", |
286 "[CACHE]/cipd/goma", | 276 "[ROOT]/b/build/slave/cache/cipd/goma", |
287 "//out/Release" | 277 "//out/Release" |
288 ], | 278 ], |
289 "cwd": "[SLAVE_BUILD]", | |
290 "name": "generate_build_files" | 279 "name": "generate_build_files" |
291 }, | 280 }, |
292 { | 281 { |
293 "cmd": [ | 282 "cmd": [ |
294 "python", | 283 "python", |
295 "-u", | 284 "-u", |
296 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 285 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
297 "--show-path", | 286 "--show-path", |
298 "python", | 287 "python", |
299 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 288 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
300 "--gsutil-py-path", | 289 "--gsutil-py-path", |
301 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 290 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
302 "--ninja-path", | 291 "--ninja-path", |
303 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 292 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
304 "--target", | 293 "--target", |
305 "Release", | 294 "Release", |
306 "--src-dir", | 295 "--src-dir", |
307 "[SLAVE_BUILD]/src", | 296 "[CWD]/src", |
308 "--goma-cache-dir", | 297 "--goma-cache-dir", |
309 "[GOMA_CACHE]", | 298 "[ROOT]/b/build/slave/goma_cache", |
310 "--build-tool", | 299 "--build-tool", |
311 "ninja", | 300 "ninja", |
312 "--compiler", | 301 "--compiler", |
313 "goma", | 302 "goma", |
314 "--goma-jsonstatus", | 303 "--goma-jsonstatus", |
315 "/path/to/tmp/json", | 304 "/path/to/tmp/json", |
316 "--goma-service-account-json-file", | 305 "--goma-service-account-json-file", |
317 "/creds/service_accounts/service-account-goma-client.json", | 306 "/creds/service_accounts/service-account-goma-client.json", |
318 "--goma-dir", | 307 "--goma-dir", |
319 "[CACHE]/cipd/goma", | 308 "[ROOT]/b/build/slave/cache/cipd/goma", |
320 "--", | 309 "--", |
321 "base_unittests_apk" | 310 "base_unittests_apk" |
322 ], | 311 ], |
323 "cwd": "[SLAVE_BUILD]", | |
324 "env": { | 312 "env": { |
325 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
326 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 314 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
327 }, | 315 }, |
328 "name": "compile", | 316 "name": "compile", |
329 "~followup_annotations": [ | 317 "~followup_annotations": [ |
330 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 318 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
331 "@@@STEP_LOG_END@json.output (invalid)@@@" | 319 "@@@STEP_LOG_END@json.output (invalid)@@@" |
332 ] | 320 ] |
333 }, | 321 }, |
334 { | 322 { |
335 "cmd": [ | 323 "cmd": [ |
336 "python", | 324 "python", |
337 "-u", | 325 "-u", |
338 "[SLAVE_BUILD]/src/build/symlink.py", | 326 "[CWD]/src/build/symlink.py", |
339 "-f", | 327 "-f", |
340 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 328 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb", |
341 "~/adb" | 329 "~/adb" |
342 ], | 330 ], |
343 "cwd": "[SLAVE_BUILD]", | |
344 "name": "create adb symlink" | 331 "name": "create adb symlink" |
345 }, | 332 }, |
346 { | 333 { |
347 "cmd": [ | 334 "cmd": [ |
348 "python", | 335 "python", |
349 "-u", | 336 "-u", |
350 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py", | 337 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py", |
351 "TestSlavename", | 338 "TestSlavename", |
352 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 339 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb", |
353 "--n", | 340 "--n", |
354 "6", | 341 "6", |
355 "launch", | 342 "launch", |
356 "--snapshot", | 343 "--snapshot", |
357 "clean-22-l-phone-snapshot" | 344 "clean-22-l-phone-snapshot" |
358 ], | 345 ], |
359 "cwd": "[SLAVE_BUILD]", | |
360 "name": "launch_instances" | 346 "name": "launch_instances" |
361 }, | 347 }, |
362 { | 348 { |
363 "cmd": [ | 349 "cmd": [ |
364 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 350 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
365 "--", | 351 "--", |
366 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 352 "[CWD]/src/build/android/adb_logcat_monitor.py", |
367 "[SLAVE_BUILD]/src/out/logcat" | 353 "[CWD]/src/out/logcat" |
368 ], | 354 ], |
369 "cwd": "[SLAVE_BUILD]", | |
370 "env": { | 355 "env": { |
371 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 356 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
372 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 357 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
373 }, | 358 }, |
374 "name": "spawn_logcat_monitor" | 359 "name": "spawn_logcat_monitor" |
375 }, | 360 }, |
376 { | 361 { |
377 "cmd": [ | 362 "cmd": [ |
378 "python", | 363 "python", |
379 "-u", | 364 "-u", |
380 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 365 "[CWD]/src/build/android/provision_devices.py", |
381 "-t", | 366 "-t", |
382 "Release", | 367 "Release", |
383 "--blacklist-file", | 368 "--blacklist-file", |
384 "[SLAVE_BUILD]/src/out/bad_devices.json", | 369 "[CWD]/src/out/bad_devices.json", |
385 "--output-device-blacklist", | 370 "--output-device-blacklist", |
386 "/path/to/tmp/json", | 371 "/path/to/tmp/json", |
387 "--emulators" | 372 "--emulators" |
388 ], | 373 ], |
389 "cwd": "[SLAVE_BUILD]", | |
390 "env": { | 374 "env": { |
391 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
392 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 376 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
393 }, | 377 }, |
394 "name": "provision_devices" | 378 "name": "provision_devices" |
395 }, | 379 }, |
396 { | 380 { |
397 "cmd": [ | 381 "cmd": [ |
398 "python", | 382 "python", |
399 "-u", | 383 "-u", |
400 "[SLAVE_BUILD]/src/out/Release/bin/run_base_unittests", | 384 "[CWD]/src/out/Release/bin/run_base_unittests", |
401 "--isolate-file-path=src/base/base_unittests.isolate", | 385 "--isolate-file-path=src/base/base_unittests.isolate", |
402 "--blacklist-file", | 386 "--blacklist-file", |
403 "[SLAVE_BUILD]/src/out/bad_devices.json", | 387 "[CWD]/src/out/bad_devices.json", |
404 "--verbose", | 388 "--verbose", |
405 "--flakiness-dashboard-server=test-results.appspot.com", | 389 "--flakiness-dashboard-server=test-results.appspot.com", |
406 "--json-results-file", | 390 "--json-results-file", |
407 "/path/to/tmp/json" | 391 "/path/to/tmp/json" |
408 ], | 392 ], |
409 "cwd": "[SLAVE_BUILD]", | |
410 "env": { | 393 "env": { |
411 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 394 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
412 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 395 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
413 }, | 396 }, |
414 "name": "base_unittests" | 397 "name": "base_unittests" |
415 }, | 398 }, |
416 { | 399 { |
417 "cmd": [ | 400 "cmd": [ |
418 "python", | 401 "python", |
419 "-u", | 402 "-u", |
420 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 403 "[CWD]/src/build/android/adb_logcat_printer.py", |
421 "--output-path", | 404 "--output-path", |
422 "[SLAVE_BUILD]/src/out/Release/full_log", | 405 "[CWD]/src/out/Release/full_log", |
423 "[SLAVE_BUILD]/src/out/logcat" | 406 "[CWD]/src/out/logcat" |
424 ], | 407 ], |
425 "cwd": "[SLAVE_BUILD]", | |
426 "name": "logcat_dump" | 408 "name": "logcat_dump" |
427 }, | 409 }, |
428 { | 410 { |
429 "cmd": [ | 411 "cmd": [ |
430 "python", | 412 "python", |
431 "-u", | 413 "-u", |
432 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 414 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
433 "--", | 415 "--", |
434 "[DEPOT_TOOLS]/gsutil.py", | 416 "[ROOT]/b/depot_tools/gsutil.py", |
435 "--force-version", | 417 "--force-version", |
436 "4.7", | 418 "4.7", |
437 "-o", | 419 "-o", |
438 "GSUtil:parallel_composite_upload_threshold=50M", | 420 "GSUtil:parallel_composite_upload_threshold=50M", |
439 "----", | 421 "----", |
440 "cp", | 422 "cp", |
441 "[SLAVE_BUILD]/src/out/Release/full_log", | 423 "[CWD]/src/out/Release/full_log", |
442 "gs://chromium-android/logcat_dumps/Android Cloud Tests/571" | 424 "gs://chromium-android/logcat_dumps/Android Cloud Tests/571" |
443 ], | 425 ], |
444 "cwd": "[SLAVE_BUILD]", | |
445 "name": "gsutil upload", | 426 "name": "gsutil upload", |
446 "~followup_annotations": [ | 427 "~followup_annotations": [ |
447 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android Cloud Tests/571@@@" | 428 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android Cloud Tests/571@@@" |
448 ] | 429 ] |
449 }, | 430 }, |
450 { | 431 { |
451 "cmd": [ | 432 "cmd": [ |
452 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 433 "[CWD]/src/third_party/android_platform/development/scripts/stack", |
453 "--arch", | 434 "--arch", |
454 "x86", | 435 "x86", |
455 "--more-info", | 436 "--more-info", |
456 "[SLAVE_BUILD]/src/out/Release/full_log" | 437 "[CWD]/src/out/Release/full_log" |
457 ], | 438 ], |
458 "cwd": "[SLAVE_BUILD]", | |
459 "env": { | 439 "env": { |
460 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 440 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
461 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 441 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
462 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 442 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
463 }, | 443 }, |
464 "name": "stack_tool_with_logcat_dump" | 444 "name": "stack_tool_with_logcat_dump" |
465 }, | 445 }, |
466 { | 446 { |
467 "cmd": [ | 447 "cmd": [ |
468 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 448 "[CWD]/src/build/android/tombstones.py", |
469 "-a", | 449 "-a", |
470 "-s", | 450 "-s", |
471 "-w" | 451 "-w" |
472 ], | 452 ], |
473 "cwd": "[SLAVE_BUILD]", | |
474 "env": { | 453 "env": { |
475 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 454 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
476 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 455 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
477 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 456 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
478 }, | 457 }, |
479 "name": "stack_tool_for_tombstones" | 458 "name": "stack_tool_for_tombstones" |
480 }, | 459 }, |
481 { | 460 { |
482 "cmd": [ | 461 "cmd": [ |
483 "python", | 462 "python", |
484 "-u", | 463 "-u", |
485 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py", | 464 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py", |
486 "TestSlavename", | 465 "TestSlavename", |
487 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 466 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb", |
488 "--n", | 467 "--n", |
489 "6", | 468 "6", |
490 "shutdown" | 469 "shutdown" |
491 ], | 470 ], |
492 "cwd": "[SLAVE_BUILD]", | |
493 "name": "shutdown_instances" | 471 "name": "shutdown_instances" |
494 }, | 472 }, |
495 { | 473 { |
496 "cmd": [ | 474 "cmd": [ |
497 "python", | 475 "python", |
498 "-u", | 476 "-u", |
499 "\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", | 477 "\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", |
500 "[SLAVE_BUILD]/src/out/Release/test_logs/*.log" | 478 "[CWD]/src/out/Release/test_logs/*.log" |
501 ], | 479 ], |
502 "cwd": "[SLAVE_BUILD]", | |
503 "name": "test_report", | 480 "name": "test_report", |
504 "~followup_annotations": [ | 481 "~followup_annotations": [ |
505 "@@@STEP_LOG_LINE@python.inline@@@@", | 482 "@@@STEP_LOG_LINE@python.inline@@@@", |
506 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 483 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
507 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 484 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
508 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 485 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
509 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 486 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
510 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 487 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
511 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 488 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
512 "@@@STEP_LOG_END@python.inline@@@" | 489 "@@@STEP_LOG_END@python.inline@@@" |
513 ] | 490 ] |
514 }, | 491 }, |
515 { | 492 { |
516 "name": "$result", | 493 "name": "$result", |
517 "recipe_result": null, | 494 "recipe_result": null, |
518 "status_code": 0 | 495 "status_code": 0 |
519 } | 496 } |
520 ] | 497 ] |
OLD | NEW |