| OLD | NEW |
| 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 "chromium.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android ChromeDriver Tests Example", | 10 "Android ChromeDriver Tests Example", |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 ], | 148 ], |
| 149 "name": "Download Prebuilts.move prebuilt", | 149 "name": "Download Prebuilts.move prebuilt", |
| 150 "~followup_annotations": [ | 150 "~followup_annotations": [ |
| 151 "@@@STEP_NEST_LEVEL@1@@@" | 151 "@@@STEP_NEST_LEVEL@1@@@" |
| 152 ] | 152 ] |
| 153 }, | 153 }, |
| 154 { | 154 { |
| 155 "cmd": [ | 155 "cmd": [ |
| 156 "python", | 156 "python", |
| 157 "-u", | 157 "-u", |
| 158 "\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", | 158 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", |
| 159 "[TMP_BASE]/prebuilt_tmp_1" | 159 "[TMP_BASE]/prebuilt_tmp_1" |
| 160 ], | 160 ], |
| 161 "name": "Download Prebuilts.rmtree remove temp dir", | 161 "name": "Download Prebuilts.rmtree [TMP_BASE]/prebuilt_tmp_1", |
| 162 "~followup_annotations": [ | 162 "~followup_annotations": [ |
| 163 "@@@STEP_NEST_LEVEL@1@@@", | 163 "@@@STEP_NEST_LEVEL@1@@@" |
| 164 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 165 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | |
| 166 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | |
| 167 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 168 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 169 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | |
| 170 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | |
| 171 "@@@STEP_LOG_END@python.inline@@@" | |
| 172 ] | 164 ] |
| 173 }, | 165 }, |
| 174 { | 166 { |
| 167 "cmd": [], |
| 168 "name": "python_tests chrome_shell" |
| 169 }, |
| 170 { |
| 175 "cmd": [ | 171 "cmd": [ |
| 176 "xvfb-run", | 172 "xvfb-run", |
| 177 "-a", | 173 "-a", |
| 178 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", | 174 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", |
| 179 "--chromedriver", | 175 "--chromedriver", |
| 180 "[SLAVE_BUILD]/src/out/Release/chromedriver", | 176 "[SLAVE_BUILD]/src/out/Release/chromedriver", |
| 181 "--log-path", | 177 "--log-path", |
| 182 "[TMP_BASE]/server_log_tmp_2/server_log", | 178 "[TMP_BASE]/server_log_tmp_2/python_tests_chrome_shell_571", |
| 183 "--reference-chromedriver", | 179 "--reference-chromedriver", |
| 184 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen
ce_builds/chromedriver_linux64", | 180 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen
ce_builds/chromedriver_linux64", |
| 185 "--android-package", | 181 "--android-package", |
| 186 "chrome_shell" | 182 "chrome_shell" |
| 187 ], | 183 ], |
| 188 "env": { | 184 "env": { |
| 189 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" | 185 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" |
| 190 }, | 186 }, |
| 191 "name": "python_tests(chrome_shell)" | 187 "name": "python_tests chrome_shell.Run test python_tests chrome_shell", |
| 188 "~followup_annotations": [ |
| 189 "@@@STEP_NEST_LEVEL@1@@@" |
| 190 ] |
| 192 }, | 191 }, |
| 193 { | 192 { |
| 194 "cmd": [ | 193 "cmd": [ |
| 195 "python", | 194 "python", |
| 196 "-u", | 195 "-u", |
| 197 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 196 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 198 "--", | 197 "--", |
| 199 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 198 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 200 "----", | 199 "----", |
| 201 "cp", | 200 "cp", |
| 202 "[TMP_BASE]/server_log_tmp_2/server_log", | 201 "[TMP_BASE]/server_log_tmp_2/python_tests_chrome_shell_571", |
| 203 "gs://chromedriver-data/server_logs/server_log" | 202 "gs://chromedriver-data/server_logs/python_tests_chrome_shell_571" |
| 204 ], | 203 ], |
| 205 "name": "gsutil Upload Server Log, [TMP_BASE]/server_log_tmp_2/server_log", | 204 "name": "python_tests chrome_shell.gsutil Upload Server Log, [TMP_BASE]/serv
er_log_tmp_2/python_tests_chrome_shell_571", |
| 206 "~followup_annotations": [ | 205 "~followup_annotations": [ |
| 207 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_2/server_log@https://st
orage.cloud.google.com/chromedriver-data/server_logs/server_log@@@" | 206 "@@@STEP_NEST_LEVEL@1@@@", |
| 207 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_2/python_tests_chrome_s
hell_571@https://storage.cloud.google.com/chromedriver-data/server_logs/python_t
ests_chrome_shell_571@@@" |
| 208 ] | 208 ] |
| 209 }, | 209 }, |
| 210 { | 210 { |
| 211 "cmd": [ | 211 "cmd": [ |
| 212 "python", | 212 "python", |
| 213 "-u", | 213 "-u", |
| 214 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", | 214 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", |
| 215 "[TMP_BASE]/server_log_tmp_2" | 215 "[TMP_BASE]/server_log_tmp_2" |
| 216 ], | 216 ], |
| 217 "name": "rmtree [TMP_BASE]/server_log_tmp_2" | 217 "name": "python_tests chrome_shell.rmtree [TMP_BASE]/server_log_tmp_2", |
| 218 "~followup_annotations": [ |
| 219 "@@@STEP_NEST_LEVEL@1@@@" |
| 220 ] |
| 221 }, |
| 222 { |
| 223 "cmd": [], |
| 224 "name": "java_tests chrome_shell" |
| 218 }, | 225 }, |
| 219 { | 226 { |
| 220 "cmd": [ | 227 "cmd": [ |
| 221 "xvfb-run", | 228 "xvfb-run", |
| 222 "-a", | 229 "-a", |
| 223 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", | 230 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", |
| 224 "--chromedriver", | 231 "--chromedriver", |
| 225 "[SLAVE_BUILD]/src/out/Release/chromedriver", | 232 "[SLAVE_BUILD]/src/out/Release/chromedriver", |
| 226 "--log-path", | 233 "--log-path", |
| 227 "[TMP_BASE]/server_log_tmp_3/server_log", | 234 "[TMP_BASE]/server_log_tmp_3/java_tests_chrome_shell_571", |
| 228 "--verbose", | 235 "--verbose", |
| 229 "--android-package", | 236 "--android-package", |
| 230 "chrome_shell" | 237 "chrome_shell" |
| 231 ], | 238 ], |
| 232 "env": { | 239 "env": { |
| 233 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" | 240 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" |
| 234 }, | 241 }, |
| 235 "name": "java_tests(chrome_shell)" | 242 "name": "java_tests chrome_shell.Run test java_tests chrome_shell", |
| 243 "~followup_annotations": [ |
| 244 "@@@STEP_NEST_LEVEL@1@@@" |
| 245 ] |
| 236 }, | 246 }, |
| 237 { | 247 { |
| 238 "cmd": [ | 248 "cmd": [ |
| 239 "python", | 249 "python", |
| 240 "-u", | 250 "-u", |
| 241 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 251 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 242 "--", | 252 "--", |
| 243 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 253 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 244 "----", | 254 "----", |
| 245 "cp", | 255 "cp", |
| 246 "[TMP_BASE]/server_log_tmp_3/server_log", | 256 "[TMP_BASE]/server_log_tmp_3/java_tests_chrome_shell_571", |
| 247 "gs://chromedriver-data/server_logs/server_log" | 257 "gs://chromedriver-data/server_logs/java_tests_chrome_shell_571" |
| 248 ], | 258 ], |
| 249 "name": "gsutil Upload Server Log, [TMP_BASE]/server_log_tmp_3/server_log", | 259 "name": "java_tests chrome_shell.gsutil Upload Server Log, [TMP_BASE]/server
_log_tmp_3/java_tests_chrome_shell_571", |
| 250 "~followup_annotations": [ | 260 "~followup_annotations": [ |
| 251 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_3/server_log@https://st
orage.cloud.google.com/chromedriver-data/server_logs/server_log@@@" | 261 "@@@STEP_NEST_LEVEL@1@@@", |
| 262 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_3/java_tests_chrome_she
ll_571@https://storage.cloud.google.com/chromedriver-data/server_logs/java_tests
_chrome_shell_571@@@" |
| 252 ] | 263 ] |
| 253 }, | 264 }, |
| 254 { | 265 { |
| 255 "cmd": [ | 266 "cmd": [ |
| 256 "python", | 267 "python", |
| 257 "-u", | 268 "-u", |
| 258 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", | 269 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", |
| 259 "[TMP_BASE]/server_log_tmp_3" | 270 "[TMP_BASE]/server_log_tmp_3" |
| 260 ], | 271 ], |
| 261 "name": "rmtree [TMP_BASE]/server_log_tmp_3" | 272 "name": "java_tests chrome_shell.rmtree [TMP_BASE]/server_log_tmp_3", |
| 273 "~followup_annotations": [ |
| 274 "@@@STEP_NEST_LEVEL@1@@@" |
| 275 ] |
| 276 }, |
| 277 { |
| 278 "cmd": [], |
| 279 "name": "python_tests chrome_stable" |
| 262 }, | 280 }, |
| 263 { | 281 { |
| 264 "cmd": [ | 282 "cmd": [ |
| 265 "xvfb-run", | 283 "xvfb-run", |
| 266 "-a", | 284 "-a", |
| 267 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", | 285 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", |
| 268 "--chromedriver", | 286 "--chromedriver", |
| 269 "[SLAVE_BUILD]/src/out/Release/chromedriver", | 287 "[SLAVE_BUILD]/src/out/Release/chromedriver", |
| 270 "--log-path", | 288 "--log-path", |
| 271 "[TMP_BASE]/server_log_tmp_4/server_log", | 289 "[TMP_BASE]/server_log_tmp_4/python_tests_chrome_stable_571", |
| 272 "--reference-chromedriver", | 290 "--reference-chromedriver", |
| 273 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen
ce_builds/chromedriver_linux64", | 291 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen
ce_builds/chromedriver_linux64", |
| 274 "--android-package", | 292 "--android-package", |
| 275 "chrome_stable" | 293 "chrome_stable" |
| 276 ], | 294 ], |
| 277 "env": { | 295 "env": { |
| 278 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" | 296 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" |
| 279 }, | 297 }, |
| 280 "name": "python_tests(chrome_stable)" | 298 "name": "python_tests chrome_stable.Run test python_tests chrome_stable", |
| 299 "~followup_annotations": [ |
| 300 "@@@STEP_NEST_LEVEL@1@@@" |
| 301 ] |
| 281 }, | 302 }, |
| 282 { | 303 { |
| 283 "cmd": [ | 304 "cmd": [ |
| 284 "python", | 305 "python", |
| 285 "-u", | 306 "-u", |
| 286 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 307 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 287 "--", | 308 "--", |
| 288 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 309 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 289 "----", | 310 "----", |
| 290 "cp", | 311 "cp", |
| 291 "[TMP_BASE]/server_log_tmp_4/server_log", | 312 "[TMP_BASE]/server_log_tmp_4/python_tests_chrome_stable_571", |
| 292 "gs://chromedriver-data/server_logs/server_log" | 313 "gs://chromedriver-data/server_logs/python_tests_chrome_stable_571" |
| 293 ], | 314 ], |
| 294 "name": "gsutil Upload Server Log, [TMP_BASE]/server_log_tmp_4/server_log", | 315 "name": "python_tests chrome_stable.gsutil Upload Server Log, [TMP_BASE]/ser
ver_log_tmp_4/python_tests_chrome_stable_571", |
| 295 "~followup_annotations": [ | 316 "~followup_annotations": [ |
| 296 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_4/server_log@https://st
orage.cloud.google.com/chromedriver-data/server_logs/server_log@@@" | 317 "@@@STEP_NEST_LEVEL@1@@@", |
| 318 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_4/python_tests_chrome_s
table_571@https://storage.cloud.google.com/chromedriver-data/server_logs/python_
tests_chrome_stable_571@@@" |
| 297 ] | 319 ] |
| 298 }, | 320 }, |
| 299 { | 321 { |
| 300 "cmd": [ | 322 "cmd": [ |
| 301 "python", | 323 "python", |
| 302 "-u", | 324 "-u", |
| 303 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", | 325 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", |
| 304 "[TMP_BASE]/server_log_tmp_4" | 326 "[TMP_BASE]/server_log_tmp_4" |
| 305 ], | 327 ], |
| 306 "name": "rmtree [TMP_BASE]/server_log_tmp_4" | 328 "name": "python_tests chrome_stable.rmtree [TMP_BASE]/server_log_tmp_4", |
| 329 "~followup_annotations": [ |
| 330 "@@@STEP_NEST_LEVEL@1@@@" |
| 331 ] |
| 332 }, |
| 333 { |
| 334 "cmd": [], |
| 335 "name": "java_tests chrome_stable" |
| 307 }, | 336 }, |
| 308 { | 337 { |
| 309 "cmd": [ | 338 "cmd": [ |
| 310 "xvfb-run", | 339 "xvfb-run", |
| 311 "-a", | 340 "-a", |
| 312 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", | 341 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", |
| 313 "--chromedriver", | 342 "--chromedriver", |
| 314 "[SLAVE_BUILD]/src/out/Release/chromedriver", | 343 "[SLAVE_BUILD]/src/out/Release/chromedriver", |
| 315 "--log-path", | 344 "--log-path", |
| 316 "[TMP_BASE]/server_log_tmp_5/server_log", | 345 "[TMP_BASE]/server_log_tmp_5/java_tests_chrome_stable_571", |
| 317 "--verbose", | 346 "--verbose", |
| 318 "--android-package", | 347 "--android-package", |
| 319 "chrome_stable" | 348 "chrome_stable" |
| 320 ], | 349 ], |
| 321 "env": { | 350 "env": { |
| 322 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" | 351 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" |
| 323 }, | 352 }, |
| 324 "name": "java_tests(chrome_stable)" | 353 "name": "java_tests chrome_stable.Run test java_tests chrome_stable", |
| 354 "~followup_annotations": [ |
| 355 "@@@STEP_NEST_LEVEL@1@@@" |
| 356 ] |
| 325 }, | 357 }, |
| 326 { | 358 { |
| 327 "cmd": [ | 359 "cmd": [ |
| 328 "python", | 360 "python", |
| 329 "-u", | 361 "-u", |
| 330 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 362 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 331 "--", | 363 "--", |
| 332 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 364 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 333 "----", | 365 "----", |
| 334 "cp", | 366 "cp", |
| 335 "[TMP_BASE]/server_log_tmp_5/server_log", | 367 "[TMP_BASE]/server_log_tmp_5/java_tests_chrome_stable_571", |
| 336 "gs://chromedriver-data/server_logs/server_log" | 368 "gs://chromedriver-data/server_logs/java_tests_chrome_stable_571" |
| 337 ], | 369 ], |
| 338 "name": "gsutil Upload Server Log, [TMP_BASE]/server_log_tmp_5/server_log", | 370 "name": "java_tests chrome_stable.gsutil Upload Server Log, [TMP_BASE]/serve
r_log_tmp_5/java_tests_chrome_stable_571", |
| 339 "~followup_annotations": [ | 371 "~followup_annotations": [ |
| 340 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_5/server_log@https://st
orage.cloud.google.com/chromedriver-data/server_logs/server_log@@@" | 372 "@@@STEP_NEST_LEVEL@1@@@", |
| 373 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_5/java_tests_chrome_sta
ble_571@https://storage.cloud.google.com/chromedriver-data/server_logs/java_test
s_chrome_stable_571@@@" |
| 341 ] | 374 ] |
| 342 }, | 375 }, |
| 343 { | 376 { |
| 344 "cmd": [ | 377 "cmd": [ |
| 345 "python", | 378 "python", |
| 346 "-u", | 379 "-u", |
| 347 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", | 380 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", |
| 348 "[TMP_BASE]/server_log_tmp_5" | 381 "[TMP_BASE]/server_log_tmp_5" |
| 349 ], | 382 ], |
| 350 "name": "rmtree [TMP_BASE]/server_log_tmp_5" | 383 "name": "java_tests chrome_stable.rmtree [TMP_BASE]/server_log_tmp_5", |
| 384 "~followup_annotations": [ |
| 385 "@@@STEP_NEST_LEVEL@1@@@" |
| 386 ] |
| 387 }, |
| 388 { |
| 389 "cmd": [], |
| 390 "name": "python_tests chrome_beta" |
| 351 }, | 391 }, |
| 352 { | 392 { |
| 353 "cmd": [ | 393 "cmd": [ |
| 354 "xvfb-run", | 394 "xvfb-run", |
| 355 "-a", | 395 "-a", |
| 356 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", | 396 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", |
| 357 "--chromedriver", | 397 "--chromedriver", |
| 358 "[SLAVE_BUILD]/src/out/Release/chromedriver", | 398 "[SLAVE_BUILD]/src/out/Release/chromedriver", |
| 359 "--log-path", | 399 "--log-path", |
| 360 "[TMP_BASE]/server_log_tmp_6/server_log", | 400 "[TMP_BASE]/server_log_tmp_6/python_tests_chrome_beta_571", |
| 361 "--reference-chromedriver", | 401 "--reference-chromedriver", |
| 362 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen
ce_builds/chromedriver_linux64", | 402 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen
ce_builds/chromedriver_linux64", |
| 363 "--android-package", | 403 "--android-package", |
| 364 "chrome_beta" | 404 "chrome_beta" |
| 365 ], | 405 ], |
| 366 "env": { | 406 "env": { |
| 367 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" | 407 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" |
| 368 }, | 408 }, |
| 369 "name": "python_tests(chrome_beta)" | 409 "name": "python_tests chrome_beta.Run test python_tests chrome_beta", |
| 410 "~followup_annotations": [ |
| 411 "@@@STEP_NEST_LEVEL@1@@@" |
| 412 ] |
| 370 }, | 413 }, |
| 371 { | 414 { |
| 372 "cmd": [ | 415 "cmd": [ |
| 373 "python", | 416 "python", |
| 374 "-u", | 417 "-u", |
| 375 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 418 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 376 "--", | 419 "--", |
| 377 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 420 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 378 "----", | 421 "----", |
| 379 "cp", | 422 "cp", |
| 380 "[TMP_BASE]/server_log_tmp_6/server_log", | 423 "[TMP_BASE]/server_log_tmp_6/python_tests_chrome_beta_571", |
| 381 "gs://chromedriver-data/server_logs/server_log" | 424 "gs://chromedriver-data/server_logs/python_tests_chrome_beta_571" |
| 382 ], | 425 ], |
| 383 "name": "gsutil Upload Server Log, [TMP_BASE]/server_log_tmp_6/server_log", | 426 "name": "python_tests chrome_beta.gsutil Upload Server Log, [TMP_BASE]/serve
r_log_tmp_6/python_tests_chrome_beta_571", |
| 384 "~followup_annotations": [ | 427 "~followup_annotations": [ |
| 385 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_6/server_log@https://st
orage.cloud.google.com/chromedriver-data/server_logs/server_log@@@" | 428 "@@@STEP_NEST_LEVEL@1@@@", |
| 429 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_6/python_tests_chrome_b
eta_571@https://storage.cloud.google.com/chromedriver-data/server_logs/python_te
sts_chrome_beta_571@@@" |
| 386 ] | 430 ] |
| 387 }, | 431 }, |
| 388 { | 432 { |
| 389 "cmd": [ | 433 "cmd": [ |
| 390 "python", | 434 "python", |
| 391 "-u", | 435 "-u", |
| 392 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", | 436 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", |
| 393 "[TMP_BASE]/server_log_tmp_6" | 437 "[TMP_BASE]/server_log_tmp_6" |
| 394 ], | 438 ], |
| 395 "name": "rmtree [TMP_BASE]/server_log_tmp_6" | 439 "name": "python_tests chrome_beta.rmtree [TMP_BASE]/server_log_tmp_6", |
| 440 "~followup_annotations": [ |
| 441 "@@@STEP_NEST_LEVEL@1@@@" |
| 442 ] |
| 443 }, |
| 444 { |
| 445 "cmd": [], |
| 446 "name": "java_tests chrome_beta" |
| 396 }, | 447 }, |
| 397 { | 448 { |
| 398 "cmd": [ | 449 "cmd": [ |
| 399 "xvfb-run", | 450 "xvfb-run", |
| 400 "-a", | 451 "-a", |
| 401 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", | 452 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", |
| 402 "--chromedriver", | 453 "--chromedriver", |
| 403 "[SLAVE_BUILD]/src/out/Release/chromedriver", | 454 "[SLAVE_BUILD]/src/out/Release/chromedriver", |
| 404 "--log-path", | 455 "--log-path", |
| 405 "[TMP_BASE]/server_log_tmp_7/server_log", | 456 "[TMP_BASE]/server_log_tmp_7/java_tests_chrome_beta_571", |
| 406 "--verbose", | 457 "--verbose", |
| 407 "--android-package", | 458 "--android-package", |
| 408 "chrome_beta" | 459 "chrome_beta" |
| 409 ], | 460 ], |
| 410 "env": { | 461 "env": { |
| 411 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" | 462 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" |
| 412 }, | 463 }, |
| 413 "name": "java_tests(chrome_beta)" | 464 "name": "java_tests chrome_beta.Run test java_tests chrome_beta", |
| 465 "~followup_annotations": [ |
| 466 "@@@STEP_NEST_LEVEL@1@@@" |
| 467 ] |
| 414 }, | 468 }, |
| 415 { | 469 { |
| 416 "cmd": [ | 470 "cmd": [ |
| 417 "python", | 471 "python", |
| 418 "-u", | 472 "-u", |
| 419 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 473 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 420 "--", | 474 "--", |
| 421 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 475 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 422 "----", | 476 "----", |
| 423 "cp", | 477 "cp", |
| 424 "[TMP_BASE]/server_log_tmp_7/server_log", | 478 "[TMP_BASE]/server_log_tmp_7/java_tests_chrome_beta_571", |
| 425 "gs://chromedriver-data/server_logs/server_log" | 479 "gs://chromedriver-data/server_logs/java_tests_chrome_beta_571" |
| 426 ], | 480 ], |
| 427 "name": "gsutil Upload Server Log, [TMP_BASE]/server_log_tmp_7/server_log", | 481 "name": "java_tests chrome_beta.gsutil Upload Server Log, [TMP_BASE]/server_
log_tmp_7/java_tests_chrome_beta_571", |
| 428 "~followup_annotations": [ | 482 "~followup_annotations": [ |
| 429 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_7/server_log@https://st
orage.cloud.google.com/chromedriver-data/server_logs/server_log@@@" | 483 "@@@STEP_NEST_LEVEL@1@@@", |
| 484 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_7/java_tests_chrome_bet
a_571@https://storage.cloud.google.com/chromedriver-data/server_logs/java_tests_
chrome_beta_571@@@" |
| 430 ] | 485 ] |
| 431 }, | 486 }, |
| 432 { | 487 { |
| 433 "cmd": [ | 488 "cmd": [ |
| 434 "python", | 489 "python", |
| 435 "-u", | 490 "-u", |
| 436 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", | 491 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", |
| 437 "[TMP_BASE]/server_log_tmp_7" | 492 "[TMP_BASE]/server_log_tmp_7" |
| 438 ], | 493 ], |
| 439 "name": "rmtree [TMP_BASE]/server_log_tmp_7" | 494 "name": "java_tests chrome_beta.rmtree [TMP_BASE]/server_log_tmp_7", |
| 495 "~followup_annotations": [ |
| 496 "@@@STEP_NEST_LEVEL@1@@@" |
| 497 ] |
| 498 }, |
| 499 { |
| 500 "cmd": [], |
| 501 "name": "python_tests chromedriver_webview_shell" |
| 440 }, | 502 }, |
| 441 { | 503 { |
| 442 "cmd": [ | 504 "cmd": [ |
| 443 "xvfb-run", | 505 "xvfb-run", |
| 444 "-a", | 506 "-a", |
| 445 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", | 507 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", |
| 446 "--chromedriver", | 508 "--chromedriver", |
| 447 "[SLAVE_BUILD]/src/out/Release/chromedriver", | 509 "[SLAVE_BUILD]/src/out/Release/chromedriver", |
| 448 "--log-path", | 510 "--log-path", |
| 449 "[TMP_BASE]/server_log_tmp_8/server_log", | 511 "[TMP_BASE]/server_log_tmp_8/python_tests_chromedriver_webview_shell_571", |
| 450 "--reference-chromedriver", | 512 "--reference-chromedriver", |
| 451 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen
ce_builds/chromedriver_linux64", | 513 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen
ce_builds/chromedriver_linux64", |
| 452 "--android-package", | 514 "--android-package", |
| 453 "chromedriver_webview_shell" | 515 "chromedriver_webview_shell" |
| 454 ], | 516 ], |
| 455 "env": { | 517 "env": { |
| 456 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" | 518 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" |
| 457 }, | 519 }, |
| 458 "name": "python_tests(chromedriver_webview_shell)" | 520 "name": "python_tests chromedriver_webview_shell.Run test python_tests chrom
edriver_webview_shell", |
| 521 "~followup_annotations": [ |
| 522 "@@@STEP_NEST_LEVEL@1@@@" |
| 523 ] |
| 459 }, | 524 }, |
| 460 { | 525 { |
| 461 "cmd": [ | 526 "cmd": [ |
| 462 "python", | 527 "python", |
| 463 "-u", | 528 "-u", |
| 464 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 529 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 465 "--", | 530 "--", |
| 466 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 531 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 467 "----", | 532 "----", |
| 468 "cp", | 533 "cp", |
| 469 "[TMP_BASE]/server_log_tmp_8/server_log", | 534 "[TMP_BASE]/server_log_tmp_8/python_tests_chromedriver_webview_shell_571", |
| 470 "gs://chromedriver-data/server_logs/server_log" | 535 "gs://chromedriver-data/server_logs/python_tests_chromedriver_webview_shel
l_571" |
| 471 ], | 536 ], |
| 472 "name": "gsutil Upload Server Log, [TMP_BASE]/server_log_tmp_8/server_log", | 537 "name": "python_tests chromedriver_webview_shell.gsutil Upload Server Log, [
TMP_BASE]/server_log_tmp_8/python_tests_chromedriver_webview_shell_571", |
| 473 "~followup_annotations": [ | 538 "~followup_annotations": [ |
| 474 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_8/server_log@https://st
orage.cloud.google.com/chromedriver-data/server_logs/server_log@@@" | 539 "@@@STEP_NEST_LEVEL@1@@@", |
| 540 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_8/python_tests_chromedr
iver_webview_shell_571@https://storage.cloud.google.com/chromedriver-data/server
_logs/python_tests_chromedriver_webview_shell_571@@@" |
| 475 ] | 541 ] |
| 476 }, | 542 }, |
| 477 { | 543 { |
| 478 "cmd": [ | 544 "cmd": [ |
| 479 "python", | 545 "python", |
| 480 "-u", | 546 "-u", |
| 481 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", | 547 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", |
| 482 "[TMP_BASE]/server_log_tmp_8" | 548 "[TMP_BASE]/server_log_tmp_8" |
| 483 ], | 549 ], |
| 484 "name": "rmtree [TMP_BASE]/server_log_tmp_8" | 550 "name": "python_tests chromedriver_webview_shell.rmtree [TMP_BASE]/server_lo
g_tmp_8", |
| 551 "~followup_annotations": [ |
| 552 "@@@STEP_NEST_LEVEL@1@@@" |
| 553 ] |
| 554 }, |
| 555 { |
| 556 "cmd": [], |
| 557 "name": "java_tests chromedriver_webview_shell" |
| 485 }, | 558 }, |
| 486 { | 559 { |
| 487 "cmd": [ | 560 "cmd": [ |
| 488 "xvfb-run", | 561 "xvfb-run", |
| 489 "-a", | 562 "-a", |
| 490 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", | 563 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", |
| 491 "--chromedriver", | 564 "--chromedriver", |
| 492 "[SLAVE_BUILD]/src/out/Release/chromedriver", | 565 "[SLAVE_BUILD]/src/out/Release/chromedriver", |
| 493 "--log-path", | 566 "--log-path", |
| 494 "[TMP_BASE]/server_log_tmp_9/server_log", | 567 "[TMP_BASE]/server_log_tmp_9/java_tests_chromedriver_webview_shell_571", |
| 495 "--verbose", | 568 "--verbose", |
| 496 "--android-package", | 569 "--android-package", |
| 497 "chromedriver_webview_shell" | 570 "chromedriver_webview_shell" |
| 498 ], | 571 ], |
| 499 "env": { | 572 "env": { |
| 500 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" | 573 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" |
| 501 }, | 574 }, |
| 502 "name": "java_tests(chromedriver_webview_shell)" | 575 "name": "java_tests chromedriver_webview_shell.Run test java_tests chromedri
ver_webview_shell", |
| 576 "~followup_annotations": [ |
| 577 "@@@STEP_NEST_LEVEL@1@@@" |
| 578 ] |
| 503 }, | 579 }, |
| 504 { | 580 { |
| 505 "cmd": [ | 581 "cmd": [ |
| 506 "python", | 582 "python", |
| 507 "-u", | 583 "-u", |
| 508 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 584 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 509 "--", | 585 "--", |
| 510 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 586 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 511 "----", | 587 "----", |
| 512 "cp", | 588 "cp", |
| 513 "[TMP_BASE]/server_log_tmp_9/server_log", | 589 "[TMP_BASE]/server_log_tmp_9/java_tests_chromedriver_webview_shell_571", |
| 514 "gs://chromedriver-data/server_logs/server_log" | 590 "gs://chromedriver-data/server_logs/java_tests_chromedriver_webview_shell_
571" |
| 515 ], | 591 ], |
| 516 "name": "gsutil Upload Server Log, [TMP_BASE]/server_log_tmp_9/server_log", | 592 "name": "java_tests chromedriver_webview_shell.gsutil Upload Server Log, [TM
P_BASE]/server_log_tmp_9/java_tests_chromedriver_webview_shell_571", |
| 517 "~followup_annotations": [ | 593 "~followup_annotations": [ |
| 518 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_9/server_log@https://st
orage.cloud.google.com/chromedriver-data/server_logs/server_log@@@" | 594 "@@@STEP_NEST_LEVEL@1@@@", |
| 595 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_9/java_tests_chromedriv
er_webview_shell_571@https://storage.cloud.google.com/chromedriver-data/server_l
ogs/java_tests_chromedriver_webview_shell_571@@@" |
| 519 ] | 596 ] |
| 520 }, | 597 }, |
| 521 { | 598 { |
| 522 "cmd": [ | 599 "cmd": [ |
| 523 "python", | 600 "python", |
| 524 "-u", | 601 "-u", |
| 525 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", | 602 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", |
| 526 "[TMP_BASE]/server_log_tmp_9" | 603 "[TMP_BASE]/server_log_tmp_9" |
| 527 ], | 604 ], |
| 528 "name": "rmtree [TMP_BASE]/server_log_tmp_9" | 605 "name": "java_tests chromedriver_webview_shell.rmtree [TMP_BASE]/server_log_
tmp_9", |
| 606 "~followup_annotations": [ |
| 607 "@@@STEP_NEST_LEVEL@1@@@" |
| 608 ] |
| 529 }, | 609 }, |
| 530 { | 610 { |
| 531 "cmd": [], | 611 "cmd": [], |
| 532 "name": "Download Test Results Log" | 612 "name": "Download Test Results Log" |
| 533 }, | 613 }, |
| 534 { | 614 { |
| 535 "cmd": [ | 615 "cmd": [ |
| 536 "python", | 616 "python", |
| 537 "-u", | 617 "-u", |
| 538 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 618 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 558 ], | 638 ], |
| 559 "name": "Download Test Results Log.read results log file", | 639 "name": "Download Test Results Log.read results log file", |
| 560 "~followup_annotations": [ | 640 "~followup_annotations": [ |
| 561 "@@@STEP_NEST_LEVEL@1@@@" | 641 "@@@STEP_NEST_LEVEL@1@@@" |
| 562 ] | 642 ] |
| 563 }, | 643 }, |
| 564 { | 644 { |
| 565 "cmd": [ | 645 "cmd": [ |
| 566 "python", | 646 "python", |
| 567 "-u", | 647 "-u", |
| 568 "\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", | 648 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", |
| 569 "[TMP_BASE]/results_log_tmp_10" | 649 "[TMP_BASE]/results_log_tmp_10" |
| 570 ], | 650 ], |
| 571 "name": "Download Test Results Log.rmtree remove temp dir", | 651 "name": "Download Test Results Log.rmtree [TMP_BASE]/results_log_tmp_10", |
| 572 "~followup_annotations": [ | 652 "~followup_annotations": [ |
| 573 "@@@STEP_NEST_LEVEL@1@@@", | 653 "@@@STEP_NEST_LEVEL@1@@@" |
| 574 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 575 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | |
| 576 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | |
| 577 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 578 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 579 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | |
| 580 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | |
| 581 "@@@STEP_LOG_END@python.inline@@@" | |
| 582 ] | 654 ] |
| 583 }, | 655 }, |
| 584 { | 656 { |
| 585 "cmd": [], | 657 "cmd": [], |
| 586 "name": "Upload Test Results Log" | 658 "name": "Upload Test Results Log" |
| 587 }, | 659 }, |
| 588 { | 660 { |
| 589 "cmd": [ | 661 "cmd": [ |
| 590 "python", | 662 "python", |
| 591 "-u", | 663 "-u", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 613 "name": "Upload Test Results Log.gsutil upload results log android_log.json"
, | 685 "name": "Upload Test Results Log.gsutil upload results log android_log.json"
, |
| 614 "~followup_annotations": [ | 686 "~followup_annotations": [ |
| 615 "@@@STEP_NEST_LEVEL@1@@@", | 687 "@@@STEP_NEST_LEVEL@1@@@", |
| 616 "@@@STEP_LINK@results log@https://storage.cloud.google.com/chromedriver-da
ta/android_log.json@@@" | 688 "@@@STEP_LINK@results log@https://storage.cloud.google.com/chromedriver-da
ta/android_log.json@@@" |
| 617 ] | 689 ] |
| 618 }, | 690 }, |
| 619 { | 691 { |
| 620 "cmd": [ | 692 "cmd": [ |
| 621 "python", | 693 "python", |
| 622 "-u", | 694 "-u", |
| 623 "\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", | 695 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", |
| 624 "[TMP_BASE]/results_log_tmp_11" | 696 "[TMP_BASE]/results_log_tmp_11" |
| 625 ], | 697 ], |
| 626 "name": "Upload Test Results Log.rmtree remove temp dir", | 698 "name": "Upload Test Results Log.rmtree [TMP_BASE]/results_log_tmp_11", |
| 627 "~followup_annotations": [ | 699 "~followup_annotations": [ |
| 628 "@@@STEP_NEST_LEVEL@1@@@", | 700 "@@@STEP_NEST_LEVEL@1@@@" |
| 629 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 630 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | |
| 631 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | |
| 632 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 633 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 634 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | |
| 635 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | |
| 636 "@@@STEP_LOG_END@python.inline@@@" | |
| 637 ] | 701 ] |
| 638 }, | 702 }, |
| 639 { | 703 { |
| 640 "name": "$result", | 704 "name": "$result", |
| 641 "recipe_result": null, | 705 "recipe_result": null, |
| 642 "status_code": 0 | 706 "status_code": 0 |
| 643 } | 707 } |
| 644 ] | 708 ] |
| OLD | NEW |