Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 67 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", | 67 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", |
| 68 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", | 68 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", |
| 69 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", | 69 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", |
| 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 71 ] | 71 ] |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "cmd": [ | 74 "cmd": [ |
| 75 "python", | 75 "python", |
| 76 "-u", | 76 "-u", |
| 77 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | |
| 78 "--version" | |
| 79 ], | |
| 80 "cwd": "[SLAVE_BUILD]", | |
| 81 "name": "swarming.py --version", | |
| 82 "stdout": "/path/to/tmp/", | |
| 83 "~followup_annotations": [ | |
| 84 "@@@STEP_TEXT@0.4.10@@@" | |
| 85 ] | |
| 86 }, | |
| 87 { | |
| 88 "cmd": [ | |
| 89 "python", | |
| 90 "-u", | |
| 91 "[DEPOT_TOOLS]\\gclient.py", | 77 "[DEPOT_TOOLS]\\gclient.py", |
| 92 "runhooks" | 78 "runhooks" |
| 93 ], | 79 ], |
| 94 "cwd": "[SLAVE_BUILD]", | 80 "cwd": "[SLAVE_BUILD]", |
| 95 "env": { | 81 "env": { |
| 96 "GYP_DEFINES": "component=shared_library target_arch=x64 test_isolation_mo de=prepare" | 82 "GYP_DEFINES": "component=shared_library target_arch=x64" |
|
Nico
2015/06/09 05:09:36
Hm, should I use gn for the tester too?
| |
| 97 }, | 83 }, |
| 98 "name": "gclient runhooks" | 84 "name": "gclient runhooks" |
| 99 }, | 85 }, |
| 100 { | 86 { |
| 101 "cmd": [ | 87 "cmd": [ |
| 102 "python", | 88 "python", |
| 103 "-u", | 89 "-u", |
| 104 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 90 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 105 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", | 91 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
| 106 "/path/to/tmp/json" | 92 "/path/to/tmp/json" |
| 107 ], | 93 ], |
| 108 "cwd": "[SLAVE_BUILD]", | 94 "cwd": "[SLAVE_BUILD]", |
| 109 "name": "read test spec", | 95 "name": "read test spec", |
| 110 "~followup_annotations": [ | 96 "~followup_annotations": [ |
| 111 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js on@@@", | 97 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js on@@@", |
| 112 "@@@STEP_LOG_LINE@json.output@{@@@", | 98 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 113 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang64(dbg) tester\": {@@@", | |
| 114 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | |
| 115 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 116 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | |
| 117 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", | |
| 118 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 119 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | |
| 120 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 121 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 122 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 123 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 124 "@@@STEP_LOG_END@json.output@@@" | 99 "@@@STEP_LOG_END@json.output@@@" |
| 125 ] | 100 ] |
| 126 }, | 101 }, |
| 127 { | 102 { |
| 128 "cmd": [ | 103 "cmd": [ |
| 129 "python", | 104 "python", |
| 130 "-u", | 105 "-u", |
| 131 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 106 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 132 "--output", | 107 "--output", |
| 133 "/path/to/tmp/json", | 108 "/path/to/tmp/json", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 177 { | 152 { |
| 178 "cmd": [ | 153 "cmd": [ |
| 179 "python", | 154 "python", |
| 180 "-u", | 155 "-u", |
| 181 "[BUILD]\\scripts\\slave\\extract_build.py", | 156 "[BUILD]\\scripts\\slave\\extract_build.py", |
| 182 "--target", | 157 "--target", |
| 183 "Debug_x64", | 158 "Debug_x64", |
| 184 "--build-archive-url", | 159 "--build-archive-url", |
| 185 "gs://test-domain/test-archive.zip", | 160 "gs://test-domain/test-archive.zip", |
| 186 "--factory-properties", | 161 "--factory-properties", |
| 187 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64(dbg) tester\", \"buildnumber\": 571, \"mastername\ ": \"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archi ve.zip\", \"parent_buildername\": \"CrWinClang64(dbg)\", \"parent_got_revision\" : \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swa rm_hashes\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 162 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64(dbg) tester\", \"buildnumber\": 571, \"mastername\ ": \"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archi ve.zip\", \"parent_buildername\": \"CrWinClang64(dbg)\", \"parent_got_revision\" : \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wor kdir\": \"/path/to/workdir/TestSlavename\"}", |
| 188 "--build-properties", | 163 "--build-properties", |
| 189 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64(dbg) tester\", \"buildnumber\": 571, \"mastername\ ": \"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archi ve.zip\", \"parent_buildername\": \"CrWinClang64(dbg)\", \"parent_got_revision\" : \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swa rm_hashes\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 164 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64(dbg) tester\", \"buildnumber\": 571, \"mastername\ ": \"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archi ve.zip\", \"parent_buildername\": \"CrWinClang64(dbg)\", \"parent_got_revision\" : \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wor kdir\": \"/path/to/workdir/TestSlavename\"}" |
| 190 ], | 165 ], |
| 191 "cwd": "[SLAVE_BUILD]", | 166 "cwd": "[SLAVE_BUILD]", |
| 192 "name": "extract build" | 167 "name": "extract build" |
| 193 }, | |
| 194 { | |
| 195 "cmd": [ | |
| 196 "python", | |
| 197 "-u", | |
| 198 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | |
| 199 "--build-dir", | |
| 200 "[SLAVE_BUILD]\\src\\out\\Debug_x64", | |
| 201 "--output-json", | |
| 202 "/path/to/tmp/json" | |
| 203 ], | |
| 204 "cwd": "[SLAVE_BUILD]", | |
| 205 "name": "find isolated tests", | |
| 206 "~followup_annotations": [ | |
| 207 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 208 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", | |
| 209 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", | |
| 210 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 211 "@@@STEP_LOG_END@json.output@@@", | |
| 212 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | |
| 213 ] | |
| 214 }, | |
| 215 { | |
| 216 "cmd": [ | |
| 217 "python", | |
| 218 "-u", | |
| 219 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", | |
| 220 "--target", | |
| 221 "Debug_x64" | |
| 222 ], | |
| 223 "cwd": "[SLAVE_BUILD]", | |
| 224 "name": "start_crash_service" | |
| 225 }, | |
| 226 { | |
| 227 "cmd": [ | |
| 228 "python", | |
| 229 "-u", | |
| 230 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | |
| 231 "trigger", | |
| 232 "--swarming", | |
| 233 "https://chromium-swarm.appspot.com", | |
| 234 "--isolate-server", | |
| 235 "https://isolateserver.appspot.com", | |
| 236 "--priority", | |
| 237 "35", | |
| 238 "--shards", | |
| 239 "1", | |
| 240 "--task-name", | |
| 241 "browser_tests/Windows-7-SP1/ffffffffff/CrWinClang64(dbg) tester/571", | |
| 242 "--dump-json", | |
| 243 "/path/to/tmp/json", | |
| 244 "--expiration", | |
| 245 "3600", | |
| 246 "--io-timeout", | |
| 247 "1200", | |
| 248 "--hard-timeout", | |
| 249 "3600", | |
| 250 "--dimension", | |
| 251 "cpu", | |
| 252 "x86-64", | |
| 253 "--dimension", | |
| 254 "gpu", | |
| 255 "none", | |
| 256 "--dimension", | |
| 257 "os", | |
| 258 "Windows-7-SP1", | |
| 259 "--dimension", | |
| 260 "pool", | |
| 261 "Chrome", | |
| 262 "--tag", | |
| 263 "buildername:CrWinClang64(dbg) tester", | |
| 264 "--tag", | |
| 265 "buildnumber:571", | |
| 266 "--tag", | |
| 267 "data:ffffffffffffffffffffffffffffffffffffffff", | |
| 268 "--tag", | |
| 269 "master:chromium.fyi", | |
| 270 "--tag", | |
| 271 "name:browser_tests", | |
| 272 "--tag", | |
| 273 "os:Windows-7-SP1", | |
| 274 "--tag", | |
| 275 "project:chromium", | |
| 276 "--tag", | |
| 277 "purpose:CI", | |
| 278 "--tag", | |
| 279 "purpose:post-commit", | |
| 280 "--idempotent", | |
| 281 "ffffffffffffffffffffffffffffffffffffffff", | |
| 282 "--", | |
| 283 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | |
| 284 ], | |
| 285 "cwd": "[SLAVE_BUILD]", | |
| 286 "name": "[trigger] browser_tests", | |
| 287 "~followup_annotations": [ | |
| 288 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 289 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window s-7-SP1/ffffffffff/CrWinClang64(dbg) tester/571\", @@@", | |
| 290 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | |
| 291 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff /CrWinClang64(dbg) tester/571\": {@@@", | |
| 292 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | |
| 293 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | |
| 294 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", | |
| 295 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 296 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 297 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 298 "@@@STEP_LOG_END@json.output@@@", | |
| 299 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" | |
| 300 ] | |
| 301 }, | |
| 302 { | |
| 303 "allow_subannotations": true, | |
| 304 "cmd": [ | |
| 305 "python", | |
| 306 "-u", | |
| 307 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | |
| 308 "--swarming-client-dir", | |
| 309 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | |
| 310 "--temp-root-dir", | |
| 311 "[TMP_BASE]", | |
| 312 "--merged-test-output", | |
| 313 "/path/to/tmp/json", | |
| 314 "--", | |
| 315 "collect", | |
| 316 "--swarming", | |
| 317 "https://chromium-swarm.appspot.com", | |
| 318 "--decorate", | |
| 319 "--print-status-updates", | |
| 320 "--shards", | |
| 321 "1", | |
| 322 "browser_tests/Windows-7-SP1/ffffffffff/CrWinClang64(dbg) tester/571" | |
| 323 ], | |
| 324 "cwd": "[SLAVE_BUILD]", | |
| 325 "name": "browser_tests" | |
| 326 }, | |
| 327 { | |
| 328 "cmd": [ | |
| 329 "python", | |
| 330 "-u", | |
| 331 "[BUILD]\\scripts\\slave\\process_dumps.py", | |
| 332 "--target", | |
| 333 "Debug_x64" | |
| 334 ], | |
| 335 "cwd": "[SLAVE_BUILD]", | |
| 336 "name": "process_dumps" | |
| 337 } | 168 } |
| 338 ] | 169 ] |
| OLD | NEW |