| 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 "chromium.linux", | 8 "chromium.gpu", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tests", | 10 "Linux Release (NVIDIA)", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = None\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.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = None\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.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--output_json", | 19 "--output_json", |
| 20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 "GYP_CHROMIUM_NO_ACTION": "1", | 114 "GYP_CHROMIUM_NO_ACTION": "1", |
| 115 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" | 115 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" |
| 116 }, | 116 }, |
| 117 "name": "gclient runhooks" | 117 "name": "gclient runhooks" |
| 118 }, | 118 }, |
| 119 { | 119 { |
| 120 "cmd": [ | 120 "cmd": [ |
| 121 "python", | 121 "python", |
| 122 "-u", | 122 "-u", |
| 123 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 123 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 124 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 124 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json", |
| 125 "/path/to/tmp/json" | 125 "/path/to/tmp/json" |
| 126 ], | 126 ], |
| 127 "cwd": "[SLAVE_BUILD]", | 127 "cwd": "[SLAVE_BUILD]", |
| 128 "name": "read test spec", | 128 "name": "read test spec", |
| 129 "~followup_annotations": [ | 129 "~followup_annotations": [ |
| 130 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 130 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json@@
@", |
| 131 "@@@STEP_LOG_LINE@json.output@{@@@", | 131 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 132 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"Linux Release (NVIDIA)\": {@@@", |
| 133 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 134 "@@@STEP_LOG_LINE@json.output@ {@@@", | 134 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 135 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 135 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 136 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 137 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 138 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 139 "@@@STEP_LOG_LINE@json.output@ }@@@", | 139 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 140 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 140 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ }@@@", | 141 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 142 "@@@STEP_LOG_LINE@json.output@}@@@", | 142 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 143 "@@@STEP_LOG_END@json.output@@@" | 143 "@@@STEP_LOG_END@json.output@@@" |
| 144 ] | 144 ] |
| 145 }, | 145 }, |
| 146 { | 146 { |
| 147 "cmd": [ | 147 "cmd": [ |
| 148 "python", | 148 "python", |
| 149 "-u", | 149 "-u", |
| 150 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 150 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 151 "--output", | 151 "--output", |
| 152 "/path/to/tmp/json", | 152 "/path/to/tmp/json", |
| 153 "--", | 153 "--", |
| 154 "--build-config-fs", | 154 "--build-config-fs", |
| 155 "Release", | 155 "Release", |
| 156 "--use-src-side-runtest-py", | 156 "--use-src-side-runtest-py", |
| 157 "--paths", | 157 "--paths", |
| 158 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 158 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 159 "--properties", | 159 "--properties", |
| 160 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\":
\"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}" | 160 "{\"buildername\": \"Linux Release (NVIDIA)\", \"buildnumber\": 571, \"mas
tername\": \"chromium.gpu\", \"slavename\": \"TestSlavename\", \"target_platform
\": \"linux\"}" |
| 161 ], | 161 ], |
| 162 "cwd": "[SLAVE_BUILD]", | 162 "cwd": "[SLAVE_BUILD]", |
| 163 "name": "get compile targets for scripts", | 163 "name": "get compile targets for scripts", |
| 164 "~followup_annotations": [ | 164 "~followup_annotations": [ |
| 165 "@@@STEP_LOG_LINE@json.output@{}@@@", | 165 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 166 "@@@STEP_LOG_END@json.output@@@" | 166 "@@@STEP_LOG_END@json.output@@@" |
| 167 ] | 167 ] |
| 168 }, | 168 }, |
| 169 { | 169 { |
| 170 "cmd": [ | 170 "cmd": [ |
| (...skipping 26 matching lines...) Expand all Loading... |
| 197 { | 197 { |
| 198 "cmd": [ | 198 "cmd": [ |
| 199 "python", | 199 "python", |
| 200 "-u", | 200 "-u", |
| 201 "[BUILD]/scripts/slave/extract_build.py", | 201 "[BUILD]/scripts/slave/extract_build.py", |
| 202 "--target", | 202 "--target", |
| 203 "Release", | 203 "Release", |
| 204 "--build-archive-url", | 204 "--build-archive-url", |
| 205 "gs://test-domain/test-archive.zip", | 205 "gs://test-domain/test-archive.zip", |
| 206 "--master-name", | 206 "--master-name", |
| 207 "chromium.linux", | 207 "chromium.gpu", |
| 208 "--build-number", | 208 "--build-number", |
| 209 "571" | 209 "571" |
| 210 ], | 210 ], |
| 211 "cwd": "[SLAVE_BUILD]", | 211 "cwd": "[SLAVE_BUILD]", |
| 212 "name": "extract build" | 212 "name": "extract build" |
| 213 }, | 213 }, |
| 214 { | 214 { |
| 215 "cmd": [ | 215 "cmd": [ |
| 216 "python", | 216 "python", |
| 217 "-u", | 217 "-u", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 240 "trigger", | 240 "trigger", |
| 241 "--swarming", | 241 "--swarming", |
| 242 "https://chromium-swarm.appspot.com", | 242 "https://chromium-swarm.appspot.com", |
| 243 "--isolate-server", | 243 "--isolate-server", |
| 244 "https://isolateserver.appspot.com", | 244 "https://isolateserver.appspot.com", |
| 245 "--priority", | 245 "--priority", |
| 246 "25", | 246 "25", |
| 247 "--shards", | 247 "--shards", |
| 248 "1", | 248 "1", |
| 249 "--task-name", | 249 "--task-name", |
| 250 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571", | 250 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Release (NVIDIA)/571", |
| 251 "--dump-json", | 251 "--dump-json", |
| 252 "/path/to/tmp/json", | 252 "/path/to/tmp/json", |
| 253 "--expiration", | 253 "--expiration", |
| 254 "3600", | 254 "3600", |
| 255 "--io-timeout", | 255 "--io-timeout", |
| 256 "1200", | 256 "1200", |
| 257 "--hard-timeout", | 257 "--hard-timeout", |
| 258 "3600", | 258 "3600", |
| 259 "--dimension", | 259 "--dimension", |
| 260 "cpu", | 260 "cpu", |
| 261 "x86-64", | 261 "x86-64", |
| 262 "--dimension", | 262 "--dimension", |
| 263 "gpu", | 263 "gpu", |
| 264 "none", | 264 "none", |
| 265 "--dimension", | 265 "--dimension", |
| 266 "os", | 266 "os", |
| 267 "Ubuntu-12.04", | 267 "Ubuntu-12.04", |
| 268 "--dimension", | 268 "--dimension", |
| 269 "pool", | 269 "pool", |
| 270 "Chrome", | 270 "Chrome", |
| 271 "--tag", | 271 "--tag", |
| 272 "buildername:Linux Tests", | 272 "buildername:Linux Release (NVIDIA)", |
| 273 "--tag", | 273 "--tag", |
| 274 "buildnumber:571", | 274 "buildnumber:571", |
| 275 "--tag", | 275 "--tag", |
| 276 "data:ffffffffffffffffffffffffffffffffffffffff", | 276 "data:ffffffffffffffffffffffffffffffffffffffff", |
| 277 "--tag", | 277 "--tag", |
| 278 "master:chromium.linux", | 278 "master:chromium.gpu", |
| 279 "--tag", | 279 "--tag", |
| 280 "name:browser_tests", | 280 "name:browser_tests", |
| 281 "--tag", | 281 "--tag", |
| 282 "os:Ubuntu-12.04", | 282 "os:Ubuntu-12.04", |
| 283 "--tag", | 283 "--tag", |
| 284 "project:chromium", | 284 "project:chromium", |
| 285 "--tag", | 285 "--tag", |
| 286 "purpose:CI", | 286 "purpose:CI", |
| 287 "--tag", | 287 "--tag", |
| 288 "purpose:post-commit", | 288 "purpose:post-commit", |
| 289 "--tag", | 289 "--tag", |
| 290 "slavename:TestSlavename", | 290 "slavename:TestSlavename", |
| 291 "--tag", | 291 "--tag", |
| 292 "stepname:browser_tests", | 292 "stepname:browser_tests", |
| 293 "--idempotent", | 293 "--idempotent", |
| 294 "ffffffffffffffffffffffffffffffffffffffff", | 294 "ffffffffffffffffffffffffffffffffffffffff", |
| 295 "--", | 295 "--", |
| 296 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 296 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 297 ], | 297 ], |
| 298 "cwd": "[SLAVE_BUILD]", | 298 "cwd": "[SLAVE_BUILD]", |
| 299 "name": "[trigger] browser_tests", | 299 "name": "[trigger] browser_tests", |
| 300 "~followup_annotations": [ | 300 "~followup_annotations": [ |
| 301 "@@@STEP_LOG_LINE@json.output@{@@@", | 301 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 302 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu
-12.04/ffffffffff/Linux Tests/571\", @@@", | 302 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu
-12.04/ffffffffff/Linux Release (NVIDIA)/571\", @@@", |
| 303 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 303 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/ffffffffff/
Linux Tests/571\": {@@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/ffffffffff/
Linux Release (NVIDIA)/571\": {@@@", |
| 305 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 305 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 306 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 306 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 307 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 307 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 308 "@@@STEP_LOG_LINE@json.output@ }@@@", | 308 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 309 "@@@STEP_LOG_LINE@json.output@ }@@@", | 309 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 310 "@@@STEP_LOG_LINE@json.output@}@@@", | 310 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 311 "@@@STEP_LOG_END@json.output@@@", | 311 "@@@STEP_LOG_END@json.output@@@", |
| 312 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 312 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 313 ] | 313 ] |
| 314 }, | 314 }, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 325 "--merged-test-output", | 325 "--merged-test-output", |
| 326 "/path/to/tmp/json", | 326 "/path/to/tmp/json", |
| 327 "--", | 327 "--", |
| 328 "collect", | 328 "collect", |
| 329 "--swarming", | 329 "--swarming", |
| 330 "https://chromium-swarm.appspot.com", | 330 "https://chromium-swarm.appspot.com", |
| 331 "--decorate", | 331 "--decorate", |
| 332 "--print-status-updates", | 332 "--print-status-updates", |
| 333 "--shards", | 333 "--shards", |
| 334 "1", | 334 "1", |
| 335 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" | 335 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Release (NVIDIA)/571" |
| 336 ], | 336 ], |
| 337 "cwd": "[SLAVE_BUILD]", | 337 "cwd": "[SLAVE_BUILD]", |
| 338 "name": "browser_tests" | 338 "name": "browser_tests" |
| 339 }, | 339 }, |
| 340 { | 340 { |
| 341 "cmd": [ | 341 "cmd": [ |
| 342 "python", | 342 "python", |
| 343 "-u", | 343 "-u", |
| 344 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 344 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", |
| 345 "--input-gtest-json", | 345 "--input-gtest-json", |
| 346 "{\"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\"}]}]}", | 346 "{\"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\"}]}]}", |
| 347 "--master-name", | 347 "--master-name", |
| 348 "chromium.linux", | 348 "chromium.gpu", |
| 349 "--builder-name", | 349 "--builder-name", |
| 350 "Linux Tests", | 350 "Linux Release (NVIDIA)", |
| 351 "--build-number", | 351 "--build-number", |
| 352 "571", | 352 "571", |
| 353 "--test-type", | 353 "--test-type", |
| 354 "browser_tests", | 354 "browser_tests", |
| 355 "--test-results-server", | 355 "--test-results-server", |
| 356 "test-results.appspot.com", | 356 "test-results.appspot.com", |
| 357 "--chrome-revision", | 357 "--chrome-revision", |
| 358 "170242" | 358 "170242" |
| 359 ], | 359 ], |
| 360 "cwd": "[SLAVE_BUILD]", | 360 "cwd": "[SLAVE_BUILD]", |
| 361 "name": "Upload to test-results [browser_tests]" | 361 "name": "Upload to test-results [browser_tests]" |
| 362 }, | 362 }, |
| 363 { | 363 { |
| 364 "name": "$result", | 364 "name": "$result", |
| 365 "recipe_result": null, | 365 "recipe_result": null, |
| 366 "status_code": 0 | 366 "status_code": 0 |
| 367 } | 367 } |
| 368 ] | 368 ] |
| OLD | NEW |