| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "python", | 96 "python", |
| 97 "-u", | 97 "-u", |
| 98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 100 "/path/to/tmp/json" | 100 "/path/to/tmp/json" |
| 101 ], | 101 ], |
| 102 "cwd": "[SLAVE_BUILD]", | 102 "cwd": "[SLAVE_BUILD]", |
| 103 "name": "read test spec", | 103 "name": "read test spec", |
| 104 "~followup_annotations": [ | 104 "~followup_annotations": [ |
| 105 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 105 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
| 106 "@@@STEP_LOG_LINE@json.output@{@@@", | 106 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 107 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", | |
| 108 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | |
| 109 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 110 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | |
| 111 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | |
| 112 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 113 "@@@STEP_LOG_LINE@json.output@ \"test\": \"gl_tests\"@@@", | |
| 114 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 115 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 116 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 117 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 118 "@@@STEP_LOG_END@json.output@@@" | 107 "@@@STEP_LOG_END@json.output@@@" |
| 119 ] | 108 ] |
| 120 }, | 109 }, |
| 121 { | 110 { |
| 122 "cmd": [ | 111 "cmd": [ |
| 123 "python", | 112 "python", |
| 124 "-u", | 113 "-u", |
| 125 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 114 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 126 "--output", | 115 "--output", |
| 127 "/path/to/tmp/json", | 116 "/path/to/tmp/json", |
| 128 "--", | 117 "--", |
| 129 "--build-config-fs", | 118 "--build-config-fs", |
| 130 "Release", | 119 "Release", |
| 131 "--use-src-side-runtest-py", | 120 "--use-src-side-runtest-py", |
| 132 "--paths", | 121 "--paths", |
| 133 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 122 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 134 "--properties", | 123 "--properties", |
| 135 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast
ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ
et_platform\": \"linux\"}" | 124 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast
ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ
et_platform\": \"linux\"}" |
| 136 ], | 125 ], |
| 137 "cwd": "[SLAVE_BUILD]", | 126 "cwd": "[SLAVE_BUILD]", |
| 138 "name": "get compile targets for scripts", | 127 "name": "get compile targets for scripts", |
| 139 "~followup_annotations": [ | 128 "~followup_annotations": [ |
| 140 "@@@STEP_LOG_LINE@json.output@{}@@@", | 129 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 141 "@@@STEP_LOG_END@json.output@@@" | 130 "@@@STEP_LOG_END@json.output@@@" |
| 142 ] | 131 ] |
| 143 }, | 132 }, |
| 144 { | 133 { |
| 145 "cmd": [ | 134 "cmd": [ |
| 146 "python", | |
| 147 "-u", | |
| 148 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | |
| 149 "--build-dir", | |
| 150 "[SLAVE_BUILD]/src/out/Release", | |
| 151 "--output-json", | |
| 152 "/path/to/tmp/json" | |
| 153 ], | |
| 154 "cwd": "[SLAVE_BUILD]", | |
| 155 "name": "find isolated tests", | |
| 156 "~followup_annotations": [ | |
| 157 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 158 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | |
| 159 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | |
| 160 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 161 "@@@STEP_LOG_END@json.output@@@", | |
| 162 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | |
| 163 ] | |
| 164 }, | |
| 165 { | |
| 166 "cmd": [ | |
| 167 "killall", | 135 "killall", |
| 168 "-9", | 136 "-9", |
| 169 "gnome-keyring-daemon" | 137 "gnome-keyring-daemon" |
| 170 ], | 138 ], |
| 171 "cwd": "[SLAVE_BUILD]", | 139 "cwd": "[SLAVE_BUILD]", |
| 172 "name": "killall gnome-keyring-daemon" | 140 "name": "killall gnome-keyring-daemon" |
| 173 }, | 141 }, |
| 174 { | 142 { |
| 175 "cmd": [ | 143 "cmd": [ |
| 176 "git", | 144 "git", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 193 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 161 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 194 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 162 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| 195 "/path/to/tmp/json" | 163 "/path/to/tmp/json" |
| 196 ], | 164 ], |
| 197 "cwd": "[SLAVE_BUILD]", | 165 "cwd": "[SLAVE_BUILD]", |
| 198 "name": "read filter exclusion spec", | 166 "name": "read filter exclusion spec", |
| 199 "~followup_annotations": [ | 167 "~followup_annotations": [ |
| 200 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 168 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 201 "@@@STEP_LOG_LINE@json.output@{@@@", | 169 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 202 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 170 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 203 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 171 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 204 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | |
| 205 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 206 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 172 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 207 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 173 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 208 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 174 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 175 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 209 "@@@STEP_LOG_LINE@json.output@ }@@@", | 178 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 210 "@@@STEP_LOG_LINE@json.output@}@@@", | 179 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 211 "@@@STEP_LOG_END@json.output@@@" | 180 "@@@STEP_LOG_END@json.output@@@" |
| 212 ] | 181 ] |
| 213 }, | 182 }, |
| 214 { | 183 { |
| 215 "cmd": [ | 184 "cmd": [ |
| 216 "python", | 185 "python", |
| 217 "-u", | 186 "-u", |
| 218 "import sys; sys.exit(0)" | 187 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 188 "analyze", |
| 189 "-m", |
| 190 "tryserver.chromium.linux", |
| 191 "-b", |
| 192 "linux_chromium_rel_ng", |
| 193 "-v", |
| 194 "//out/Release", |
| 195 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome
\", \"chromium_swarm_tests\", \"content_gl_tests_run\", \"gl_tests_run\", \"tab_
capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", |
| 196 "/path/to/tmp/json" |
| 219 ], | 197 ], |
| 220 "cwd": "[SLAVE_BUILD]", | 198 "cwd": "[SLAVE_BUILD]", |
| 221 "name": "analyze", | 199 "name": "analyze", |
| 222 "~followup_annotations": [ | 200 "~followup_annotations": [ |
| 223 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 201 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 224 "@@@STEP_LOG_END@excluded_files@@@" | 202 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 203 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests_run\", @@@", |
| 204 "@@@STEP_LOG_LINE@json.output@ \"chrome\", @@@", |
| 205 "@@@STEP_LOG_LINE@json.output@ \"chromium_builder_tests\", @@@", |
| 206 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests_run\", @@@", |
| 207 "@@@STEP_LOG_LINE@json.output@ \"gl_tests_run\", @@@", |
| 208 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests_run\", @@@", |
| 209 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test_run\"@@@", |
| 210 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 211 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| 212 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@", |
| 213 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests_run\", @@@", |
| 214 "@@@STEP_LOG_LINE@json.output@ \"chrome\", @@@", |
| 215 "@@@STEP_LOG_LINE@json.output@ \"chromium_builder_tests\", @@@", |
| 216 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests_run\", @@@", |
| 217 "@@@STEP_LOG_LINE@json.output@ \"gl_tests_run\", @@@", |
| 218 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests_run\", @@@", |
| 219 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test_run\"@@@", |
| 220 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 221 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 222 "@@@STEP_LOG_END@json.output@@@", |
| 223 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 224 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 225 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", |
| 226 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", |
| 227 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", |
| 228 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", |
| 229 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", |
| 230 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @
@@", |
| 231 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", |
| 232 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 233 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", |
| 234 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", |
| 235 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", |
| 236 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", |
| 237 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", |
| 238 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", |
| 239 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @
@@", |
| 240 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", |
| 241 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 242 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [@@@", |
| 243 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", |
| 244 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", |
| 245 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", |
| 246 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", |
| 247 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", |
| 248 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @
@@", |
| 249 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", |
| 250 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 251 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| 252 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", |
| 253 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", |
| 254 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", |
| 255 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", |
| 256 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", |
| 257 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @
@@", |
| 258 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", |
| 259 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 260 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": [@@@"
, |
| 261 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", |
| 262 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", |
| 263 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", |
| 264 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", |
| 265 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", |
| 266 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @
@@", |
| 267 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", |
| 268 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", |
| 269 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
| 270 "@@@STEP_LOG_END@analyze_details@@@" |
| 225 ] | 271 ] |
| 226 }, | 272 }, |
| 227 { | 273 { |
| 228 "cmd": [ | 274 "cmd": [ |
| 229 "python", | 275 "python", |
| 230 "-u", | 276 "-u", |
| 231 "[BUILD]/scripts/slave/cleanup_temp.py" | 277 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 232 ], | 278 ], |
| 233 "cwd": "[SLAVE_BUILD]", | 279 "cwd": "[SLAVE_BUILD]", |
| 234 "name": "cleanup_temp" | 280 "name": "cleanup_temp" |
| (...skipping 18 matching lines...) Expand all Loading... |
| 253 "gen", | 299 "gen", |
| 254 "-m", | 300 "-m", |
| 255 "tryserver.chromium.linux", | 301 "tryserver.chromium.linux", |
| 256 "-b", | 302 "-b", |
| 257 "linux_chromium_rel_ng", | 303 "linux_chromium_rel_ng", |
| 258 "--config-file", | 304 "--config-file", |
| 259 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 305 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 260 "--goma-dir", | 306 "--goma-dir", |
| 261 "[BUILD]/goma", | 307 "[BUILD]/goma", |
| 262 "--swarming-targets-file", | 308 "--swarming-targets-file", |
| 263 "gl_tests\ncontent_gl_tests\ngl_tests\nangle_unittests\ntelemetry_gpu_test
\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test
\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test
\ntelemetry_gpu_test\ntab_capture_end2end_tests\ngl_tests\n", | 309 "content_gl_tests\ngl_tests\nangle_unittests\ntelemetry_gpu_test\ntelemetr
y_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetr
y_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetr
y_gpu_test\ntab_capture_end2end_tests\n", |
| 264 "//out/Release" | 310 "//out/Release" |
| 265 ], | 311 ], |
| 266 "cwd": "[SLAVE_BUILD]", | 312 "cwd": "[SLAVE_BUILD]", |
| 267 "name": "generate_build_files (with patch)" | 313 "name": "generate_build_files (with patch)" |
| 268 }, | 314 }, |
| 269 { | 315 { |
| 270 "cmd": [ | 316 "cmd": [ |
| 271 "python", | 317 "python", |
| 272 "-u", | 318 "-u", |
| 273 "[BUILD]/scripts/slave/compile.py", | 319 "[BUILD]/scripts/slave/compile.py", |
| 274 "--target", | 320 "--target", |
| 275 "Release", | 321 "Release", |
| 276 "--src-dir", | 322 "--src-dir", |
| 277 "[SLAVE_BUILD]/src", | 323 "[SLAVE_BUILD]/src", |
| 278 "--build-tool", | 324 "--build-tool", |
| 279 "ninja", | 325 "ninja", |
| 280 "--compiler", | 326 "--compiler", |
| 281 "goma", | 327 "goma", |
| 282 "--goma-dir", | 328 "--goma-dir", |
| 283 "[BUILD]/goma", | 329 "[BUILD]/goma", |
| 284 "--goma-fail-fast", | 330 "--goma-fail-fast", |
| 285 "--goma-disable-local-fallback", | 331 "--goma-disable-local-fallback", |
| 286 "--ninja-ensure-up-to-date", | 332 "--ninja-ensure-up-to-date", |
| 287 "--", | 333 "--", |
| 288 "angle_unittests_run", | 334 "angle_unittests_run", |
| 289 "chrome", | 335 "chrome", |
| 290 "chromium_swarm_tests", | 336 "chromium_builder_tests", |
| 291 "content_gl_tests_run", | 337 "content_gl_tests_run", |
| 292 "gl_tests", | |
| 293 "gl_tests_run", | 338 "gl_tests_run", |
| 294 "tab_capture_end2end_tests_run", | 339 "tab_capture_end2end_tests_run", |
| 295 "telemetry_gpu_test_run" | 340 "telemetry_gpu_test_run" |
| 296 ], | 341 ], |
| 297 "cwd": "[SLAVE_BUILD]", | 342 "cwd": "[SLAVE_BUILD]", |
| 298 "name": "compile (with patch)" | 343 "name": "compile (with patch)" |
| 299 }, | 344 }, |
| 300 { | 345 { |
| 301 "cmd": [ | 346 "cmd": [ |
| 302 "python", | 347 "python", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 "trigger", | 394 "trigger", |
| 350 "--swarming", | 395 "--swarming", |
| 351 "https://chromium-swarm.appspot.com", | 396 "https://chromium-swarm.appspot.com", |
| 352 "--isolate-server", | 397 "--isolate-server", |
| 353 "https://isolateserver.appspot.com", | 398 "https://isolateserver.appspot.com", |
| 354 "--priority", | 399 "--priority", |
| 355 "30", | 400 "30", |
| 356 "--shards", | 401 "--shards", |
| 357 "1", | 402 "1", |
| 358 "--task-name", | 403 "--task-name", |
| 359 "gl_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571", | |
| 360 "--dump-json", | |
| 361 "/path/to/tmp/json", | |
| 362 "--expiration", | |
| 363 "3600", | |
| 364 "--io-timeout", | |
| 365 "1200", | |
| 366 "--hard-timeout", | |
| 367 "3600", | |
| 368 "--dimension", | |
| 369 "cpu", | |
| 370 "x86-64", | |
| 371 "--dimension", | |
| 372 "gpu", | |
| 373 "none", | |
| 374 "--dimension", | |
| 375 "os", | |
| 376 "Ubuntu-12.04", | |
| 377 "--dimension", | |
| 378 "pool", | |
| 379 "Chrome", | |
| 380 "--tag", | |
| 381 "buildername:linux_chromium_rel_ng", | |
| 382 "--tag", | |
| 383 "buildnumber:571", | |
| 384 "--tag", | |
| 385 "data:[dummy hash for gl_tests]", | |
| 386 "--tag", | |
| 387 "master:tryserver.chromium.linux", | |
| 388 "--tag", | |
| 389 "name:gl_tests (with patch)", | |
| 390 "--tag", | |
| 391 "os:Ubuntu-12.04", | |
| 392 "--tag", | |
| 393 "patch_project:chromium", | |
| 394 "--tag", | |
| 395 "project:chromium", | |
| 396 "--tag", | |
| 397 "purpose:CQ", | |
| 398 "--tag", | |
| 399 "purpose:pre-commit", | |
| 400 "--tag", | |
| 401 "rietveld:https://codereview.chromium.org/12853011/#ps1", | |
| 402 "--tag", | |
| 403 "stepname:gl_tests (with patch)", | |
| 404 "--idempotent", | |
| 405 "--user", | |
| 406 "commit-bot@chromium.org", | |
| 407 "[dummy hash for gl_tests]", | |
| 408 "--", | |
| 409 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | |
| 410 ], | |
| 411 "cwd": "[SLAVE_BUILD]", | |
| 412 "name": "[trigger] gl_tests (with patch)", | |
| 413 "~followup_annotations": [ | |
| 414 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 415 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (with patch
)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571\", @@@", | |
| 416 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | |
| 417 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (with patch)/Ubuntu-12.04/[du
mmy has/linux_chromium_rel_ng/571\": {@@@", | |
| 418 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | |
| 419 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | |
| 420 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | |
| 421 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 422 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 423 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 424 "@@@STEP_LOG_END@json.output@@@", | |
| 425 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | |
| 426 ] | |
| 427 }, | |
| 428 { | |
| 429 "cmd": [ | |
| 430 "python", | |
| 431 "-u", | |
| 432 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | |
| 433 "trigger", | |
| 434 "--swarming", | |
| 435 "https://chromium-swarm.appspot.com", | |
| 436 "--isolate-server", | |
| 437 "https://isolateserver.appspot.com", | |
| 438 "--priority", | |
| 439 "30", | |
| 440 "--shards", | |
| 441 "1", | |
| 442 "--task-name", | |
| 443 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin
ux_chromium_rel_ng/571", | 404 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin
ux_chromium_rel_ng/571", |
| 444 "--dump-json", | 405 "--dump-json", |
| 445 "/path/to/tmp/json", | 406 "/path/to/tmp/json", |
| 446 "--expiration", | 407 "--expiration", |
| 447 "3600", | 408 "3600", |
| 448 "--io-timeout", | 409 "--io-timeout", |
| 449 "1200", | 410 "1200", |
| 450 "--hard-timeout", | 411 "--hard-timeout", |
| 451 "3600", | 412 "3600", |
| 452 "--dimension", | 413 "--dimension", |
| (...skipping 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1742 "--merged-test-output", | 1703 "--merged-test-output", |
| 1743 "/path/to/tmp/json", | 1704 "/path/to/tmp/json", |
| 1744 "--", | 1705 "--", |
| 1745 "collect", | 1706 "collect", |
| 1746 "--swarming", | 1707 "--swarming", |
| 1747 "https://chromium-swarm.appspot.com", | 1708 "https://chromium-swarm.appspot.com", |
| 1748 "--decorate", | 1709 "--decorate", |
| 1749 "--print-status-updates", | 1710 "--print-status-updates", |
| 1750 "--shards", | 1711 "--shards", |
| 1751 "1", | 1712 "1", |
| 1752 "gl_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571" | |
| 1753 ], | |
| 1754 "cwd": "[SLAVE_BUILD]", | |
| 1755 "name": "gl_tests (with patch)", | |
| 1756 "~followup_annotations": [ | |
| 1757 "step returned non-zero exit code: 1", | |
| 1758 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | |
| 1759 "@@@STEP_FAILURE@@@" | |
| 1760 ] | |
| 1761 }, | |
| 1762 { | |
| 1763 "cmd": [ | |
| 1764 "python", | |
| 1765 "-u", | |
| 1766 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | |
| 1767 "--input-gtest-json", | |
| 1768 "{\"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\": \"FAILURE\"}]}]}", | |
| 1769 "--master-name", | |
| 1770 "tryserver.chromium.linux", | |
| 1771 "--builder-name", | |
| 1772 "linux_chromium_rel_ng", | |
| 1773 "--build-number", | |
| 1774 "571", | |
| 1775 "--test-type", | |
| 1776 "gl_tests (with patch)", | |
| 1777 "--test-results-server", | |
| 1778 "test-results.appspot.com", | |
| 1779 "--webkit-revision", | |
| 1780 "0", | |
| 1781 "--chrome-revision", | |
| 1782 "170242" | |
| 1783 ], | |
| 1784 "cwd": "[SLAVE_BUILD]", | |
| 1785 "name": "Upload to test-results [gl_tests (with patch)]" | |
| 1786 }, | |
| 1787 { | |
| 1788 "allow_subannotations": true, | |
| 1789 "cmd": [ | |
| 1790 "python", | |
| 1791 "-u", | |
| 1792 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | |
| 1793 "--swarming-client-dir", | |
| 1794 "[SLAVE_BUILD]/src/tools/swarming_client", | |
| 1795 "--temp-root-dir", | |
| 1796 "[TMP_BASE]", | |
| 1797 "--merged-test-output", | |
| 1798 "/path/to/tmp/json", | |
| 1799 "--", | |
| 1800 "collect", | |
| 1801 "--swarming", | |
| 1802 "https://chromium-swarm.appspot.com", | |
| 1803 "--decorate", | |
| 1804 "--print-status-updates", | |
| 1805 "--shards", | |
| 1806 "1", | |
| 1807 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin
ux_chromium_rel_ng/571" | 1713 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin
ux_chromium_rel_ng/571" |
| 1808 ], | 1714 ], |
| 1809 "cwd": "[SLAVE_BUILD]", | 1715 "cwd": "[SLAVE_BUILD]", |
| 1810 "name": "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux" | 1716 "name": "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux" |
| 1811 }, | 1717 }, |
| 1812 { | 1718 { |
| 1813 "cmd": [ | 1719 "cmd": [ |
| 1814 "python", | 1720 "python", |
| 1815 "-u", | 1721 "-u", |
| 1816 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 1722 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1946 "--print-status-updates", | 1852 "--print-status-updates", |
| 1947 "--shards", | 1853 "--shards", |
| 1948 "1", | 1854 "1", |
| 1949 "maps_pixel_test on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linu
x_chromium_rel_ng/571", | 1855 "maps_pixel_test on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linu
x_chromium_rel_ng/571", |
| 1950 "--task-output-dir", | 1856 "--task-output-dir", |
| 1951 "/path/to/tmp/" | 1857 "/path/to/tmp/" |
| 1952 ], | 1858 ], |
| 1953 "cwd": "[SLAVE_BUILD]", | 1859 "cwd": "[SLAVE_BUILD]", |
| 1954 "name": "maps_pixel_test on NVIDIA GPU on Linux (with patch) on Linux", | 1860 "name": "maps_pixel_test on NVIDIA GPU on Linux (with patch) on Linux", |
| 1955 "~followup_annotations": [ | 1861 "~followup_annotations": [ |
| 1862 "step returned non-zero exit code: 255", |
| 1863 "@@@STEP_TEXT@<br/>failures:<br/>maps_pixel_test on NVIDIA GPU on Linux (e
ntire test suite)<br/>@@@", |
| 1956 "@@@STEP_LOG_LINE@outdir_json@{@@@", | 1864 "@@@STEP_LOG_LINE@outdir_json@{@@@", |
| 1957 "@@@STEP_LOG_LINE@outdir_json@ \"0/results.json\": \"{\\\"per_page_values
\\\": [{\\\"page_id\\\": 0, \\\"type\\\": \\\"success\\\"}, {\\\"page_id\\\": 1,
\\\"type\\\": \\\"success\\\"}], \\\"pages\\\": {\\\"1\\\": {\\\"name\\\": \\\"
Test.Test2\\\"}, \\\"0\\\": {\\\"name\\\": \\\"Test.Test1\\\"}}}\", @@@", | 1865 "@@@STEP_LOG_LINE@outdir_json@ \"0/results.json\": \"{\\\"per_page_values
\\\": [], \\\"pages\\\": {}}\", @@@", |
| 1958 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", | 1866 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": true}]}\"@@@", |
| 1959 "@@@STEP_LOG_LINE@outdir_json@}@@@", | 1867 "@@@STEP_LOG_LINE@outdir_json@}@@@", |
| 1960 "@@@STEP_LOG_END@outdir_json@@@" | 1868 "@@@STEP_LOG_END@outdir_json@@@", |
| 1869 "@@@STEP_FAILURE@@@" |
| 1961 ] | 1870 ] |
| 1962 }, | 1871 }, |
| 1963 { | 1872 { |
| 1964 "cmd": [ | 1873 "cmd": [ |
| 1965 "python", | 1874 "python", |
| 1966 "-u", | 1875 "-u", |
| 1967 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1876 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1968 "collect", | 1877 "collect", |
| 1969 "--swarming", | 1878 "--swarming", |
| 1970 "https://chromium-swarm.appspot.com", | 1879 "https://chromium-swarm.appspot.com", |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2337 "gen", | 2246 "gen", |
| 2338 "-m", | 2247 "-m", |
| 2339 "tryserver.chromium.linux", | 2248 "tryserver.chromium.linux", |
| 2340 "-b", | 2249 "-b", |
| 2341 "linux_chromium_rel_ng", | 2250 "linux_chromium_rel_ng", |
| 2342 "--config-file", | 2251 "--config-file", |
| 2343 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 2252 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 2344 "--goma-dir", | 2253 "--goma-dir", |
| 2345 "[BUILD]/goma", | 2254 "[BUILD]/goma", |
| 2346 "--swarming-targets-file", | 2255 "--swarming-targets-file", |
| 2347 "gl_tests\n", | 2256 "telemetry_gpu_test\n", |
| 2348 "//out/Release" | 2257 "//out/Release" |
| 2349 ], | 2258 ], |
| 2350 "cwd": "[SLAVE_BUILD]", | 2259 "cwd": "[SLAVE_BUILD]", |
| 2351 "name": "generate_build_files (without patch)" | 2260 "name": "generate_build_files (without patch)" |
| 2352 }, | 2261 }, |
| 2353 { | 2262 { |
| 2354 "cmd": [ | 2263 "cmd": [ |
| 2355 "python", | 2264 "python", |
| 2356 "-u", | 2265 "-u", |
| 2357 "[BUILD]/scripts/slave/compile.py", | 2266 "[BUILD]/scripts/slave/compile.py", |
| 2358 "--target", | 2267 "--target", |
| 2359 "Release", | 2268 "Release", |
| 2360 "--src-dir", | 2269 "--src-dir", |
| 2361 "[SLAVE_BUILD]/src", | 2270 "[SLAVE_BUILD]/src", |
| 2362 "--build-tool", | 2271 "--build-tool", |
| 2363 "ninja", | 2272 "ninja", |
| 2364 "--compiler", | 2273 "--compiler", |
| 2365 "goma", | 2274 "goma", |
| 2366 "--goma-dir", | 2275 "--goma-dir", |
| 2367 "[BUILD]/goma", | 2276 "[BUILD]/goma", |
| 2368 "--goma-fail-fast", | 2277 "--goma-fail-fast", |
| 2369 "--goma-disable-local-fallback", | 2278 "--goma-disable-local-fallback", |
| 2370 "--ninja-ensure-up-to-date", | 2279 "--ninja-ensure-up-to-date", |
| 2371 "--", | 2280 "--", |
| 2372 "gl_tests", | 2281 "chrome", |
| 2373 "gl_tests_run" | 2282 "telemetry_gpu_test_run" |
| 2374 ], | 2283 ], |
| 2375 "cwd": "[SLAVE_BUILD]", | 2284 "cwd": "[SLAVE_BUILD]", |
| 2376 "name": "compile (without patch)" | 2285 "name": "compile (without patch)" |
| 2377 }, | 2286 }, |
| 2378 { | 2287 { |
| 2379 "cmd": [ | 2288 "cmd": [ |
| 2380 "python", | 2289 "python", |
| 2381 "-u", | 2290 "-u", |
| 2382 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", | 2291 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", |
| 2383 "/path/to/tmp/", | 2292 "/path/to/tmp/", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2420 "trigger", | 2329 "trigger", |
| 2421 "--swarming", | 2330 "--swarming", |
| 2422 "https://chromium-swarm.appspot.com", | 2331 "https://chromium-swarm.appspot.com", |
| 2423 "--isolate-server", | 2332 "--isolate-server", |
| 2424 "https://isolateserver.appspot.com", | 2333 "https://isolateserver.appspot.com", |
| 2425 "--priority", | 2334 "--priority", |
| 2426 "30", | 2335 "30", |
| 2427 "--shards", | 2336 "--shards", |
| 2428 "1", | 2337 "1", |
| 2429 "--task-name", | 2338 "--task-name", |
| 2430 "gl_tests (without patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/57
1", | 2339 "maps_pixel_test on NVIDIA GPU on Linux (without patch)/Linux/[dummy has/l
inux_chromium_rel_ng/571", |
| 2431 "--dump-json", | 2340 "--dump-json", |
| 2432 "/path/to/tmp/json", | 2341 "/path/to/tmp/json", |
| 2433 "--expiration", | 2342 "--expiration", |
| 2434 "3600", | 2343 "3600", |
| 2435 "--io-timeout", | 2344 "--io-timeout", |
| 2436 "1200", | 2345 "1200", |
| 2437 "--hard-timeout", | 2346 "--hard-timeout", |
| 2438 "3600", | 2347 "3600", |
| 2439 "--dimension", | 2348 "--dimension", |
| 2440 "cpu", | 2349 "cpu", |
| 2441 "x86-64", | 2350 "x86-64", |
| 2442 "--dimension", | 2351 "--dimension", |
| 2443 "gpu", | 2352 "gpu", |
| 2444 "none", | 2353 "10de:104a", |
| 2445 "--dimension", | 2354 "--dimension", |
| 2446 "os", | 2355 "os", |
| 2447 "Ubuntu-12.04", | 2356 "Linux", |
| 2448 "--dimension", | 2357 "--dimension", |
| 2449 "pool", | 2358 "pool", |
| 2450 "Chrome", | 2359 "Chrome", |
| 2451 "--tag", | 2360 "--tag", |
| 2452 "buildername:linux_chromium_rel_ng", | 2361 "buildername:linux_chromium_rel_ng", |
| 2453 "--tag", | 2362 "--tag", |
| 2454 "buildnumber:571", | 2363 "buildnumber:571", |
| 2455 "--tag", | 2364 "--tag", |
| 2456 "data:[dummy hash for gl_tests]", | 2365 "data:[dummy hash for telemetry_gpu_test]", |
| 2366 "--tag", |
| 2367 "gpu_test:1", |
| 2457 "--tag", | 2368 "--tag", |
| 2458 "master:tryserver.chromium.linux", | 2369 "master:tryserver.chromium.linux", |
| 2459 "--tag", | 2370 "--tag", |
| 2460 "name:gl_tests (without patch)", | 2371 "name:maps_pixel_test on NVIDIA GPU on Linux (without patch)", |
| 2461 "--tag", | 2372 "--tag", |
| 2462 "os:Ubuntu-12.04", | 2373 "os:Linux", |
| 2463 "--tag", | 2374 "--tag", |
| 2464 "patch_project:chromium", | 2375 "patch_project:chromium", |
| 2465 "--tag", | 2376 "--tag", |
| 2466 "project:chromium", | 2377 "project:chromium", |
| 2467 "--tag", | 2378 "--tag", |
| 2468 "purpose:CQ", | 2379 "purpose:CQ", |
| 2469 "--tag", | 2380 "--tag", |
| 2470 "purpose:pre-commit", | 2381 "purpose:pre-commit", |
| 2471 "--tag", | 2382 "--tag", |
| 2472 "rietveld:https://codereview.chromium.org/12853011/#ps1", | 2383 "rietveld:https://codereview.chromium.org/12853011/#ps1", |
| 2473 "--tag", | 2384 "--tag", |
| 2474 "stepname:gl_tests (without patch)", | 2385 "stepname:maps_pixel_test on NVIDIA GPU on Linux (without patch) on Linux"
, |
| 2475 "--idempotent", | |
| 2476 "--user", | 2386 "--user", |
| 2477 "commit-bot@chromium.org", | 2387 "commit-bot@chromium.org", |
| 2478 "[dummy hash for gl_tests]", | 2388 "[dummy hash for telemetry_gpu_test]", |
| 2479 "--", | 2389 "--", |
| 2480 "--gtest_filter=Test.Two", | 2390 "maps", |
| 2481 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 2391 "--show-stdout", |
| 2392 "--browser=release", |
| 2393 "-v", |
| 2394 "--use-devtools-active-port", |
| 2395 "--build-revision", |
| 2396 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 2397 "--test-machine-name", |
| 2398 "linux_chromium_rel_ng", |
| 2399 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 2400 "--story-filter=maps\\_pixel\\_test\\ on\\ NVIDIA\\ GPU\\ on\\ Linux\\ \\(
entire\\ test\\ suite\\)", |
| 2401 "--output-format", |
| 2402 "json", |
| 2403 "--output-dir", |
| 2404 "${ISOLATED_OUTDIR}" |
| 2482 ], | 2405 ], |
| 2483 "cwd": "[SLAVE_BUILD]", | 2406 "cwd": "[SLAVE_BUILD]", |
| 2484 "name": "[trigger] gl_tests (without patch)", | 2407 "name": "[trigger] maps_pixel_test on NVIDIA GPU on Linux (without patch) on
Linux", |
| 2485 "~followup_annotations": [ | 2408 "~followup_annotations": [ |
| 2486 "@@@STEP_LOG_LINE@json.output@{@@@", | 2409 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2487 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (without pa
tch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571\", @@@", | 2410 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"maps_pixel_test on N
VIDIA GPU on Linux (without patch)/Linux/[dummy has/linux_chromium_rel_ng/571\",
@@@", |
| 2488 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2411 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 2489 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (without patch)/Ubuntu-12.04/
[dummy has/linux_chromium_rel_ng/571\": {@@@", | 2412 "@@@STEP_LOG_LINE@json.output@ \"maps_pixel_test on NVIDIA GPU on Linux
(without patch)/Linux/[dummy has/linux_chromium_rel_ng/571\": {@@@", |
| 2490 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2413 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 2491 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2414 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 2492 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2415 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 2493 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2416 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2494 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2417 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2495 "@@@STEP_LOG_LINE@json.output@}@@@", | 2418 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2496 "@@@STEP_LOG_END@json.output@@@", | 2419 "@@@STEP_LOG_END@json.output@@@", |
| 2497 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 2420 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 2498 ] | 2421 ] |
| 2499 }, | 2422 }, |
| 2500 { | 2423 { |
| 2501 "allow_subannotations": true, | |
| 2502 "cmd": [ | 2424 "cmd": [ |
| 2503 "python", | 2425 "python", |
| 2504 "-u", | 2426 "-u", |
| 2505 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 2427 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 2506 "--swarming-client-dir", | |
| 2507 "[SLAVE_BUILD]/src/tools/swarming_client", | |
| 2508 "--temp-root-dir", | |
| 2509 "[TMP_BASE]", | |
| 2510 "--merged-test-output", | |
| 2511 "/path/to/tmp/json", | |
| 2512 "--", | |
| 2513 "collect", | 2428 "collect", |
| 2514 "--swarming", | 2429 "--swarming", |
| 2515 "https://chromium-swarm.appspot.com", | 2430 "https://chromium-swarm.appspot.com", |
| 2516 "--decorate", | 2431 "--decorate", |
| 2517 "--print-status-updates", | 2432 "--print-status-updates", |
| 2518 "--shards", | 2433 "--shards", |
| 2519 "1", | 2434 "1", |
| 2520 "gl_tests (without patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/57
1" | 2435 "maps_pixel_test on NVIDIA GPU on Linux (without patch)/Linux/[dummy has/l
inux_chromium_rel_ng/571", |
| 2436 "--task-output-dir", |
| 2437 "/path/to/tmp/" |
| 2521 ], | 2438 ], |
| 2522 "cwd": "[SLAVE_BUILD]", | 2439 "cwd": "[SLAVE_BUILD]", |
| 2523 "name": "gl_tests (without patch)" | 2440 "name": "maps_pixel_test on NVIDIA GPU on Linux (without patch) on Linux", |
| 2441 "~followup_annotations": [ |
| 2442 "@@@STEP_LOG_LINE@outdir_json@{@@@", |
| 2443 "@@@STEP_LOG_LINE@outdir_json@ \"0/results.json\": \"{\\\"per_page_values
\\\": [{\\\"page_id\\\": 0, \\\"type\\\": \\\"success\\\"}, {\\\"page_id\\\": 1,
\\\"type\\\": \\\"success\\\"}], \\\"pages\\\": {\\\"1\\\": {\\\"name\\\": \\\"
Test.Test2\\\"}, \\\"0\\\": {\\\"name\\\": \\\"Test.Test1\\\"}}}\", @@@", |
| 2444 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", |
| 2445 "@@@STEP_LOG_LINE@outdir_json@}@@@", |
| 2446 "@@@STEP_LOG_END@outdir_json@@@" |
| 2447 ] |
| 2524 }, | 2448 }, |
| 2525 { | 2449 { |
| 2526 "cmd": [ | 2450 "cmd": [ |
| 2527 "python", | |
| 2528 "-u", | |
| 2529 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | |
| 2530 "--input-gtest-json", | |
| 2531 "{\"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\"}]}]}", | |
| 2532 "--master-name", | |
| 2533 "tryserver.chromium.linux", | |
| 2534 "--builder-name", | |
| 2535 "linux_chromium_rel_ng", | |
| 2536 "--build-number", | |
| 2537 "571", | |
| 2538 "--test-type", | |
| 2539 "gl_tests (without patch)", | |
| 2540 "--test-results-server", | |
| 2541 "test-results.appspot.com", | |
| 2542 "--webkit-revision", | |
| 2543 "0", | |
| 2544 "--chrome-revision", | |
| 2545 "170242" | |
| 2546 ], | |
| 2547 "cwd": "[SLAVE_BUILD]", | |
| 2548 "name": "Upload to test-results [gl_tests (without patch)]" | |
| 2549 }, | |
| 2550 { | |
| 2551 "cmd": [ | |
| 2552 "python", | 2451 "python", |
| 2553 "-u", | 2452 "-u", |
| 2554 "import sys; sys.exit(1)" | 2453 "import sys; sys.exit(1)" |
| 2555 ], | 2454 ], |
| 2556 "cwd": "[SLAVE_BUILD]", | 2455 "cwd": "[SLAVE_BUILD]", |
| 2557 "name": "gl_tests", | 2456 "name": "maps_pixel_test on NVIDIA GPU on Linux", |
| 2558 "~followup_annotations": [ | 2457 "~followup_annotations": [ |
| 2559 "step returned non-zero exit code: 1", | 2458 "step returned non-zero exit code: 1", |
| 2560 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 2459 "@@@STEP_TEXT@<br/>failures:<br/>maps_pixel_test on NVIDIA GPU on Linux (e
ntire test suite)<br/>@@@", |
| 2561 "@@@STEP_FAILURE@@@", | 2460 "@@@STEP_FAILURE@@@", |
| 2562 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 2461 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
| 2563 "@@@SET_BUILD_PROPERTY@failure_hash@\"219632d5cbb4c4bca9faaa20654f18f250ab
3f81\"@@@" | 2462 "@@@SET_BUILD_PROPERTY@failure_hash@\"ee830a073deb60c4db65dd980b11aa053a98
ba25\"@@@" |
| 2564 ] | 2463 ] |
| 2565 }, | 2464 }, |
| 2566 { | 2465 { |
| 2567 "name": "$final_result", | 2466 "name": "$final_result", |
| 2568 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests') fa
iled with return_code 1", | 2467 "reason": "1 out of 1 aggregated steps failed. Failures: Step('maps_pixel_te
st on NVIDIA GPU on Linux') failed with return_code 1", |
| 2569 "status_code": 1 | 2468 "status_code": 1 |
| 2570 } | 2469 } |
| 2571 ] | 2470 ] |
| OLD | NEW |