OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[CWD]" | 7 "[SLAVE_BUILD]" |
8 ], | 8 ], |
| 9 "cwd": "[SLAVE_BUILD]", |
9 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
10 "~followup_annotations": [ | 11 "~followup_annotations": [ |
11 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
12 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
13 "@@@STEP_LOG_LINE@python.inline@@@@", | 14 "@@@STEP_LOG_LINE@python.inline@@@@", |
14 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
15 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", |
16 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", |
17 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", |
18 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", | 19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", |
19 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", |
20 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", | 21 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", |
21 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", | 22 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", |
22 "@@@STEP_LOG_END@python.inline@@@" | 23 "@@@STEP_LOG_END@python.inline@@@" |
23 ] | 24 ] |
24 }, | 25 }, |
25 { | 26 { |
26 "cmd": [ | 27 "cmd": [ |
27 "python", | 28 "python", |
28 "-u", | 29 "-u", |
29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 30 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
30 "--master", | 31 "--master", |
31 "chromium.testing.master", | 32 "chromium.testing.master", |
32 "--builder", | 33 "--builder", |
33 "Android Cronet MIPS Builder", | 34 "Android Cronet MIPS Builder", |
34 "--slave", | 35 "--slave", |
35 "TestSlavename", | 36 "TestSlavename", |
36 "--spec", | 37 "--spec", |
37 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesour
ce.com/chromium/src'}]\ntarget_os = ['android']", | 38 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
'}]\ntarget_os = ['android']", |
38 "--root", | 39 "--root", |
39 "src", | 40 "src", |
40 "--revision_mapping_file", | 41 "--revision_mapping_file", |
41 "{\"src\": \"got_src_revision\", \"src/native_client\": \"got_nacl_revisio
n\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc
\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_clien
t_revision\", \"src/v8\": \"got_v8_revision\"}", | 42 "{\"src\": \"got_src_revision\", \"src/native_client\": \"got_nacl_revisio
n\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc
\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_clien
t_revision\", \"src/v8\": \"got_v8_revision\"}", |
42 "--git-cache-dir", | 43 "--git-cache-dir", |
43 "[ROOT]/b/build/slave/cache_dir", | 44 "[GIT_CACHE]", |
44 "--output_json", | 45 "--output_json", |
45 "/path/to/tmp/json", | 46 "/path/to/tmp/json", |
46 "--revision", | 47 "--revision", |
47 "src@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", | 48 "src@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", |
48 "--force", | 49 "--force", |
49 "--output_manifest" | 50 "--output_manifest" |
50 ], | 51 ], |
| 52 "cwd": "[SLAVE_BUILD]", |
51 "env": { | 53 "env": { |
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
53 }, | 55 }, |
54 "name": "bot_update", | 56 "name": "bot_update", |
55 "~followup_annotations": [ | 57 "~followup_annotations": [ |
56 "@@@STEP_TEXT@Some step text@@@", | 58 "@@@STEP_TEXT@Some step text@@@", |
57 "@@@STEP_LOG_LINE@json.output@{@@@", | 59 "@@@STEP_LOG_LINE@json.output@{@@@", |
58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"4f4b02f6b7fa20a3a25682c457bbc
8ad589c8a00\"@@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"4f4b02f6b7fa20a3a25682c457bbc
8ad589c8a00\"@@@", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 119 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
118 "@@@SET_BUILD_PROPERTY@got_src_revision_cp@\"refs/heads/master@{#170242}\"
@@@", | 120 "@@@SET_BUILD_PROPERTY@got_src_revision_cp@\"refs/heads/master@{#170242}\"
@@@", |
119 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 121 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
120 ] | 122 ] |
121 }, | 123 }, |
122 { | 124 { |
123 "cmd": [ | 125 "cmd": [ |
124 "python", | 126 "python", |
125 "-u", | 127 "-u", |
126 "\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", | 128 "\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", |
127 "[CWD]/src/out/Release/debug_info_dumps", | 129 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", |
128 "[CWD]/src/out/Release/test_logs", | 130 "[SLAVE_BUILD]/src/out/Release/test_logs", |
129 "[CWD]/src/out/build_product.zip", | 131 "[SLAVE_BUILD]/src/out/build_product.zip", |
130 "[CWD]/src" | 132 "[SLAVE_BUILD]/src" |
131 ], | 133 ], |
| 134 "cwd": "[SLAVE_BUILD]", |
132 "name": "clean local files", | 135 "name": "clean local files", |
133 "~followup_annotations": [ | 136 "~followup_annotations": [ |
134 "@@@STEP_LOG_LINE@python.inline@@@@", | 137 "@@@STEP_LOG_LINE@python.inline@@@@", |
135 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 138 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
136 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 139 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
137 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 140 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
138 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 141 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
139 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 142 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
140 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 143 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
141 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 144 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
142 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 145 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
143 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 146 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
144 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 147 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
145 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 148 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
146 "@@@STEP_LOG_END@python.inline@@@" | 149 "@@@STEP_LOG_END@python.inline@@@" |
147 ] | 150 ] |
148 }, | 151 }, |
149 { | 152 { |
150 "cmd": [ | 153 "cmd": [ |
151 "python", | 154 "python", |
152 "-u", | 155 "-u", |
153 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 156 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
154 "runhooks" | 157 "runhooks" |
155 ], | 158 ], |
| 159 "cwd": "[SLAVE_BUILD]", |
156 "env": { | 160 "env": { |
157 "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", |
158 "GYP_CHROMIUM_NO_ACTION": "1", | 162 "GYP_CHROMIUM_NO_ACTION": "1", |
159 "GYP_CROSSCOMPILE": "1", | 163 "GYP_CROSSCOMPILE": "1", |
160 "GYP_DEFINES": "OS=android component=static_library disable_brotli_filter=
1 disable_file_support=1 disable_ftp_support=1 enable_bidirectional_stream=1 ena
ble_websockets=0 fastbuild=1 target_arch=mipsel use_platform_icu_alternatives=1"
, | 164 "GYP_DEFINES": "OS=android component=static_library disable_brotli_filter=
1 disable_file_support=1 disable_ftp_support=1 enable_bidirectional_stream=1 ena
ble_websockets=0 fastbuild=1 target_arch=mipsel use_platform_icu_alternatives=1"
, |
161 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 165 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
162 }, | 166 }, |
163 "name": "gclient runhooks" | 167 "name": "gclient runhooks" |
164 }, | 168 }, |
165 { | 169 { |
166 "cmd": [], | 170 "cmd": [], |
| 171 "cwd": "[SLAVE_BUILD]", |
167 "name": "ensure_goma" | 172 "name": "ensure_goma" |
168 }, | 173 }, |
169 { | 174 { |
170 "cmd": [ | 175 "cmd": [ |
171 "python", | 176 "python", |
172 "-u", | 177 "-u", |
173 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 178 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
174 "--platform", | 179 "--platform", |
175 "linux-amd64", | 180 "linux-amd64", |
176 "--dest-directory", | 181 "--dest-directory", |
177 "[CWD]/cipd", | 182 "[SLAVE_BUILD]/cipd", |
178 "--json-output", | 183 "--json-output", |
179 "/path/to/tmp/json" | 184 "/path/to/tmp/json" |
180 ], | 185 ], |
| 186 "cwd": "[SLAVE_BUILD]", |
181 "name": "ensure_goma.install cipd", | 187 "name": "ensure_goma.install cipd", |
182 "~followup_annotations": [ | 188 "~followup_annotations": [ |
183 "@@@STEP_NEST_LEVEL@1@@@", | 189 "@@@STEP_NEST_LEVEL@1@@@", |
184 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 190 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
185 "@@@STEP_LOG_LINE@json.output@{@@@", | 191 "@@@STEP_LOG_LINE@json.output@{@@@", |
186 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 192 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
187 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 193 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
188 "@@@STEP_LOG_LINE@json.output@}@@@", | 194 "@@@STEP_LOG_LINE@json.output@}@@@", |
189 "@@@STEP_LOG_END@json.output@@@" | 195 "@@@STEP_LOG_END@json.output@@@" |
190 ] | 196 ] |
191 }, | 197 }, |
192 { | 198 { |
193 "cmd": [ | 199 "cmd": [ |
194 "fake_slave_build/cipd", | 200 "[SLAVE_BUILD]/cipd/cipd", |
195 "ensure", | 201 "ensure", |
196 "--root", | 202 "--root", |
197 "[ROOT]/b/build/slave/cache/cipd/goma", | 203 "[CACHE]/cipd/goma", |
198 "--list", | 204 "--list", |
199 "infra_internal/goma/client/linux-amd64 release", | 205 "infra_internal/goma/client/linux-amd64 release", |
200 "--json-output", | 206 "--json-output", |
201 "/path/to/tmp/json", | 207 "/path/to/tmp/json", |
202 "--service-account-json", | 208 "--service-account-json", |
203 "/creds/service_accounts/service-account-goma-client.json" | 209 "/creds/service_accounts/service-account-goma-client.json" |
204 ], | 210 ], |
| 211 "cwd": "[SLAVE_BUILD]", |
205 "name": "ensure_goma.ensure_installed", | 212 "name": "ensure_goma.ensure_installed", |
206 "~followup_annotations": [ | 213 "~followup_annotations": [ |
207 "@@@STEP_NEST_LEVEL@1@@@", | 214 "@@@STEP_NEST_LEVEL@1@@@", |
208 "@@@STEP_LOG_LINE@json.output@{@@@", | 215 "@@@STEP_LOG_LINE@json.output@{@@@", |
209 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 216 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
210 "@@@STEP_LOG_LINE@json.output@ {@@@", | 217 "@@@STEP_LOG_LINE@json.output@ {@@@", |
211 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 218 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
212 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 219 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
213 "@@@STEP_LOG_LINE@json.output@ }@@@", | 220 "@@@STEP_LOG_LINE@json.output@ }@@@", |
214 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 221 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
215 "@@@STEP_LOG_LINE@json.output@}@@@", | 222 "@@@STEP_LOG_LINE@json.output@}@@@", |
216 "@@@STEP_LOG_END@json.output@@@" | 223 "@@@STEP_LOG_END@json.output@@@" |
217 ] | 224 ] |
218 }, | 225 }, |
219 { | 226 { |
220 "cmd": [ | 227 "cmd": [ |
221 "python", | 228 "python", |
222 "-u", | 229 "-u", |
223 "[CWD]/src/tools/mb/mb.py", | 230 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
224 "gen", | 231 "gen", |
225 "-m", | 232 "-m", |
226 "chromium.testing.master", | 233 "chromium.testing.master", |
227 "-b", | 234 "-b", |
228 "Android Cronet MIPS Builder", | 235 "Android Cronet MIPS Builder", |
229 "--config-file", | 236 "--config-file", |
230 "[CWD]/src/tools/mb/mb_config.pyl", | 237 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
231 "--goma-dir", | 238 "--goma-dir", |
232 "[ROOT]/b/build/slave/cache/cipd/goma", | 239 "[CACHE]/cipd/goma", |
233 "//out/Release" | 240 "//out/Release" |
234 ], | 241 ], |
| 242 "cwd": "[SLAVE_BUILD]", |
235 "name": "generate_build_files" | 243 "name": "generate_build_files" |
236 }, | 244 }, |
237 { | 245 { |
238 "cmd": [ | 246 "cmd": [ |
239 "python", | 247 "python", |
240 "-u", | 248 "-u", |
241 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 249 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
242 "--show-path", | 250 "--show-path", |
243 "python", | 251 "python", |
244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 252 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
245 "--gsutil-py-path", | 253 "--gsutil-py-path", |
246 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 254 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
247 "--ninja-path", | 255 "--ninja-path", |
248 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 256 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
249 "--target", | 257 "--target", |
250 "Release", | 258 "Release", |
251 "--src-dir", | 259 "--src-dir", |
252 "[CWD]/src", | 260 "[SLAVE_BUILD]/src", |
253 "--goma-cache-dir", | 261 "--goma-cache-dir", |
254 "[ROOT]/b/build/slave/goma_cache", | 262 "[GOMA_CACHE]", |
255 "--build-tool", | 263 "--build-tool", |
256 "ninja", | 264 "ninja", |
257 "--goma-dir", | 265 "--goma-dir", |
258 "[ROOT]/b/build/slave/cache/cipd/goma", | 266 "[CACHE]/cipd/goma", |
259 "--clobber", | 267 "--clobber", |
260 "--", | 268 "--", |
261 "cronet_package", | 269 "cronet_package", |
262 "cronet_sample_test_apk", | 270 "cronet_sample_test_apk", |
263 "cronet_test_instrumentation_apk", | 271 "cronet_test_instrumentation_apk", |
264 "cronet_unittests", | 272 "cronet_unittests", |
265 "cronet_unittests_apk", | 273 "cronet_unittests_apk", |
266 "net_unittests", | 274 "net_unittests", |
267 "net_unittests_apk" | 275 "net_unittests_apk" |
268 ], | 276 ], |
| 277 "cwd": "[SLAVE_BUILD]", |
269 "env": { | 278 "env": { |
270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 279 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
271 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" | 280 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
272 }, | 281 }, |
273 "name": "compile" | 282 "name": "compile" |
274 }, | 283 }, |
275 { | 284 { |
276 "allow_subannotations": true, | 285 "allow_subannotations": true, |
277 "cmd": [ | 286 "cmd": [ |
278 "python", | 287 "python", |
279 "-u", | 288 "-u", |
280 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 289 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
281 "--target", | 290 "--target", |
(...skipping 11 matching lines...) Expand all Loading... |
293 "--annotate=graphing", | 302 "--annotate=graphing", |
294 "--results-url=https://chromeperf.appspot.com", | 303 "--results-url=https://chromeperf.appspot.com", |
295 "--perf-dashboard-id=sizes", | 304 "--perf-dashboard-id=sizes", |
296 "--perf-id=android_cronet_mips_builder", | 305 "--perf-id=android_cronet_mips_builder", |
297 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 306 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
298 "--target", | 307 "--target", |
299 "Release", | 308 "Release", |
300 "--platform", | 309 "--platform", |
301 "android-cronet" | 310 "android-cronet" |
302 ], | 311 ], |
| 312 "cwd": "[SLAVE_BUILD]", |
303 "name": "sizes" | 313 "name": "sizes" |
304 }, | 314 }, |
305 { | 315 { |
306 "name": "$result", | 316 "name": "$result", |
307 "recipe_result": null, | 317 "recipe_result": null, |
308 "status_code": 0 | 318 "status_code": 0 |
309 } | 319 } |
310 ] | 320 ] |
OLD | NEW |