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 "ClangToTLinux (dbg)", | 10 "ClangToTLinux (dbg)", |
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'}]", | 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'}]", |
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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": [ |
101 "python", | 102 "python", |
102 "-u", | 103 "-u", |
103 "[CWD]/src/tools/swarming_client/swarming.py", | 104 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
104 "--version" | 105 "--version" |
105 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
106 "name": "swarming.py --version", | 108 "name": "swarming.py --version", |
107 "stdout": "/path/to/tmp/", | 109 "stdout": "/path/to/tmp/", |
108 "~followup_annotations": [ | 110 "~followup_annotations": [ |
109 "@@@STEP_TEXT@0.4.10@@@" | 111 "@@@STEP_TEXT@0.4.10@@@" |
110 ] | 112 ] |
111 }, | 113 }, |
112 { | 114 { |
113 "cmd": [ | 115 "cmd": [ |
114 "python", | 116 "python", |
115 "-u", | 117 "-u", |
116 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
117 "runhooks" | 119 "runhooks" |
118 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]", |
119 "env": { | 122 "env": { |
120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
121 "GYP_CHROMIUM_NO_ACTION": "1", | 124 "GYP_CHROMIUM_NO_ACTION": "1", |
122 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar
y target_arch=x64 test_isolation_mode=prepare", | 125 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar
y target_arch=x64 test_isolation_mode=prepare", |
123 "LLVM_FORCE_HEAD_REVISION": "YES", | 126 "LLVM_FORCE_HEAD_REVISION": "YES", |
124 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
125 }, | 128 }, |
126 "name": "gclient runhooks" | 129 "name": "gclient runhooks" |
127 }, | 130 }, |
128 { | 131 { |
129 "cmd": [ | 132 "cmd": [ |
130 "python", | 133 "python", |
131 "-u", | 134 "-u", |
132 "[CWD]/src/testing/scripts/get_compile_targets.py", | 135 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
133 "--output", | 136 "--output", |
134 "/path/to/tmp/json", | 137 "/path/to/tmp/json", |
135 "--", | 138 "--", |
136 "--build-config-fs", | 139 "--build-config-fs", |
137 "Debug", | 140 "Debug", |
138 "--paths", | 141 "--paths", |
139 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 142 "{\"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\"}", |
140 "--properties", | 143 "--properties", |
141 "{\"buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" | 144 "{\"buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" |
142 ], | 145 ], |
| 146 "cwd": "[SLAVE_BUILD]", |
143 "name": "get compile targets for scripts", | 147 "name": "get compile targets for scripts", |
144 "~followup_annotations": [ | 148 "~followup_annotations": [ |
145 "@@@STEP_LOG_LINE@json.output@{}@@@", | 149 "@@@STEP_LOG_LINE@json.output@{}@@@", |
146 "@@@STEP_LOG_END@json.output@@@" | 150 "@@@STEP_LOG_END@json.output@@@" |
147 ] | 151 ] |
148 }, | 152 }, |
149 { | 153 { |
150 "cmd": [ | 154 "cmd": [ |
151 "python", | 155 "python", |
152 "-u", | 156 "-u", |
153 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 157 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
154 "[CWD]/src/testing/buildbot/chromium.fyi.json", | 158 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
155 "/path/to/tmp/json" | 159 "/path/to/tmp/json" |
156 ], | 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", |
157 "name": "read test spec", | 162 "name": "read test spec", |
158 "~followup_annotations": [ | 163 "~followup_annotations": [ |
159 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.fyi.json@@@", | 164 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
160 "@@@STEP_LOG_LINE@json.output@{}@@@", | 165 "@@@STEP_LOG_LINE@json.output@{}@@@", |
161 "@@@STEP_LOG_END@json.output@@@" | 166 "@@@STEP_LOG_END@json.output@@@" |
162 ] | 167 ] |
163 }, | 168 }, |
164 { | 169 { |
165 "cmd": [ | 170 "cmd": [ |
166 "python", | 171 "python", |
167 "-u", | 172 "-u", |
168 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 173 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
169 "--show-path", | 174 "--show-path", |
170 "python", | 175 "python", |
171 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 176 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
172 ], | 177 ], |
| 178 "cwd": "[SLAVE_BUILD]", |
173 "name": "cleanup_temp" | 179 "name": "cleanup_temp" |
174 }, | 180 }, |
175 { | 181 { |
176 "cmd": [], | 182 "cmd": [], |
| 183 "cwd": "[SLAVE_BUILD]", |
177 "name": "ensure_goma" | 184 "name": "ensure_goma" |
178 }, | 185 }, |
179 { | 186 { |
180 "cmd": [ | 187 "cmd": [ |
181 "python", | 188 "python", |
182 "-u", | 189 "-u", |
183 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 190 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
184 "--platform", | 191 "--platform", |
185 "linux-amd64", | 192 "linux-amd64", |
186 "--dest-directory", | 193 "--dest-directory", |
187 "[CWD]/cipd", | 194 "[SLAVE_BUILD]/cipd", |
188 "--json-output", | 195 "--json-output", |
189 "/path/to/tmp/json" | 196 "/path/to/tmp/json" |
190 ], | 197 ], |
| 198 "cwd": "[SLAVE_BUILD]", |
191 "name": "ensure_goma.install cipd", | 199 "name": "ensure_goma.install cipd", |
192 "~followup_annotations": [ | 200 "~followup_annotations": [ |
193 "@@@STEP_NEST_LEVEL@1@@@", | 201 "@@@STEP_NEST_LEVEL@1@@@", |
194 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 202 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
195 "@@@STEP_LOG_LINE@json.output@{@@@", | 203 "@@@STEP_LOG_LINE@json.output@{@@@", |
196 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 204 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
197 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 205 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
198 "@@@STEP_LOG_LINE@json.output@}@@@", | 206 "@@@STEP_LOG_LINE@json.output@}@@@", |
199 "@@@STEP_LOG_END@json.output@@@" | 207 "@@@STEP_LOG_END@json.output@@@" |
200 ] | 208 ] |
201 }, | 209 }, |
202 { | 210 { |
203 "cmd": [ | 211 "cmd": [ |
204 "fake_slave_build/cipd", | 212 "[SLAVE_BUILD]/cipd/cipd", |
205 "ensure", | 213 "ensure", |
206 "--root", | 214 "--root", |
207 "[ROOT]/b/build/slave/cache/cipd/goma", | 215 "[CACHE]/cipd/goma", |
208 "--list", | 216 "--list", |
209 "infra_internal/goma/client/linux-amd64 release", | 217 "infra_internal/goma/client/linux-amd64 release", |
210 "--json-output", | 218 "--json-output", |
211 "/path/to/tmp/json", | 219 "/path/to/tmp/json", |
212 "--service-account-json", | 220 "--service-account-json", |
213 "/creds/service_accounts/service-account-goma-client.json" | 221 "/creds/service_accounts/service-account-goma-client.json" |
214 ], | 222 ], |
| 223 "cwd": "[SLAVE_BUILD]", |
215 "name": "ensure_goma.ensure_installed", | 224 "name": "ensure_goma.ensure_installed", |
216 "~followup_annotations": [ | 225 "~followup_annotations": [ |
217 "@@@STEP_NEST_LEVEL@1@@@", | 226 "@@@STEP_NEST_LEVEL@1@@@", |
218 "@@@STEP_LOG_LINE@json.output@{@@@", | 227 "@@@STEP_LOG_LINE@json.output@{@@@", |
219 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 228 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
220 "@@@STEP_LOG_LINE@json.output@ {@@@", | 229 "@@@STEP_LOG_LINE@json.output@ {@@@", |
221 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 230 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
222 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 231 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
223 "@@@STEP_LOG_LINE@json.output@ }@@@", | 232 "@@@STEP_LOG_LINE@json.output@ }@@@", |
224 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 233 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
225 "@@@STEP_LOG_LINE@json.output@}@@@", | 234 "@@@STEP_LOG_LINE@json.output@}@@@", |
226 "@@@STEP_LOG_END@json.output@@@" | 235 "@@@STEP_LOG_END@json.output@@@" |
227 ] | 236 ] |
228 }, | 237 }, |
229 { | 238 { |
230 "cmd": [ | 239 "cmd": [ |
231 "python", | 240 "python", |
232 "-u", | 241 "-u", |
233 "[CWD]/src/tools/mb/mb.py", | 242 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
234 "gen", | 243 "gen", |
235 "-m", | 244 "-m", |
236 "chromium.fyi", | 245 "chromium.fyi", |
237 "-b", | 246 "-b", |
238 "ClangToTLinux (dbg)", | 247 "ClangToTLinux (dbg)", |
239 "--config-file", | 248 "--config-file", |
240 "[CWD]/src/tools/mb/mb_config.pyl", | 249 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
241 "--goma-dir", | 250 "--goma-dir", |
242 "[ROOT]/b/build/slave/cache/cipd/goma", | 251 "[CACHE]/cipd/goma", |
243 "//out/Debug" | 252 "//out/Debug" |
244 ], | 253 ], |
| 254 "cwd": "[SLAVE_BUILD]", |
245 "name": "generate_build_files" | 255 "name": "generate_build_files" |
246 }, | 256 }, |
247 { | 257 { |
248 "allow_subannotations": true, | 258 "allow_subannotations": true, |
249 "cmd": [ | 259 "cmd": [ |
250 "python", | 260 "python", |
251 "-u", | 261 "-u", |
252 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 262 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
253 "--src-dir", | 263 "--src-dir", |
254 "[CWD]/src", | 264 "[SLAVE_BUILD]/src", |
255 "--output-json", | 265 "--output-json", |
256 "/path/to/tmp/json" | 266 "/path/to/tmp/json" |
257 ], | 267 ], |
| 268 "cwd": "[SLAVE_BUILD]", |
258 "env": { | 269 "env": { |
259 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
260 "LLVM_FORCE_HEAD_REVISION": "YES" | 271 "LLVM_FORCE_HEAD_REVISION": "YES" |
261 }, | 272 }, |
262 "name": "clang_revision", | 273 "name": "clang_revision", |
263 "~followup_annotations": [ | 274 "~followup_annotations": [ |
264 "@@@STEP_LOG_LINE@json.output@{@@@", | 275 "@@@STEP_LOG_LINE@json.output@{@@@", |
265 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
266 "@@@STEP_LOG_LINE@json.output@}@@@", | 277 "@@@STEP_LOG_LINE@json.output@}@@@", |
267 "@@@STEP_LOG_END@json.output@@@" | 278 "@@@STEP_LOG_END@json.output@@@" |
268 ] | 279 ] |
269 }, | 280 }, |
270 { | 281 { |
271 "cmd": [ | 282 "cmd": [ |
272 "python", | 283 "python", |
273 "-u", | 284 "-u", |
274 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 285 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
275 "--show-path", | 286 "--show-path", |
276 "python", | 287 "python", |
277 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 288 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
278 "--gsutil-py-path", | 289 "--gsutil-py-path", |
279 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 290 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
280 "--ninja-path", | 291 "--ninja-path", |
281 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 292 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
282 "--target", | 293 "--target", |
283 "Debug", | 294 "Debug", |
284 "--src-dir", | 295 "--src-dir", |
285 "[CWD]/src", | 296 "[SLAVE_BUILD]/src", |
286 "--goma-cache-dir", | 297 "--goma-cache-dir", |
287 "[ROOT]/b/build/slave/goma_cache", | 298 "[GOMA_CACHE]", |
288 "--build-tool", | 299 "--build-tool", |
289 "ninja", | 300 "ninja", |
290 "--build-data-dir", | 301 "--build-data-dir", |
291 "[ROOT]/build_data_dir", | 302 "[ROOT]/build_data_dir", |
292 "--compiler", | 303 "--compiler", |
293 "clang", | 304 "clang", |
294 "--goma-dir", | 305 "--goma-dir", |
295 "[ROOT]/b/build/slave/cache/cipd/goma", | 306 "[CACHE]/cipd/goma", |
296 "--", | 307 "--", |
297 "all" | 308 "all" |
298 ], | 309 ], |
| 310 "cwd": "[SLAVE_BUILD]", |
299 "env": { | 311 "env": { |
300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 312 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
301 "LLVM_FORCE_HEAD_REVISION": "YES" | 313 "LLVM_FORCE_HEAD_REVISION": "YES" |
302 }, | 314 }, |
303 "name": "compile" | 315 "name": "compile" |
304 }, | 316 }, |
305 { | 317 { |
306 "allow_subannotations": true, | 318 "allow_subannotations": true, |
307 "cmd": [ | 319 "cmd": [ |
308 "python", | 320 "python", |
309 "-u", | 321 "-u", |
310 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 322 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
311 "--show-path", | 323 "--show-path", |
312 "python", | 324 "python", |
313 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 325 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
314 "--target", | 326 "--target", |
315 "Debug", | 327 "Debug", |
316 "--build-url", | 328 "--build-url", |
317 "gs://chromium-fyi-archive/chromium.fyi/ClangToTLinux (dbg)", | 329 "gs://chromium-fyi-archive/chromium.fyi/ClangToTLinux (dbg)", |
318 "--build_revision", | 330 "--build_revision", |
319 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 331 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
320 "--factory-properties", | 332 "--factory-properties", |
321 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinux (d
bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}", | 333 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinux (d
bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}", |
322 "--build-properties", | 334 "--build-properties", |
323 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinux (d
bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}" | 335 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinux (d
bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}" |
324 ], | 336 ], |
| 337 "cwd": "[SLAVE_BUILD]", |
325 "name": "package build" | 338 "name": "package build" |
326 }, | 339 }, |
327 { | 340 { |
328 "allow_subannotations": true, | 341 "allow_subannotations": true, |
329 "cmd": [ | 342 "cmd": [ |
330 "python", | 343 "python", |
331 "-u", | 344 "-u", |
332 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 345 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
333 "--target", | 346 "--target", |
334 "Debug", | 347 "Debug", |
(...skipping 11 matching lines...) Expand all Loading... |
346 "--results-url=https://chromeperf.appspot.com", | 359 "--results-url=https://chromeperf.appspot.com", |
347 "--perf-dashboard-id=sizes", | 360 "--perf-dashboard-id=sizes", |
348 "--perf-id=ClangToTLinux (dbg)", | 361 "--perf-id=ClangToTLinux (dbg)", |
349 "--perf-config={'r_clang_rev': '123456'}", | 362 "--perf-config={'r_clang_rev': '123456'}", |
350 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 363 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
351 "--target", | 364 "--target", |
352 "Debug", | 365 "Debug", |
353 "--platform", | 366 "--platform", |
354 "linux" | 367 "linux" |
355 ], | 368 ], |
| 369 "cwd": "[SLAVE_BUILD]", |
356 "name": "sizes" | 370 "name": "sizes" |
357 }, | 371 }, |
358 { | 372 { |
359 "name": "$result", | 373 "name": "$result", |
360 "recipe_result": null, | 374 "recipe_result": null, |
361 "status_code": 0 | 375 "status_code": 0 |
362 } | 376 } |
363 ] | 377 ] |
OLD | NEW |