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.webkit", | 8 "chromium.webkit", |
9 "--builder", | 9 "--builder", |
10 "WebKit Mac10.9", | 10 "WebKit Mac10.9", |
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 "--revision", | 25 "--revision", |
26 "src/third_party/WebKit@HEAD", | 26 "src/third_party/WebKit@HEAD", |
27 "--force", | 27 "--force", |
28 "--output_manifest" | 28 "--output_manifest" |
29 ], | 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", |
30 "env": { | 31 "env": { |
31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
32 }, | 33 }, |
33 "name": "bot_update", | 34 "name": "bot_update", |
34 "~followup_annotations": [ | 35 "~followup_annotations": [ |
35 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 96 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
96 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
97 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 98 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
98 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 99 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
99 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
100 ] | 101 ] |
101 }, | 102 }, |
102 { | 103 { |
103 "cmd": [], | 104 "cmd": [], |
| 105 "cwd": "[SLAVE_BUILD]", |
104 "name": "ensure_goma" | 106 "name": "ensure_goma" |
105 }, | 107 }, |
106 { | 108 { |
107 "cmd": [ | 109 "cmd": [ |
108 "python", | 110 "python", |
109 "-u", | 111 "-u", |
110 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
111 "--platform", | 113 "--platform", |
112 "mac-amd64", | 114 "mac-amd64", |
113 "--dest-directory", | 115 "--dest-directory", |
114 "[CWD]/cipd", | 116 "[SLAVE_BUILD]/cipd", |
115 "--json-output", | 117 "--json-output", |
116 "/path/to/tmp/json" | 118 "/path/to/tmp/json" |
117 ], | 119 ], |
| 120 "cwd": "[SLAVE_BUILD]", |
118 "name": "ensure_goma.install cipd", | 121 "name": "ensure_goma.install cipd", |
119 "~followup_annotations": [ | 122 "~followup_annotations": [ |
120 "@@@STEP_NEST_LEVEL@1@@@", | 123 "@@@STEP_NEST_LEVEL@1@@@", |
121 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 124 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
122 "@@@STEP_LOG_LINE@json.output@{@@@", | 125 "@@@STEP_LOG_LINE@json.output@{@@@", |
123 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 126 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 127 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
125 "@@@STEP_LOG_LINE@json.output@}@@@", | 128 "@@@STEP_LOG_LINE@json.output@}@@@", |
126 "@@@STEP_LOG_END@json.output@@@" | 129 "@@@STEP_LOG_END@json.output@@@" |
127 ] | 130 ] |
128 }, | 131 }, |
129 { | 132 { |
130 "cmd": [ | 133 "cmd": [ |
131 "fake_slave_build/cipd", | 134 "[SLAVE_BUILD]/cipd/cipd", |
132 "ensure", | 135 "ensure", |
133 "--root", | 136 "--root", |
134 "[ROOT]/b/build/slave/cache/cipd/goma", | 137 "[CACHE]/cipd/goma", |
135 "--list", | 138 "--list", |
136 "infra_internal/goma/client/mac-amd64 release", | 139 "infra_internal/goma/client/mac-amd64 release", |
137 "--json-output", | 140 "--json-output", |
138 "/path/to/tmp/json", | 141 "/path/to/tmp/json", |
139 "--service-account-json", | 142 "--service-account-json", |
140 "/creds/service_accounts/service-account-goma-client.json" | 143 "/creds/service_accounts/service-account-goma-client.json" |
141 ], | 144 ], |
| 145 "cwd": "[SLAVE_BUILD]", |
142 "name": "ensure_goma.ensure_installed", | 146 "name": "ensure_goma.ensure_installed", |
143 "~followup_annotations": [ | 147 "~followup_annotations": [ |
144 "@@@STEP_NEST_LEVEL@1@@@", | 148 "@@@STEP_NEST_LEVEL@1@@@", |
145 "@@@STEP_LOG_LINE@json.output@{@@@", | 149 "@@@STEP_LOG_LINE@json.output@{@@@", |
146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
147 "@@@STEP_LOG_LINE@json.output@ {@@@", | 151 "@@@STEP_LOG_LINE@json.output@ {@@@", |
148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 152 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | 153 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", |
150 "@@@STEP_LOG_LINE@json.output@ }@@@", | 154 "@@@STEP_LOG_LINE@json.output@ }@@@", |
151 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 155 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
152 "@@@STEP_LOG_LINE@json.output@}@@@", | 156 "@@@STEP_LOG_LINE@json.output@}@@@", |
153 "@@@STEP_LOG_END@json.output@@@" | 157 "@@@STEP_LOG_END@json.output@@@" |
154 ] | 158 ] |
155 }, | 159 }, |
156 { | 160 { |
157 "cmd": [ | 161 "cmd": [ |
158 "python", | 162 "python", |
159 "-u", | 163 "-u", |
160 "[CWD]/src/tools/swarming_client/swarming.py", | 164 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
161 "--version" | 165 "--version" |
162 ], | 166 ], |
| 167 "cwd": "[SLAVE_BUILD]", |
163 "name": "swarming.py --version", | 168 "name": "swarming.py --version", |
164 "stdout": "/path/to/tmp/", | 169 "stdout": "/path/to/tmp/", |
165 "~followup_annotations": [ | 170 "~followup_annotations": [ |
166 "@@@STEP_TEXT@0.4.10@@@" | 171 "@@@STEP_TEXT@0.4.10@@@" |
167 ] | 172 ] |
168 }, | 173 }, |
169 { | 174 { |
170 "cmd": [ | 175 "cmd": [ |
171 "python", | 176 "python", |
172 "-u", | 177 "-u", |
173 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
174 "runhooks" | 179 "runhooks" |
175 ], | 180 ], |
| 181 "cwd": "[SLAVE_BUILD]", |
176 "env": { | 182 "env": { |
177 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
178 "GYP_CHROMIUM_NO_ACTION": "1", | 184 "GYP_CHROMIUM_NO_ACTION": "1", |
179 "GYP_DEFINES": "clang=1 component=static_library gomadir='[ROOT]/b/build/s
lave/cache/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1", | 185 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=x64 test_isolation_mode=prepare use_goma=1", |
180 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 186 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
181 }, | 187 }, |
182 "name": "gclient runhooks" | 188 "name": "gclient runhooks" |
183 }, | 189 }, |
184 { | 190 { |
185 "cmd": [ | 191 "cmd": [ |
186 "python", | 192 "python", |
187 "-u", | 193 "-u", |
188 "[CWD]/src/testing/scripts/get_compile_targets.py", | 194 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
189 "--output", | 195 "--output", |
190 "/path/to/tmp/json", | 196 "/path/to/tmp/json", |
191 "--", | 197 "--", |
192 "--build-config-fs", | 198 "--build-config-fs", |
193 "Release", | 199 "Release", |
194 "--paths", | 200 "--paths", |
195 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 201 "{\"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\"}", |
196 "--properties", | 202 "--properties", |
197 "{\"buildername\": \"WebKit Mac10.9\", \"buildnumber\": 571, \"mastername\
": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"mac\"}" | 203 "{\"buildername\": \"WebKit Mac10.9\", \"buildnumber\": 571, \"mastername\
": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"mac\"}" |
198 ], | 204 ], |
| 205 "cwd": "[SLAVE_BUILD]", |
199 "name": "get compile targets for scripts", | 206 "name": "get compile targets for scripts", |
200 "~followup_annotations": [ | 207 "~followup_annotations": [ |
201 "@@@STEP_LOG_LINE@json.output@{}@@@", | 208 "@@@STEP_LOG_LINE@json.output@{}@@@", |
202 "@@@STEP_LOG_END@json.output@@@" | 209 "@@@STEP_LOG_END@json.output@@@" |
203 ] | 210 ] |
204 }, | 211 }, |
205 { | 212 { |
206 "cmd": [ | 213 "cmd": [ |
207 "python", | 214 "python", |
208 "-u", | 215 "-u", |
209 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 216 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
210 "[CWD]/src/testing/buildbot/chromium.webkit.json", | 217 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", |
211 "/path/to/tmp/json" | 218 "/path/to/tmp/json" |
212 ], | 219 ], |
| 220 "cwd": "[SLAVE_BUILD]", |
213 "name": "read test spec", | 221 "name": "read test spec", |
214 "~followup_annotations": [ | 222 "~followup_annotations": [ |
215 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.webkit.json@@@", | 223 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.jso
n@@@", |
216 "@@@STEP_LOG_LINE@json.output@{}@@@", | 224 "@@@STEP_LOG_LINE@json.output@{}@@@", |
217 "@@@STEP_LOG_END@json.output@@@" | 225 "@@@STEP_LOG_END@json.output@@@" |
218 ] | 226 ] |
219 }, | 227 }, |
220 { | 228 { |
221 "cmd": [ | 229 "cmd": [ |
222 "python", | 230 "python", |
223 "-u", | 231 "-u", |
224 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 232 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
225 "--show-path", | 233 "--show-path", |
226 "python", | 234 "python", |
227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 235 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
228 ], | 236 ], |
| 237 "cwd": "[SLAVE_BUILD]", |
229 "name": "cleanup_temp" | 238 "name": "cleanup_temp" |
230 }, | 239 }, |
231 { | 240 { |
232 "cmd": [ | 241 "cmd": [ |
233 "python", | 242 "python", |
234 "-u", | 243 "-u", |
235 "[CWD]/src/tools/mb/mb.py", | 244 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
236 "gen", | 245 "gen", |
237 "-m", | 246 "-m", |
238 "chromium.webkit", | 247 "chromium.webkit", |
239 "-b", | 248 "-b", |
240 "WebKit Mac10.9", | 249 "WebKit Mac10.9", |
241 "--config-file", | 250 "--config-file", |
242 "[CWD]/src/tools/mb/mb_config.pyl", | 251 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
243 "--goma-dir", | 252 "--goma-dir", |
244 "[ROOT]/b/build/slave/cache/cipd/goma", | 253 "[CACHE]/cipd/goma", |
245 "//out/Release" | 254 "//out/Release" |
246 ], | 255 ], |
| 256 "cwd": "[SLAVE_BUILD]", |
247 "name": "generate_build_files" | 257 "name": "generate_build_files" |
248 }, | 258 }, |
249 { | 259 { |
250 "allow_subannotations": true, | 260 "allow_subannotations": true, |
251 "cmd": [ | 261 "cmd": [ |
252 "python", | 262 "python", |
253 "-u", | 263 "-u", |
254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 264 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
255 "--src-dir", | 265 "--src-dir", |
256 "[CWD]/src", | 266 "[SLAVE_BUILD]/src", |
257 "--output-json", | 267 "--output-json", |
258 "/path/to/tmp/json" | 268 "/path/to/tmp/json" |
259 ], | 269 ], |
| 270 "cwd": "[SLAVE_BUILD]", |
260 "env": { | 271 "env": { |
261 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
262 }, | 273 }, |
263 "name": "clang_revision", | 274 "name": "clang_revision", |
264 "~followup_annotations": [ | 275 "~followup_annotations": [ |
265 "@@@STEP_LOG_LINE@json.output@{@@@", | 276 "@@@STEP_LOG_LINE@json.output@{@@@", |
266 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 277 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
267 "@@@STEP_LOG_LINE@json.output@}@@@", | 278 "@@@STEP_LOG_LINE@json.output@}@@@", |
268 "@@@STEP_LOG_END@json.output@@@" | 279 "@@@STEP_LOG_END@json.output@@@" |
269 ] | 280 ] |
270 }, | 281 }, |
271 { | 282 { |
272 "cmd": [ | 283 "cmd": [ |
273 "python", | 284 "python", |
274 "-u", | 285 "-u", |
275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 286 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
276 "--show-path", | 287 "--show-path", |
277 "python", | 288 "python", |
278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 289 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
279 "--gsutil-py-path", | 290 "--gsutil-py-path", |
280 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 291 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
281 "--ninja-path", | 292 "--ninja-path", |
282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 293 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
283 "--target", | 294 "--target", |
284 "Release", | 295 "Release", |
285 "--src-dir", | 296 "--src-dir", |
286 "[CWD]/src", | 297 "[SLAVE_BUILD]/src", |
287 "--goma-cache-dir", | 298 "--goma-cache-dir", |
288 "[ROOT]/b/build/slave/goma_cache", | 299 "[GOMA_CACHE]", |
289 "--build-tool", | 300 "--build-tool", |
290 "ninja", | 301 "ninja", |
291 "--build-data-dir", | 302 "--build-data-dir", |
292 "[ROOT]/build_data_dir", | 303 "[ROOT]/build_data_dir", |
293 "--compiler", | 304 "--compiler", |
294 "goma-clang", | 305 "goma-clang", |
295 "--goma-jsonstatus", | 306 "--goma-jsonstatus", |
296 "/path/to/tmp/json", | 307 "/path/to/tmp/json", |
297 "--goma-service-account-json-file", | 308 "--goma-service-account-json-file", |
298 "/creds/service_accounts/service-account-goma-client.json", | 309 "/creds/service_accounts/service-account-goma-client.json", |
299 "--goma-dir", | 310 "--goma-dir", |
300 "[ROOT]/b/build/slave/cache/cipd/goma", | 311 "[CACHE]/cipd/goma", |
301 "--", | 312 "--", |
302 "blink_tests" | 313 "blink_tests" |
303 ], | 314 ], |
| 315 "cwd": "[SLAVE_BUILD]", |
304 "env": { | 316 "env": { |
305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 317 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
306 }, | 318 }, |
307 "name": "compile", | 319 "name": "compile", |
308 "~followup_annotations": [ | 320 "~followup_annotations": [ |
309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 321 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
310 "@@@STEP_LOG_END@json.output (invalid)@@@" | 322 "@@@STEP_LOG_END@json.output (invalid)@@@" |
311 ] | 323 ] |
312 }, | 324 }, |
313 { | 325 { |
(...skipping 11 matching lines...) Expand all Loading... |
325 "gs://chromium-webkit-archive/chromium.webkit/WebKit Mac10.9", | 337 "gs://chromium-webkit-archive/chromium.webkit/WebKit Mac10.9", |
326 "--build_revision", | 338 "--build_revision", |
327 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 339 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
328 "--gs-acl", | 340 "--gs-acl", |
329 "public-read", | 341 "public-read", |
330 "--factory-properties", | 342 "--factory-properties", |
331 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 343 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
332 "--build-properties", | 344 "--build-properties", |
333 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 345 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
334 ], | 346 ], |
| 347 "cwd": "[SLAVE_BUILD]", |
335 "name": "package build" | 348 "name": "package build" |
336 }, | 349 }, |
337 { | 350 { |
338 "cmd": [ | 351 "cmd": [ |
339 "python", | 352 "python", |
340 "-u", | 353 "-u", |
341 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 354 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
342 "--target", | 355 "--target", |
343 "Release", | 356 "Release", |
344 "--factory-properties", | 357 "--factory-properties", |
345 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 358 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
346 "--build-properties", | 359 "--build-properties", |
347 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 360 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
348 "--step-name=webkit_tests", | 361 "--step-name=webkit_tests", |
349 "--builder-name=WebKit Mac10.9", | 362 "--builder-name=WebKit Mac10.9", |
350 "--slave-name=TestSlavename", | 363 "--slave-name=TestSlavename", |
351 "--build-number=571", | 364 "--build-number=571", |
352 "--run-python-script", | 365 "--run-python-script", |
353 "[ROOT]/b/build/scripts/slave/chromium/layout_test_wrapper.py", | 366 "[BUILD]/scripts/slave/chromium/layout_test_wrapper.py", |
354 "--target", | 367 "--target", |
355 "Release", | 368 "Release", |
356 "-o", | 369 "-o", |
357 "[CWD]/layout-test-results", | 370 "[SLAVE_BUILD]/layout-test-results", |
358 "--build-dir", | 371 "--build-dir", |
359 "[CWD]/src/out", | 372 "[SLAVE_BUILD]/src/out", |
360 "--json-test-results", | 373 "--json-test-results", |
361 "/path/to/tmp/json", | 374 "/path/to/tmp/json", |
362 "--test-results-server", | 375 "--test-results-server", |
363 "test-results.appspot.com", | 376 "test-results.appspot.com", |
364 "--build-number", | 377 "--build-number", |
365 "571", | 378 "571", |
366 "--builder-name", | 379 "--builder-name", |
367 "WebKit Mac10.9", | 380 "WebKit Mac10.9", |
368 "--step-name", | 381 "--step-name", |
369 "webkit_tests" | 382 "webkit_tests" |
370 ], | 383 ], |
| 384 "cwd": "[SLAVE_BUILD]", |
371 "name": "webkit_tests", | 385 "name": "webkit_tests", |
372 "~followup_annotations": [ | 386 "~followup_annotations": [ |
373 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 387 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
374 ] | 388 ] |
375 }, | 389 }, |
376 { | 390 { |
377 "cmd": [ | 391 "cmd": [ |
378 "python", | 392 "python", |
379 "-u", | 393 "-u", |
380 "[ROOT]/b/build/scripts/slave/chromium/archive_layout_test_results.py", | 394 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", |
381 "--results-dir", | 395 "--results-dir", |
382 "[CWD]/layout-test-results", | 396 "[SLAVE_BUILD]/layout-test-results", |
383 "--build-dir", | 397 "--build-dir", |
384 "[CWD]/src/out", | 398 "[SLAVE_BUILD]/src/out", |
385 "--build-number", | 399 "--build-number", |
386 "571", | 400 "571", |
387 "--builder-name", | 401 "--builder-name", |
388 "WebKit Mac10.9", | 402 "WebKit Mac10.9", |
389 "--gs-bucket", | 403 "--gs-bucket", |
390 "gs://chromium-layout-test-archives", | 404 "gs://chromium-layout-test-archives", |
391 "--gs-acl", | 405 "--gs-acl", |
392 "public-read" | 406 "public-read" |
393 ], | 407 ], |
| 408 "cwd": "[SLAVE_BUILD]", |
394 "name": "archive_webkit_tests_results", | 409 "name": "archive_webkit_tests_results", |
395 "~followup_annotations": [ | 410 "~followup_annotations": [ |
396 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", | 411 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", |
397 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" | 412 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" |
398 ] | 413 ] |
399 }, | 414 }, |
400 { | 415 { |
401 "name": "$result", | 416 "name": "$result", |
402 "recipe_result": null, | 417 "recipe_result": null, |
403 "status_code": 0 | 418 "status_code": 0 |
404 } | 419 } |
405 ] | 420 ] |
OLD | NEW |