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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Linux_Builder.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 months 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 | Annotate | Revision Log
OLDNEW
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 "Linux Builder", 10 "Linux 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
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 "linux-amd64", 120 "linux-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/linux-amd64 release", 144 "infra_internal/goma/client/linux-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/linux-amd64\"@@@", 157 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-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 component=static_library ffmpeg_brandi ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_ isolation_mode=prepare use_goma=1", 187 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi ng=Chrome gomadir='[ROOT]/b/build/slave/cache/cipd/goma' proprietary_codecs=1 ta rget_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\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\" : \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linu x\"}" 206 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\" : \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linu x\"}"
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.linux.json", 219 "[CWD]/src/testing/buildbot/chromium.linux.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.linux.json @@@", 224 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.linux.json@@@",
233 "@@@STEP_LOG_LINE@json.output@{@@@", 225 "@@@STEP_LOG_LINE@json.output@{@@@",
234 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", 226 "@@@STEP_LOG_LINE@json.output@ \"Linux 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 "Linux Builder", 271 "Linux 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 "cmd": [ 287 "cmd": [
299 "python", 288 "python",
300 "-u", 289 "-u",
301 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 290 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
302 "--show-path", 291 "--show-path",
303 "python", 292 "python",
304 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 293 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
305 "--gsutil-py-path", 294 "--gsutil-py-path",
306 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 295 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
307 "--ninja-path", 296 "--ninja-path",
308 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 297 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
309 "--target", 298 "--target",
310 "Release", 299 "Release",
311 "--src-dir", 300 "--src-dir",
312 "[SLAVE_BUILD]/src", 301 "[CWD]/src",
313 "--goma-cache-dir", 302 "--goma-cache-dir",
314 "[GOMA_CACHE]", 303 "[ROOT]/b/build/slave/goma_cache",
315 "--build-tool", 304 "--build-tool",
316 "ninja", 305 "ninja",
317 "--build-data-dir", 306 "--build-data-dir",
318 "[ROOT]/build_data_dir", 307 "[ROOT]/build_data_dir",
319 "--compiler", 308 "--compiler",
320 "goma", 309 "goma",
321 "--goma-jsonstatus", 310 "--goma-jsonstatus",
322 "/path/to/tmp/json", 311 "/path/to/tmp/json",
323 "--goma-service-account-json-file", 312 "--goma-service-account-json-file",
324 "/creds/service_accounts/service-account-goma-client.json", 313 "/creds/service_accounts/service-account-goma-client.json",
325 "--goma-dir", 314 "--goma-dir",
326 "[CACHE]/cipd/goma", 315 "[ROOT]/b/build/slave/cache/cipd/goma",
327 "--ninja-ensure-up-to-date", 316 "--ninja-ensure-up-to-date",
328 "--", 317 "--",
329 "browser_tests", 318 "browser_tests",
330 "browser_tests_run", 319 "browser_tests_run",
331 "chromium_swarm_tests" 320 "chromium_swarm_tests"
332 ], 321 ],
333 "cwd": "[SLAVE_BUILD]",
334 "env": { 322 "env": {
335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 323 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
336 }, 324 },
337 "name": "compile", 325 "name": "compile",
338 "~followup_annotations": [ 326 "~followup_annotations": [
339 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 327 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
340 "@@@STEP_LOG_END@json.output (invalid)@@@" 328 "@@@STEP_LOG_END@json.output (invalid)@@@"
341 ] 329 ]
342 }, 330 },
343 { 331 {
344 "cmd": [ 332 "cmd": [
345 "python", 333 "python",
346 "-u", 334 "-u",
347 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 335 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py",
348 "--build-dir", 336 "--build-dir",
349 "[SLAVE_BUILD]/src/out/Release", 337 "[CWD]/src/out/Release",
350 "--src-dir", 338 "--src-dir",
351 "[SLAVE_BUILD]/src" 339 "[CWD]/src"
352 ], 340 ],
353 "cwd": "[SLAVE_BUILD]", 341 "cwd": "[CWD]",
354 "name": "remove_build_metadata" 342 "name": "remove_build_metadata"
355 }, 343 },
356 { 344 {
357 "cmd": [ 345 "cmd": [
358 "python", 346 "python",
359 "-u", 347 "-u",
360 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 348 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
361 "[SLAVE_BUILD]/src/tools/swarming_client", 349 "[CWD]/src/tools/swarming_client",
362 "batcharchive", 350 "batcharchive",
363 "--dump-json", 351 "--dump-json",
364 "/path/to/tmp/json", 352 "/path/to/tmp/json",
365 "--isolate-server", 353 "--isolate-server",
366 "https://isolateserver.appspot.com", 354 "https://isolateserver.appspot.com",
367 "--verbose", 355 "--verbose",
368 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" 356 "[CWD]/src/out/Release/browser_tests.isolated.gen.json"
369 ], 357 ],
370 "cwd": "[SLAVE_BUILD]",
371 "name": "isolate tests", 358 "name": "isolate tests",
372 "~followup_annotations": [ 359 "~followup_annotations": [
373 "@@@STEP_LOG_LINE@json.output@{@@@", 360 "@@@STEP_LOG_LINE@json.output@{@@@",
374 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 361 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
375 "@@@STEP_LOG_LINE@json.output@}@@@", 362 "@@@STEP_LOG_LINE@json.output@}@@@",
376 "@@@STEP_LOG_END@json.output@@@" 363 "@@@STEP_LOG_END@json.output@@@"
377 ] 364 ]
378 }, 365 },
379 { 366 {
380 "allow_subannotations": true, 367 "allow_subannotations": true,
381 "cmd": [ 368 "cmd": [
382 "python", 369 "python",
383 "-u", 370 "-u",
384 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 371 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
385 "--show-path", 372 "--show-path",
386 "python", 373 "python",
387 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", 374 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py",
388 "--target", 375 "--target",
389 "Release", 376 "Release",
390 "--build-url", 377 "--build-url",
391 "gs://chromium-skia-gm/client.skia/Linux Builder", 378 "gs://chromium-skia-gm/client.skia/Linux Builder",
392 "--build_revision", 379 "--build_revision",
393 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", 380 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1",
394 "--factory-properties", 381 "--factory-properties",
395 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}", 382 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}",
396 "--build-properties", 383 "--build-properties",
397 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}" 384 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}"
398 ], 385 ],
399 "cwd": "[SLAVE_BUILD]",
400 "name": "package build" 386 "name": "package build"
401 }, 387 },
402 { 388 {
403 "cmd": [], 389 "cmd": [],
404 "cwd": "[SLAVE_BUILD]",
405 "name": "trigger", 390 "name": "trigger",
406 "trigger_specs": [ 391 "trigger_specs": [
407 { 392 {
408 "builder_name": "Linux Tests", 393 "builder_name": "Linux Tests",
409 "properties": { 394 "properties": {
410 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ", 395 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ",
411 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", 396 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}",
412 "parent_got_chromium_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58 cb9", 397 "parent_got_chromium_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58 cb9",
413 "parent_got_chromium_revision_cp": "refs/heads/master@{#170242}", 398 "parent_got_chromium_revision_cp": "refs/heads/master@{#170242}",
414 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" , 399 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" ,
(...skipping 12 matching lines...) Expand all
427 "~followup_annotations": [ 412 "~followup_annotations": [
428 "@@@STEP_TEXT@Linux Tests@@@" 413 "@@@STEP_TEXT@Linux Tests@@@"
429 ] 414 ]
430 }, 415 },
431 { 416 {
432 "name": "$result", 417 "name": "$result",
433 "recipe_result": null, 418 "recipe_result": null,
434 "status_code": 0 419 "status_code": 0
435 } 420 }
436 ] 421 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698