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