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 "client.skia", | 8 "client.skia", |
9 "--builder", | 9 "--builder", |
10 "Mac Builder", | 10 "Mac Builder", |
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/third_party/skia", | 16 "src/third_party/skia", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/s
kia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"
src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got
_v8_revision\"}", | 18 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/s
kia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"
src/tools/swarming_client\": \"got_swarming_client_revision\", \"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 "--revision", | 25 "--revision", |
26 "src/third_party/skia@origin/master", | 26 "src/third_party/skia@origin/master", |
27 "--force", | 27 "--force", |
28 "--output_manifest" | 28 "--output_manifest" |
29 ], | 29 ], |
30 "cwd": "[SLAVE_BUILD]", | |
31 "env": { | 30 "env": { |
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
33 }, | 32 }, |
34 "name": "bot_update", | 33 "name": "bot_update", |
35 "~followup_annotations": [ | 34 "~followup_annotations": [ |
36 "@@@STEP_TEXT@Some step text@@@", | 35 "@@@STEP_TEXT@Some step text@@@", |
37 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
104 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
, | 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
, |
107 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", |
108 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" | 107 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" |
109 ] | 108 ] |
110 }, | 109 }, |
111 { | 110 { |
112 "cmd": [], | 111 "cmd": [], |
113 "cwd": "[SLAVE_BUILD]", | |
114 "name": "ensure_goma" | 112 "name": "ensure_goma" |
115 }, | 113 }, |
116 { | 114 { |
117 "cmd": [ | 115 "cmd": [ |
118 "python", | 116 "python", |
119 "-u", | 117 "-u", |
120 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 118 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
121 "--platform", | 119 "--platform", |
122 "mac-amd64", | 120 "mac-amd64", |
123 "--dest-directory", | 121 "--dest-directory", |
124 "[SLAVE_BUILD]/cipd", | 122 "[CWD]/cipd", |
125 "--json-output", | 123 "--json-output", |
126 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
127 ], | 125 ], |
128 "cwd": "[SLAVE_BUILD]", | |
129 "name": "ensure_goma.install cipd", | 126 "name": "ensure_goma.install cipd", |
130 "~followup_annotations": [ | 127 "~followup_annotations": [ |
131 "@@@STEP_NEST_LEVEL@1@@@", | 128 "@@@STEP_NEST_LEVEL@1@@@", |
132 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 129 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
133 "@@@STEP_LOG_LINE@json.output@{@@@", | 130 "@@@STEP_LOG_LINE@json.output@{@@@", |
134 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
135 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
136 "@@@STEP_LOG_LINE@json.output@}@@@", | 133 "@@@STEP_LOG_LINE@json.output@}@@@", |
137 "@@@STEP_LOG_END@json.output@@@" | 134 "@@@STEP_LOG_END@json.output@@@" |
138 ] | 135 ] |
139 }, | 136 }, |
140 { | 137 { |
141 "cmd": [ | 138 "cmd": [ |
142 "[SLAVE_BUILD]/cipd/cipd", | 139 "fake_slave_build/cipd", |
143 "ensure", | 140 "ensure", |
144 "--root", | 141 "--root", |
145 "[CACHE]/cipd/goma", | 142 "[ROOT]/b/build/slave/cache/cipd/goma", |
146 "--list", | 143 "--list", |
147 "infra_internal/goma/client/mac-amd64 release", | 144 "infra_internal/goma/client/mac-amd64 release", |
148 "--json-output", | 145 "--json-output", |
149 "/path/to/tmp/json", | 146 "/path/to/tmp/json", |
150 "--service-account-json", | 147 "--service-account-json", |
151 "/creds/service_accounts/service-account-goma-client.json" | 148 "/creds/service_accounts/service-account-goma-client.json" |
152 ], | 149 ], |
153 "cwd": "[SLAVE_BUILD]", | |
154 "name": "ensure_goma.ensure_installed", | 150 "name": "ensure_goma.ensure_installed", |
155 "~followup_annotations": [ | 151 "~followup_annotations": [ |
156 "@@@STEP_NEST_LEVEL@1@@@", | 152 "@@@STEP_NEST_LEVEL@1@@@", |
157 "@@@STEP_LOG_LINE@json.output@{@@@", | 153 "@@@STEP_LOG_LINE@json.output@{@@@", |
158 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
159 "@@@STEP_LOG_LINE@json.output@ {@@@", | 155 "@@@STEP_LOG_LINE@json.output@ {@@@", |
160 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
161 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", |
162 "@@@STEP_LOG_LINE@json.output@ }@@@", | 158 "@@@STEP_LOG_LINE@json.output@ }@@@", |
163 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 159 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
164 "@@@STEP_LOG_LINE@json.output@}@@@", | 160 "@@@STEP_LOG_LINE@json.output@}@@@", |
165 "@@@STEP_LOG_END@json.output@@@" | 161 "@@@STEP_LOG_END@json.output@@@" |
166 ] | 162 ] |
167 }, | 163 }, |
168 { | 164 { |
169 "cmd": [ | 165 "cmd": [ |
170 "python", | 166 "python", |
171 "-u", | 167 "-u", |
172 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 168 "[CWD]/src/tools/swarming_client/swarming.py", |
173 "--version" | 169 "--version" |
174 ], | 170 ], |
175 "cwd": "[SLAVE_BUILD]", | |
176 "name": "swarming.py --version", | 171 "name": "swarming.py --version", |
177 "stdout": "/path/to/tmp/", | 172 "stdout": "/path/to/tmp/", |
178 "~followup_annotations": [ | 173 "~followup_annotations": [ |
179 "@@@STEP_TEXT@0.4.10@@@" | 174 "@@@STEP_TEXT@0.4.10@@@" |
180 ] | 175 ] |
181 }, | 176 }, |
182 { | 177 { |
183 "cmd": [ | 178 "cmd": [ |
184 "python", | 179 "python", |
185 "-u", | 180 "-u", |
186 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
187 "runhooks" | 182 "runhooks" |
188 ], | 183 ], |
189 "cwd": "[SLAVE_BUILD]", | |
190 "env": { | 184 "env": { |
191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
192 "GYP_CHROMIUM_NO_ACTION": "1", | 186 "GYP_CHROMIUM_NO_ACTION": "1", |
193 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library ffmpe
g_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x
64 test_isolation_mode=prepare use_goma=1", | 187 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library ffmpe
g_branding=Chrome gomadir='[ROOT]/b/build/slave/cache/cipd/goma' proprietary_cod
ecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", |
194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 188 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
195 }, | 189 }, |
196 "name": "gclient runhooks" | 190 "name": "gclient runhooks" |
197 }, | 191 }, |
198 { | 192 { |
199 "cmd": [ | 193 "cmd": [ |
200 "python", | 194 "python", |
201 "-u", | 195 "-u", |
202 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 196 "[CWD]/src/testing/scripts/get_compile_targets.py", |
203 "--output", | 197 "--output", |
204 "/path/to/tmp/json", | 198 "/path/to/tmp/json", |
205 "--", | 199 "--", |
206 "--build-config-fs", | 200 "--build-config-fs", |
207 "Release", | 201 "Release", |
208 "--use-src-side-runtest-py", | 202 "--use-src-side-runtest-py", |
209 "--paths", | 203 "--paths", |
210 "{\"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\"}", | 204 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
211 "--properties", | 205 "--properties", |
212 "{\"buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\":
\"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"}
" | 206 "{\"buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\":
\"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"}
" |
213 ], | 207 ], |
214 "cwd": "[SLAVE_BUILD]", | |
215 "name": "get compile targets for scripts", | 208 "name": "get compile targets for scripts", |
216 "~followup_annotations": [ | 209 "~followup_annotations": [ |
217 "@@@STEP_LOG_LINE@json.output@{}@@@", | 210 "@@@STEP_LOG_LINE@json.output@{}@@@", |
218 "@@@STEP_LOG_END@json.output@@@" | 211 "@@@STEP_LOG_END@json.output@@@" |
219 ] | 212 ] |
220 }, | 213 }, |
221 { | 214 { |
222 "cmd": [ | 215 "cmd": [ |
223 "python", | 216 "python", |
224 "-u", | 217 "-u", |
225 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 218 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
226 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", | 219 "[CWD]/src/testing/buildbot/chromium.mac.json", |
227 "/path/to/tmp/json" | 220 "/path/to/tmp/json" |
228 ], | 221 ], |
229 "cwd": "[SLAVE_BUILD]", | |
230 "name": "read test spec", | 222 "name": "read test spec", |
231 "~followup_annotations": [ | 223 "~followup_annotations": [ |
232 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json@@
@", | 224 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.mac.json@@@", |
233 "@@@STEP_LOG_LINE@json.output@{@@@", | 225 "@@@STEP_LOG_LINE@json.output@{@@@", |
234 "@@@STEP_LOG_LINE@json.output@ \"Mac10.9 Tests\": {@@@", | 226 "@@@STEP_LOG_LINE@json.output@ \"Mac10.9 Tests\": {@@@", |
235 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 227 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
236 "@@@STEP_LOG_LINE@json.output@ {@@@", | 228 "@@@STEP_LOG_LINE@json.output@ {@@@", |
237 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 229 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
238 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 230 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
239 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 231 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
240 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 232 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
241 "@@@STEP_LOG_LINE@json.output@ }@@@", | 233 "@@@STEP_LOG_LINE@json.output@ }@@@", |
242 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 234 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
243 "@@@STEP_LOG_LINE@json.output@ }@@@", | 235 "@@@STEP_LOG_LINE@json.output@ }@@@", |
244 "@@@STEP_LOG_LINE@json.output@}@@@", | 236 "@@@STEP_LOG_LINE@json.output@}@@@", |
245 "@@@STEP_LOG_END@json.output@@@" | 237 "@@@STEP_LOG_END@json.output@@@" |
246 ] | 238 ] |
247 }, | 239 }, |
248 { | 240 { |
249 "cmd": [ | 241 "cmd": [ |
250 "python", | 242 "python", |
251 "-u", | 243 "-u", |
252 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 244 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
253 "--show-path", | 245 "--show-path", |
254 "python", | 246 "python", |
255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 247 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
256 ], | 248 ], |
257 "cwd": "[SLAVE_BUILD]", | |
258 "name": "cleanup_temp" | 249 "name": "cleanup_temp" |
259 }, | 250 }, |
260 { | 251 { |
261 "cmd": [ | 252 "cmd": [ |
262 "python", | 253 "python", |
263 "-u", | 254 "-u", |
264 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 255 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
265 "--build-dir", | 256 "--build-dir", |
266 "[SLAVE_BUILD]/src/out/Release", | 257 "[CWD]/src/out/Release", |
267 "--clean-isolated-files" | 258 "--clean-isolated-files" |
268 ], | 259 ], |
269 "cwd": "[SLAVE_BUILD]", | |
270 "name": "clean isolated files" | 260 "name": "clean isolated files" |
271 }, | 261 }, |
272 { | 262 { |
273 "cmd": [ | 263 "cmd": [ |
274 "python", | 264 "python", |
275 "-u", | 265 "-u", |
276 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 266 "[CWD]/src/tools/mb/mb.py", |
277 "gen", | 267 "gen", |
278 "-m", | 268 "-m", |
279 "client.skia", | 269 "client.skia", |
280 "-b", | 270 "-b", |
281 "Mac Builder", | 271 "Mac Builder", |
282 "--config-file", | 272 "--config-file", |
283 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 273 "[CWD]/src/tools/mb/mb_config.pyl", |
284 "--goma-dir", | 274 "--goma-dir", |
285 "[CACHE]/cipd/goma", | 275 "[ROOT]/b/build/slave/cache/cipd/goma", |
286 "--swarming-targets-file", | 276 "--swarming-targets-file", |
287 "browser_tests\n", | 277 "browser_tests\n", |
288 "//out/Release" | 278 "//out/Release" |
289 ], | 279 ], |
290 "cwd": "[SLAVE_BUILD]", | |
291 "name": "generate_build_files", | 280 "name": "generate_build_files", |
292 "~followup_annotations": [ | 281 "~followup_annotations": [ |
293 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 282 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
294 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 283 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
295 ] | 284 ] |
296 }, | 285 }, |
297 { | 286 { |
298 "allow_subannotations": true, | 287 "allow_subannotations": true, |
299 "cmd": [ | 288 "cmd": [ |
300 "python", | 289 "python", |
301 "-u", | 290 "-u", |
302 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 291 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
303 "--src-dir", | 292 "--src-dir", |
304 "[SLAVE_BUILD]/src", | 293 "[CWD]/src", |
305 "--output-json", | 294 "--output-json", |
306 "/path/to/tmp/json" | 295 "/path/to/tmp/json" |
307 ], | 296 ], |
308 "cwd": "[SLAVE_BUILD]", | |
309 "env": { | 297 "env": { |
310 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 298 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
311 }, | 299 }, |
312 "name": "clang_revision", | 300 "name": "clang_revision", |
313 "~followup_annotations": [ | 301 "~followup_annotations": [ |
314 "@@@STEP_LOG_LINE@json.output@{@@@", | 302 "@@@STEP_LOG_LINE@json.output@{@@@", |
315 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 303 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
316 "@@@STEP_LOG_LINE@json.output@}@@@", | 304 "@@@STEP_LOG_LINE@json.output@}@@@", |
317 "@@@STEP_LOG_END@json.output@@@" | 305 "@@@STEP_LOG_END@json.output@@@" |
318 ] | 306 ] |
319 }, | 307 }, |
320 { | 308 { |
321 "cmd": [ | 309 "cmd": [ |
322 "python", | 310 "python", |
323 "-u", | 311 "-u", |
324 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 312 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
325 "--show-path", | 313 "--show-path", |
326 "python", | 314 "python", |
327 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 315 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
328 "--gsutil-py-path", | 316 "--gsutil-py-path", |
329 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 317 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
330 "--ninja-path", | 318 "--ninja-path", |
331 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 319 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
332 "--target", | 320 "--target", |
333 "Release", | 321 "Release", |
334 "--src-dir", | 322 "--src-dir", |
335 "[SLAVE_BUILD]/src", | 323 "[CWD]/src", |
336 "--goma-cache-dir", | 324 "--goma-cache-dir", |
337 "[GOMA_CACHE]", | 325 "[ROOT]/b/build/slave/goma_cache", |
338 "--build-tool", | 326 "--build-tool", |
339 "ninja", | 327 "ninja", |
340 "--build-data-dir", | 328 "--build-data-dir", |
341 "[ROOT]/build_data_dir", | 329 "[ROOT]/build_data_dir", |
342 "--compiler", | 330 "--compiler", |
343 "goma-clang", | 331 "goma-clang", |
344 "--goma-jsonstatus", | 332 "--goma-jsonstatus", |
345 "/path/to/tmp/json", | 333 "/path/to/tmp/json", |
346 "--goma-service-account-json-file", | 334 "--goma-service-account-json-file", |
347 "/creds/service_accounts/service-account-goma-client.json", | 335 "/creds/service_accounts/service-account-goma-client.json", |
348 "--goma-dir", | 336 "--goma-dir", |
349 "[CACHE]/cipd/goma", | 337 "[ROOT]/b/build/slave/cache/cipd/goma", |
350 "--ninja-ensure-up-to-date", | 338 "--ninja-ensure-up-to-date", |
351 "--", | 339 "--", |
352 "browser_tests", | 340 "browser_tests", |
353 "browser_tests_run", | 341 "browser_tests_run", |
354 "chromium_builder_tests" | 342 "chromium_builder_tests" |
355 ], | 343 ], |
356 "cwd": "[SLAVE_BUILD]", | |
357 "env": { | 344 "env": { |
358 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 345 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
359 }, | 346 }, |
360 "name": "compile", | 347 "name": "compile", |
361 "~followup_annotations": [ | 348 "~followup_annotations": [ |
362 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 349 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
363 "@@@STEP_LOG_END@json.output (invalid)@@@" | 350 "@@@STEP_LOG_END@json.output (invalid)@@@" |
364 ] | 351 ] |
365 }, | 352 }, |
366 { | 353 { |
367 "cmd": [ | 354 "cmd": [ |
368 "python", | 355 "python", |
369 "-u", | 356 "-u", |
370 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 357 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
371 "--build-dir", | 358 "--build-dir", |
372 "[SLAVE_BUILD]/src/out/Release", | 359 "[CWD]/src/out/Release", |
373 "--src-dir", | 360 "--src-dir", |
374 "[SLAVE_BUILD]/src" | 361 "[CWD]/src" |
375 ], | 362 ], |
376 "cwd": "[SLAVE_BUILD]", | 363 "cwd": "[CWD]", |
377 "name": "remove_build_metadata" | 364 "name": "remove_build_metadata" |
378 }, | 365 }, |
379 { | 366 { |
380 "cmd": [ | 367 "cmd": [ |
381 "python", | 368 "python", |
382 "-u", | 369 "-u", |
383 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 370 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
384 "[SLAVE_BUILD]/src/tools/swarming_client", | 371 "[CWD]/src/tools/swarming_client", |
385 "batcharchive", | 372 "batcharchive", |
386 "--dump-json", | 373 "--dump-json", |
387 "/path/to/tmp/json", | 374 "/path/to/tmp/json", |
388 "--isolate-server", | 375 "--isolate-server", |
389 "https://isolateserver.appspot.com", | 376 "https://isolateserver.appspot.com", |
390 "--verbose", | 377 "--verbose", |
391 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 378 "[CWD]/src/out/Release/browser_tests.isolated.gen.json" |
392 ], | 379 ], |
393 "cwd": "[SLAVE_BUILD]", | |
394 "name": "isolate tests", | 380 "name": "isolate tests", |
395 "~followup_annotations": [ | 381 "~followup_annotations": [ |
396 "@@@STEP_LOG_LINE@json.output@{@@@", | 382 "@@@STEP_LOG_LINE@json.output@{@@@", |
397 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 383 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
398 "@@@STEP_LOG_LINE@json.output@}@@@", | 384 "@@@STEP_LOG_LINE@json.output@}@@@", |
399 "@@@STEP_LOG_END@json.output@@@" | 385 "@@@STEP_LOG_END@json.output@@@" |
400 ] | 386 ] |
401 }, | 387 }, |
402 { | 388 { |
403 "allow_subannotations": true, | 389 "allow_subannotations": true, |
404 "cmd": [ | 390 "cmd": [ |
405 "python", | 391 "python", |
406 "-u", | 392 "-u", |
407 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 393 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
408 "--show-path", | 394 "--show-path", |
409 "python", | 395 "python", |
410 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 396 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
411 "--target", | 397 "--target", |
412 "Release", | 398 "Release", |
413 "--build-url", | 399 "--build-url", |
414 "gs://chromium-skia-gm/client.skia/Mac Builder", | 400 "gs://chromium-skia-gm/client.skia/Mac Builder", |
415 "--build_revision", | 401 "--build_revision", |
416 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", | 402 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", |
417 "--factory-properties", | 403 "--factory-properties", |
418 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Builder\", \
"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\": nu
ll, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 404 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Builder\", \
"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\": nu
ll, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
419 "--build-properties", | 405 "--build-properties", |
420 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Builder\", \
"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\": nu
ll, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" | 406 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Builder\", \
"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\": nu
ll, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" |
421 ], | 407 ], |
422 "cwd": "[SLAVE_BUILD]", | |
423 "name": "package build" | 408 "name": "package build" |
424 }, | 409 }, |
425 { | 410 { |
426 "cmd": [], | 411 "cmd": [], |
427 "cwd": "[SLAVE_BUILD]", | |
428 "name": "trigger", | 412 "name": "trigger", |
429 "trigger_specs": [ | 413 "trigger_specs": [ |
430 { | 414 { |
431 "builder_name": "Mac10.9 Tests", | 415 "builder_name": "Mac10.9 Tests", |
432 "properties": { | 416 "properties": { |
433 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 417 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
434 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 418 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
435 "parent_got_chromium_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58
cb9", | 419 "parent_got_chromium_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58
cb9", |
436 "parent_got_chromium_revision_cp": "refs/heads/master@{#170242}", | 420 "parent_got_chromium_revision_cp": "refs/heads/master@{#170242}", |
437 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 421 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
(...skipping 12 matching lines...) Expand all Loading... |
450 "~followup_annotations": [ | 434 "~followup_annotations": [ |
451 "@@@STEP_TEXT@Mac10.9 Tests@@@" | 435 "@@@STEP_TEXT@Mac10.9 Tests@@@" |
452 ] | 436 ] |
453 }, | 437 }, |
454 { | 438 { |
455 "name": "$result", | 439 "name": "$result", |
456 "recipe_result": null, | 440 "recipe_result": null, |
457 "status_code": 0 | 441 "status_code": 0 |
458 } | 442 } |
459 ] | 443 ] |
OLD | NEW |