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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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
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 Tests", 10 "Linux Tests",
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/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 "[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/skia@1111111", 26 "src/third_party/skia@1111111",
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 103 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 104 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@" , 106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@" ,
106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 107 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
107 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702 42}\"@@@" 108 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702 42}\"@@@"
108 ] 109 ]
109 }, 110 },
110 { 111 {
111 "cmd": [], 112 "cmd": [],
113 "cwd": "[SLAVE_BUILD]",
112 "name": "ensure_goma" 114 "name": "ensure_goma"
113 }, 115 },
114 { 116 {
115 "cmd": [ 117 "cmd": [
116 "python", 118 "python",
117 "-u", 119 "-u",
118 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 120 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
119 "--platform", 121 "--platform",
120 "linux-amd64", 122 "linux-amd64",
121 "--dest-directory", 123 "--dest-directory",
122 "[CWD]/cipd", 124 "[SLAVE_BUILD]/cipd",
123 "--json-output", 125 "--json-output",
124 "/path/to/tmp/json" 126 "/path/to/tmp/json"
125 ], 127 ],
128 "cwd": "[SLAVE_BUILD]",
126 "name": "ensure_goma.install cipd", 129 "name": "ensure_goma.install cipd",
127 "~followup_annotations": [ 130 "~followup_annotations": [
128 "@@@STEP_NEST_LEVEL@1@@@", 131 "@@@STEP_NEST_LEVEL@1@@@",
129 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @", 132 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
130 "@@@STEP_LOG_LINE@json.output@{@@@", 133 "@@@STEP_LOG_LINE@json.output@{@@@",
131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\", @@@", 134 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
132 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@", 135 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
133 "@@@STEP_LOG_LINE@json.output@}@@@", 136 "@@@STEP_LOG_LINE@json.output@}@@@",
134 "@@@STEP_LOG_END@json.output@@@" 137 "@@@STEP_LOG_END@json.output@@@"
135 ] 138 ]
136 }, 139 },
137 { 140 {
138 "cmd": [ 141 "cmd": [
139 "fake_slave_build/cipd", 142 "[SLAVE_BUILD]/cipd/cipd",
140 "ensure", 143 "ensure",
141 "--root", 144 "--root",
142 "[ROOT]/b/build/slave/cache/cipd/goma", 145 "[CACHE]/cipd/goma",
143 "--list", 146 "--list",
144 "infra_internal/goma/client/linux-amd64 release", 147 "infra_internal/goma/client/linux-amd64 release",
145 "--json-output", 148 "--json-output",
146 "/path/to/tmp/json", 149 "/path/to/tmp/json",
147 "--service-account-json", 150 "--service-account-json",
148 "/creds/service_accounts/service-account-goma-client.json" 151 "/creds/service_accounts/service-account-goma-client.json"
149 ], 152 ],
153 "cwd": "[SLAVE_BUILD]",
150 "name": "ensure_goma.ensure_installed", 154 "name": "ensure_goma.ensure_installed",
151 "~followup_annotations": [ 155 "~followup_annotations": [
152 "@@@STEP_NEST_LEVEL@1@@@", 156 "@@@STEP_NEST_LEVEL@1@@@",
153 "@@@STEP_LOG_LINE@json.output@{@@@", 157 "@@@STEP_LOG_LINE@json.output@{@@@",
154 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", 158 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
155 "@@@STEP_LOG_LINE@json.output@ {@@@", 159 "@@@STEP_LOG_LINE@json.output@ {@@@",
156 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 160 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
157 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@", 161 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
158 "@@@STEP_LOG_LINE@json.output@ }@@@", 162 "@@@STEP_LOG_LINE@json.output@ }@@@",
159 "@@@STEP_LOG_LINE@json.output@ ]@@@", 163 "@@@STEP_LOG_LINE@json.output@ ]@@@",
160 "@@@STEP_LOG_LINE@json.output@}@@@", 164 "@@@STEP_LOG_LINE@json.output@}@@@",
161 "@@@STEP_LOG_END@json.output@@@" 165 "@@@STEP_LOG_END@json.output@@@"
162 ] 166 ]
163 }, 167 },
164 { 168 {
165 "cmd": [ 169 "cmd": [
166 "python", 170 "python",
167 "-u", 171 "-u",
168 "[CWD]/src/tools/swarming_client/swarming.py", 172 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
169 "--version" 173 "--version"
170 ], 174 ],
175 "cwd": "[SLAVE_BUILD]",
171 "name": "swarming.py --version", 176 "name": "swarming.py --version",
172 "stdout": "/path/to/tmp/", 177 "stdout": "/path/to/tmp/",
173 "~followup_annotations": [ 178 "~followup_annotations": [
174 "@@@STEP_TEXT@0.4.10@@@" 179 "@@@STEP_TEXT@0.4.10@@@"
175 ] 180 ]
176 }, 181 },
177 { 182 {
178 "cmd": [ 183 "cmd": [
179 "python", 184 "python",
180 "-u", 185 "-u",
181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 186 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
182 "runhooks" 187 "runhooks"
183 ], 188 ],
189 "cwd": "[SLAVE_BUILD]",
184 "env": { 190 "env": {
185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
186 "GYP_CHROMIUM_NO_ACTION": "1", 192 "GYP_CHROMIUM_NO_ACTION": "1",
187 "GYP_DEFINES": "component=static_library gomadir='[ROOT]/b/build/slave/cac he/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1", 193 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 test_isolation_mode=prepare use_goma=1",
188 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
189 }, 195 },
190 "name": "gclient runhooks" 196 "name": "gclient runhooks"
191 }, 197 },
192 { 198 {
193 "cmd": [ 199 "cmd": [
194 "python", 200 "python",
195 "-u", 201 "-u",
196 "[CWD]/src/testing/scripts/get_compile_targets.py", 202 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
197 "--output", 203 "--output",
198 "/path/to/tmp/json", 204 "/path/to/tmp/json",
199 "--", 205 "--",
200 "--build-config-fs", 206 "--build-config-fs",
201 "Release", 207 "Release",
202 "--use-src-side-runtest-py", 208 "--use-src-side-runtest-py",
203 "--paths", 209 "--paths",
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\"}", 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\"}",
205 "--properties", 211 "--properties",
206 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\ "}" 212 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\ "}"
207 ], 213 ],
214 "cwd": "[SLAVE_BUILD]",
208 "name": "get compile targets for scripts", 215 "name": "get compile targets for scripts",
209 "~followup_annotations": [ 216 "~followup_annotations": [
210 "@@@STEP_LOG_LINE@json.output@{}@@@", 217 "@@@STEP_LOG_LINE@json.output@{}@@@",
211 "@@@STEP_LOG_END@json.output@@@" 218 "@@@STEP_LOG_END@json.output@@@"
212 ] 219 ]
213 }, 220 },
214 { 221 {
215 "cmd": [ 222 "cmd": [
216 "python", 223 "python",
217 "-u", 224 "-u",
218 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 225 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
219 "[CWD]/src/testing/buildbot/chromium.linux.json", 226 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
220 "/path/to/tmp/json" 227 "/path/to/tmp/json"
221 ], 228 ],
229 "cwd": "[SLAVE_BUILD]",
222 "name": "read test spec", 230 "name": "read test spec",
223 "~followup_annotations": [ 231 "~followup_annotations": [
224 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.linux.json@@@", 232 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@",
225 "@@@STEP_LOG_LINE@json.output@{@@@", 233 "@@@STEP_LOG_LINE@json.output@{@@@",
226 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", 234 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@",
227 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 235 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
228 "@@@STEP_LOG_LINE@json.output@ {@@@", 236 "@@@STEP_LOG_LINE@json.output@ {@@@",
229 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 237 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
230 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 238 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
231 "@@@STEP_LOG_LINE@json.output@ }, @@@", 239 "@@@STEP_LOG_LINE@json.output@ }, @@@",
232 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 240 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
233 "@@@STEP_LOG_LINE@json.output@ }@@@", 241 "@@@STEP_LOG_LINE@json.output@ }@@@",
234 "@@@STEP_LOG_LINE@json.output@ ]@@@", 242 "@@@STEP_LOG_LINE@json.output@ ]@@@",
235 "@@@STEP_LOG_LINE@json.output@ }@@@", 243 "@@@STEP_LOG_LINE@json.output@ }@@@",
236 "@@@STEP_LOG_LINE@json.output@}@@@", 244 "@@@STEP_LOG_LINE@json.output@}@@@",
237 "@@@STEP_LOG_END@json.output@@@" 245 "@@@STEP_LOG_END@json.output@@@"
238 ] 246 ]
239 }, 247 },
240 { 248 {
241 "cmd": [ 249 "cmd": [
242 "python", 250 "python",
243 "-u", 251 "-u",
244 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 252 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
245 "--show-path", 253 "--show-path",
246 "python", 254 "python",
247 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
248 ], 256 ],
257 "cwd": "[SLAVE_BUILD]",
249 "name": "cleanup_temp" 258 "name": "cleanup_temp"
250 }, 259 },
251 { 260 {
252 "cmd": [ 261 "cmd": [
253 "python", 262 "python",
254 "-u", 263 "-u",
255 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 264 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
256 "[CWD]/src/out/Release" 265 "[SLAVE_BUILD]/src/out/Release"
257 ], 266 ],
267 "cwd": "[SLAVE_BUILD]",
258 "name": "rmtree build directory", 268 "name": "rmtree build directory",
259 "~followup_annotations": [ 269 "~followup_annotations": [
260 "@@@STEP_LOG_LINE@python.inline@@@@", 270 "@@@STEP_LOG_LINE@python.inline@@@@",
261 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 271 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
262 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 272 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
263 "@@@STEP_LOG_LINE@python.inline@@@@", 273 "@@@STEP_LOG_LINE@python.inline@@@@",
264 "@@@STEP_LOG_LINE@python.inline@@@@", 274 "@@@STEP_LOG_LINE@python.inline@@@@",
265 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 275 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
266 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 276 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
267 "@@@STEP_LOG_END@python.inline@@@" 277 "@@@STEP_LOG_END@python.inline@@@"
268 ] 278 ]
269 }, 279 },
270 { 280 {
271 "cmd": [ 281 "cmd": [
272 "python", 282 "python",
273 "-u", 283 "-u",
274 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 284 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
275 "--show-path", 285 "--show-path",
276 "python", 286 "python",
277 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", 287 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py",
278 "--target", 288 "--target",
279 "Release", 289 "Release",
280 "--build-archive-url", 290 "--build-archive-url",
281 "gs://test-domain/test-archive.zip", 291 "gs://test-domain/test-archive.zip",
282 "--master-name", 292 "--master-name",
283 "client.skia", 293 "client.skia",
284 "--build-number", 294 "--build-number",
285 "571" 295 "571"
286 ], 296 ],
297 "cwd": "[SLAVE_BUILD]",
287 "name": "extract build" 298 "name": "extract build"
288 }, 299 },
289 { 300 {
290 "cmd": [ 301 "cmd": [
291 "python", 302 "python",
292 "-u", 303 "-u",
293 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 304 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
294 "--build-dir", 305 "--build-dir",
295 "[CWD]/src/out/Release", 306 "[SLAVE_BUILD]/src/out/Release",
296 "--output-json", 307 "--output-json",
297 "/path/to/tmp/json" 308 "/path/to/tmp/json"
298 ], 309 ],
310 "cwd": "[SLAVE_BUILD]",
299 "name": "find isolated tests", 311 "name": "find isolated tests",
300 "~followup_annotations": [ 312 "~followup_annotations": [
301 "@@@STEP_LOG_LINE@json.output@{@@@", 313 "@@@STEP_LOG_LINE@json.output@{@@@",
302 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 314 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
303 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 315 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
304 "@@@STEP_LOG_LINE@json.output@}@@@", 316 "@@@STEP_LOG_LINE@json.output@}@@@",
305 "@@@STEP_LOG_END@json.output@@@", 317 "@@@STEP_LOG_END@json.output@@@",
306 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 318 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
307 ] 319 ]
308 }, 320 },
309 { 321 {
310 "cmd": [ 322 "cmd": [
311 "python", 323 "python",
312 "-u", 324 "-u",
313 "[CWD]/src/tools/swarming_client/swarming.py", 325 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
314 "trigger", 326 "trigger",
315 "--swarming", 327 "--swarming",
316 "https://chromium-swarm.appspot.com", 328 "https://chromium-swarm.appspot.com",
317 "--isolate-server", 329 "--isolate-server",
318 "https://isolateserver.appspot.com", 330 "https://isolateserver.appspot.com",
319 "--priority", 331 "--priority",
320 "25", 332 "25",
321 "--shards", 333 "--shards",
322 "1", 334 "1",
323 "--task-name", 335 "--task-name",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "purpose:post-commit", 374 "purpose:post-commit",
363 "--tag", 375 "--tag",
364 "slavename:TestSlavename", 376 "slavename:TestSlavename",
365 "--tag", 377 "--tag",
366 "stepname:browser_tests on Ubuntu-12.04", 378 "stepname:browser_tests on Ubuntu-12.04",
367 "--idempotent", 379 "--idempotent",
368 "ffffffffffffffffffffffffffffffffffffffff", 380 "ffffffffffffffffffffffffffffffffffffffff",
369 "--", 381 "--",
370 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 382 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
371 ], 383 ],
384 "cwd": "[SLAVE_BUILD]",
372 "name": "[trigger] browser_tests on Ubuntu-12.04", 385 "name": "[trigger] browser_tests on Ubuntu-12.04",
373 "~followup_annotations": [ 386 "~followup_annotations": [
374 "@@@STEP_LOG_LINE@json.output@{@@@", 387 "@@@STEP_LOG_LINE@json.output@{@@@",
375 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/ffffffffff/Linux Tests/571\", @@@", 388 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/ffffffffff/Linux Tests/571\", @@@",
376 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 389 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
377 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/ffffffffff/ Linux Tests/571\": {@@@", 390 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/ffffffffff/ Linux Tests/571\": {@@@",
378 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 391 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
379 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 392 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
380 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 393 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
381 "@@@STEP_LOG_LINE@json.output@ }@@@", 394 "@@@STEP_LOG_LINE@json.output@ }@@@",
382 "@@@STEP_LOG_LINE@json.output@ }@@@", 395 "@@@STEP_LOG_LINE@json.output@ }@@@",
383 "@@@STEP_LOG_LINE@json.output@}@@@", 396 "@@@STEP_LOG_LINE@json.output@}@@@",
384 "@@@STEP_LOG_END@json.output@@@", 397 "@@@STEP_LOG_END@json.output@@@",
385 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 398 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
386 ] 399 ]
387 }, 400 },
388 { 401 {
389 "allow_subannotations": true, 402 "allow_subannotations": true,
390 "cmd": [ 403 "cmd": [
391 "python", 404 "python",
392 "-u", 405 "-u",
393 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 406 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
394 "python", 407 "python",
395 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", 408 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py",
396 "--swarming-client-dir", 409 "--swarming-client-dir",
397 "[CWD]/src/tools/swarming_client", 410 "[SLAVE_BUILD]/src/tools/swarming_client",
398 "--temp-root-dir", 411 "--temp-root-dir",
399 "[TMP]", 412 "[TMP_BASE]",
400 "--merged-test-output", 413 "--merged-test-output",
401 "/path/to/tmp/json", 414 "/path/to/tmp/json",
402 "--", 415 "--",
403 "collect", 416 "collect",
404 "--swarming", 417 "--swarming",
405 "https://chromium-swarm.appspot.com", 418 "https://chromium-swarm.appspot.com",
406 "--decorate", 419 "--decorate",
407 "--print-status-updates", 420 "--print-status-updates",
408 "--shards", 421 "--shards",
409 "1", 422 "1",
410 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" 423 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571"
411 ], 424 ],
425 "cwd": "[SLAVE_BUILD]",
412 "name": "browser_tests on Ubuntu-12.04", 426 "name": "browser_tests on Ubuntu-12.04",
413 "~followup_annotations": [ 427 "~followup_annotations": [
414 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 428 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
415 ] 429 ]
416 }, 430 },
417 { 431 {
418 "cmd": [ 432 "cmd": [
419 "python", 433 "python",
420 "-u", 434 "-u",
421 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 435 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ",
422 "--input-gtest-json", 436 "--input-gtest-json",
423 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" , 437 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
424 "--master-name", 438 "--master-name",
425 "client.skia", 439 "client.skia",
426 "--builder-name", 440 "--builder-name",
427 "Linux Tests", 441 "Linux Tests",
428 "--build-number", 442 "--build-number",
429 "571", 443 "571",
430 "--test-type", 444 "--test-type",
431 "browser_tests on Ubuntu-12.04", 445 "browser_tests on Ubuntu-12.04",
432 "--test-results-server", 446 "--test-results-server",
433 "test-results.appspot.com", 447 "test-results.appspot.com",
434 "--chrome-revision", 448 "--chrome-revision",
435 "143121" 449 "143121"
436 ], 450 ],
451 "cwd": "[SLAVE_BUILD]",
437 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" 452 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]"
438 }, 453 },
439 { 454 {
440 "name": "$result", 455 "name": "$result",
441 "recipe_result": null, 456 "recipe_result": null,
442 "status_code": 0 457 "status_code": 0
443 } 458 }
444 ] 459 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698