Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_cast_shell_linux_trusty.json

Issue 2357493005: Add trusty builders on chromium.linux & tryserver.chromium.linux (Closed)
Patch Set: rebased Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/cast_shell_linux_trusty",
8 "511"
9 ],
10 "name": "makedirs checkout path",
11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@"
22 ]
23 },
24 {
25 "cmd": [
26 "python",
27 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--spec",
30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
31 "--patch_root",
32 "src",
33 "--revision_mapping_file",
34 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
35 "--git-cache-dir",
36 "[GIT_CACHE]",
37 "--issue",
38 "12853011",
39 "--patchset",
40 "1",
41 "--rietveld_server",
42 "https://codereview.chromium.org",
43 "--output_json",
44 "/path/to/tmp/json",
45 "--revision",
46 "src@HEAD",
47 "--output_manifest"
48 ],
49 "cwd": "[BUILDER_CACHE]/cast_shell_linux_trusty",
50 "env": {
51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
52 },
53 "name": "bot_update",
54 "~followup_annotations": [
55 "@@@STEP_TEXT@Some step text@@@",
56 "@@@STEP_LOG_LINE@json.output@{@@@",
57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
60 "@@@STEP_LOG_LINE@json.output@ }, @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
62 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
65 "@@@STEP_LOG_LINE@json.output@ }, @@@",
66 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
67 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
68 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
69 "@@@STEP_LOG_LINE@json.output@ }, @@@",
70 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@",
71 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@",
72 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
73 "@@@STEP_LOG_LINE@json.output@ }, @@@",
74 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
75 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/angle.git\", @@@",
76 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
77 "@@@STEP_LOG_LINE@json.output@ }, @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@",
79 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/webrtc.git\", @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
81 "@@@STEP_LOG_LINE@json.output@ }, @@@",
82 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@",
83 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /tools/swarming_client.git\", @@@",
84 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
85 "@@@STEP_LOG_LINE@json.output@ }, @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
87 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /v8.git\", @@@",
88 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
89 "@@@STEP_LOG_LINE@json.output@ }@@@",
90 "@@@STEP_LOG_LINE@json.output@ }, @@@",
91 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
93 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
94 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
95 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@",
97 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@",
98 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
99 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
100 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
101 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\", @@@",
102 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@",
104 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1 32c3a35f03975671d43e399\", @@@",
105 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas ter@{#43426}\", @@@",
106 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
107 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
108 "@@@STEP_LOG_LINE@json.output@ }, @@@",
109 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
110 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
111 "@@@STEP_LOG_LINE@json.output@}@@@",
112 "@@@STEP_LOG_END@json.output@@@",
113 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@",
114 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
115 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18 2578}\"@@@",
116 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@",
117 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
118 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@",
119 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
120 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
121 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
122 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
123 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
124 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
125 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
126 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
127 ]
128 },
129 {
130 "cmd": [],
131 "name": "ensure_goma"
132 },
133 {
134 "cmd": [
135 "python",
136 "-u",
137 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
138 "--platform",
139 "linux-amd64",
140 "--dest-directory",
141 "[SLAVE_BUILD]/cipd",
142 "--json-output",
143 "/path/to/tmp/json"
144 ],
145 "name": "ensure_goma.install cipd",
146 "~followup_annotations": [
147 "@@@STEP_NEST_LEVEL@1@@@",
148 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
149 "@@@STEP_LOG_LINE@json.output@{@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
151 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
152 "@@@STEP_LOG_LINE@json.output@}@@@",
153 "@@@STEP_LOG_END@json.output@@@"
154 ]
155 },
156 {
157 "cmd": [
158 "[SLAVE_BUILD]/cipd/cipd",
159 "ensure",
160 "--root",
161 "[CACHE]/cipd/goma",
162 "--list",
163 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release",
164 "--json-output",
165 "/path/to/tmp/json",
166 "--service-account-json",
167 "/creds/service_accounts/service-account-goma-client.json"
168 ],
169 "name": "ensure_goma.ensure_installed",
170 "~followup_annotations": [
171 "@@@STEP_NEST_LEVEL@1@@@",
172 "@@@STEP_LOG_LINE@json.output@{@@@",
173 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
174 "@@@STEP_LOG_LINE@json.output@ {@@@",
175 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@",
176 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@",
177 "@@@STEP_LOG_LINE@json.output@ }, @@@",
178 "@@@STEP_LOG_LINE@json.output@ {@@@",
179 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
180 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
181 "@@@STEP_LOG_LINE@json.output@ }@@@",
182 "@@@STEP_LOG_LINE@json.output@ ]@@@",
183 "@@@STEP_LOG_LINE@json.output@}@@@",
184 "@@@STEP_LOG_END@json.output@@@"
185 ]
186 },
187 {
188 "cmd": [
189 "python",
190 "-u",
191 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
192 "runhooks"
193 ],
194 "cwd": "[BUILDER_CACHE]/cast_shell_linux_trusty/src",
195 "env": {
196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
197 "GYP_CHROMIUM_NO_ACTION": "1",
198 "GYP_DEFINES": "chromecast=1 clang=1 component=static_library dcheck_alway s_on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
199 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
200 },
201 "name": "gclient runhooks (with patch)"
202 },
203 {
204 "cmd": [
205 "python",
206 "-u",
207 "[BUILDER_CACHE]/cast_shell_linux_trusty/src/testing/scripts/get_compile_t argets.py",
208 "--output",
209 "/path/to/tmp/json",
210 "--",
211 "--build-config-fs",
212 "Release",
213 "--use-src-side-runtest-py",
214 "--paths",
215 "{\"checkout\": \"[BUILDER_CACHE]/cast_shell_linux_trusty/src\", \"runit.p y\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RE CIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
216 "--properties",
217 "{\"buildername\": \"cast_shell_linux_trusty\", \"buildnumber\": 571, \"ma stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta rget_platform\": \"linux\"}"
218 ],
219 "name": "get compile targets for scripts",
220 "~followup_annotations": [
221 "@@@STEP_LOG_LINE@json.output@{}@@@",
222 "@@@STEP_LOG_END@json.output@@@"
223 ]
224 },
225 {
226 "cmd": [
227 "python",
228 "-u",
229 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
230 "[BUILDER_CACHE]/cast_shell_linux_trusty/src/testing/buildbot/chromium.lin ux.json",
231 "/path/to/tmp/json"
232 ],
233 "name": "read test spec (chromium.linux.json)",
234 "~followup_annotations": [
235 "@@@STEP_TEXT@path: [BUILDER_CACHE]/cast_shell_linux_trusty/src/testing/bu ildbot/chromium.linux.json@@@",
236 "@@@STEP_LOG_LINE@json.output@{}@@@",
237 "@@@STEP_LOG_END@json.output@@@"
238 ]
239 },
240 {
241 "cmd": [
242 "git",
243 "diff",
244 "--cached",
245 "--name-only"
246 ],
247 "cwd": "[BUILDER_CACHE]/cast_shell_linux_trusty/src",
248 "name": "git diff to analyze patch",
249 "stdout": "/path/to/tmp/",
250 "~followup_annotations": [
251 "@@@STEP_LOG_LINE@files@foo.cc@@@",
252 "@@@STEP_LOG_END@files@@@",
253 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
254 ]
255 },
256 {
257 "cmd": [
258 "python",
259 "-u",
260 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
261 "[BUILDER_CACHE]/cast_shell_linux_trusty/src/testing/buildbot/trybot_analy ze_config.json",
262 "/path/to/tmp/json"
263 ],
264 "name": "read filter exclusion spec",
265 "~followup_annotations": [
266 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
267 "@@@STEP_LOG_LINE@json.output@{@@@",
268 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
269 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
270 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
271 "@@@STEP_LOG_LINE@json.output@ ]@@@",
272 "@@@STEP_LOG_LINE@json.output@ }, @@@",
273 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
274 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
275 "@@@STEP_LOG_LINE@json.output@ }@@@",
276 "@@@STEP_LOG_LINE@json.output@}@@@",
277 "@@@STEP_LOG_END@json.output@@@"
278 ]
279 },
280 {
281 "cmd": [
282 "python",
283 "-u",
284 "import sys; sys.exit(0)"
285 ],
286 "name": "analyze",
287 "~followup_annotations": [
288 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
289 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
290 "@@@STEP_LOG_END@excluded_files@@@",
291 "@@@STEP_LOG_LINE@analyze_details@{@@@",
292 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
293 "@@@STEP_LOG_LINE@analyze_details@ \"cast_shell\"@@@",
294 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
295 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
296 "@@@STEP_LOG_LINE@analyze_details@ \"cast_shell\"@@@",
297 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
298 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
299 "@@@STEP_LOG_LINE@analyze_details@ \"cast_shell\"@@@",
300 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
301 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
302 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@",
303 "@@@STEP_LOG_LINE@analyze_details@}@@@",
304 "@@@STEP_LOG_END@analyze_details@@@"
305 ]
306 },
307 {
308 "cmd": [
309 "python",
310 "-u",
311 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
312 "--show-path",
313 "python",
314 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
315 ],
316 "name": "cleanup_temp"
317 },
318 {
319 "cmd": [
320 "python",
321 "-u",
322 "[BUILDER_CACHE]/cast_shell_linux_trusty/src/tools/mb/mb.py",
323 "gen",
324 "-m",
325 "tryserver.chromium.linux",
326 "-b",
327 "cast_shell_linux_trusty",
328 "--config-file",
329 "[BUILDER_CACHE]/cast_shell_linux_trusty/src/tools/mb/mb_config.pyl",
330 "--goma-dir",
331 "[CACHE]/cipd/goma",
332 "//out/Release"
333 ],
334 "cwd": "[BUILDER_CACHE]/cast_shell_linux_trusty/src",
335 "env": {
336 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
337 },
338 "name": "generate_build_files (with patch)"
339 },
340 {
341 "allow_subannotations": true,
342 "cmd": [
343 "python",
344 "-u",
345 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
346 "--src-dir",
347 "[BUILDER_CACHE]/cast_shell_linux_trusty/src",
348 "--output-json",
349 "/path/to/tmp/json"
350 ],
351 "env": {
352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
353 },
354 "name": "clang_revision",
355 "~followup_annotations": [
356 "@@@STEP_LOG_LINE@json.output@{@@@",
357 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
358 "@@@STEP_LOG_LINE@json.output@}@@@",
359 "@@@STEP_LOG_END@json.output@@@"
360 ]
361 },
362 {
363 "cmd": [
364 "python",
365 "-u",
366 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
367 "--show-path",
368 "python",
369 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
370 "--gsutil-py-path",
371 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
372 "--ninja-path",
373 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
374 "--target",
375 "Release",
376 "--src-dir",
377 "[BUILDER_CACHE]/cast_shell_linux_trusty/src",
378 "--goma-cache-dir",
379 "[GOMA_CACHE]",
380 "--buildbot-buildername",
381 "cast_shell_linux_trusty",
382 "--buildbot-mastername",
383 "tryserver.chromium.linux",
384 "--buildbot-slavename",
385 "TestSlavename",
386 "--goma-deps-cache-file",
387 "cast_shell_linux_trusty.gomadeps",
388 "--compiler",
389 "goma-clang",
390 "--goma-jsonstatus",
391 "/path/to/tmp/json",
392 "--goma-service-account-json-file",
393 "/creds/service_accounts/service-account-goma-client.json",
394 "--goma-dir",
395 "[CACHE]/cipd/goma",
396 "--goma-fail-fast",
397 "--goma-disable-local-fallback",
398 "--ninja-ensure-up-to-date",
399 "--",
400 "cast_shell"
401 ],
402 "env": {
403 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
404 },
405 "name": "compile (with patch)",
406 "~followup_annotations": [
407 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
408 "@@@STEP_LOG_END@json.output (invalid)@@@"
409 ]
410 },
411 {
412 "cmd": [
413 "python",
414 "-u",
415 "import sys; sys.exit(0)"
416 ],
417 "name": "mark: before_tests"
418 },
419 {
420 "name": "$result",
421 "recipe_result": null,
422 "status_code": 0
423 }
424 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698