1. acf41f0 skylab_suite: Get logdog server for environment by Prathmesh Prabhu · 6 years ago
  2. 9db004b skylab: Fix typo by Allen Li · 6 years ago
  3. 8b2beda autotest: Enable LogDog for skylab suite tests by Allen Li · 6 years ago
  4. 5db8f8b skylab_suite: Don't add unsatisfiable task dependencies by Prathmesh Prabhu · 6 years ago
  5. b1af20e autotest: Make Skylab staging test ignore error by Allen Li · 6 years ago
  6. 10047b7 autotest: Move _make_new_swarming_cmd to swarming_lib by Allen Li · 6 years ago
  7. 71e42c2 autotest: Remove unused _make_trigger_swarming_cmd by Allen Li · 6 years ago
  8. eef4324 autotest: Remove extra space by Allen Li · 6 years ago
  9. 9e11951 autotest: Remove use_fallback params from functions by Allen Li · 6 years ago
  10. b5888f0 autotest: Remove use_fallback fields from classes by Allen Li · 6 years ago
  11. cd8e45a autotest: Always use fallback by Allen Li · 6 years ago
  12. ef146b5 autotest: Remove duplicate swarming flag by Allen Li · 6 years ago
  13. 85b2293 autotest: Push temp_json_path argument down call chain by Allen Li · 6 years ago
  14. 02a7244 autotest: Catch exceptions in job_aborter lock check by Allen Li · 6 years ago
  15. 1ccca8f skylab: Use path to new worker from infra.git by Allen Li · 6 years ago
  16. ad6112b autotest: Add README.md in skylab suite package. by Xixuan Wu · 6 years ago
  17. 8cef308 autotest: Don't consider the task itself as duplicated tasks. by Xixuan Wu · 6 years ago
  18. a32e816 lucifer: skip failing test by Mike Frysinger · 6 years ago
  19. 814ceb6 autotest: Set slices of provision suite's expiration seconds. by Xixuan Wu · 6 years ago
  20. 4d5d014 autotest: Don't omit to log retry command. by Xixuan Wu · 6 years ago
  21. c6e28d3 autotest: Refactor handle_results and active_child_tasks. by Xixuan Wu · 6 years ago
  22. fba1719 autotest: Refactoring, move get_child_tasks to swarming_lib. by Xixuan Wu · 6 years ago
  23. a325539 autotest: Hardcode the provision timeout for testing. by Xixuan Wu · 6 years ago
  24. f5a459c autotest: Close all non standard fds for Lucifer by Allen Li · 6 years ago
  25. fc085e5 autotest: Modify provision expiration secs as 95% of the whole timeout. by Xixuan Wu · 6 years ago
  26. 26f2ace autotest: Set the provision slice expiration as 85mins (longer). by Xixuan Wu · 6 years ago
  27. ce20b33 autotest: Stop passing --test-retries to autoserv by Prathmesh Prabhu · 6 years ago
  28. 8565317 autotest: Add pre-check in run_suite_skylab for suite-scheduler. by Xixuan Wu · 6 years ago
  29. 4a99c10 autotest: Add KILLED to swarming task finish status. by Xixuan Wu · 6 years ago
  30. ff72a9b autotest: Add support of CTS priority. by Xixuan Wu · 6 years ago
  31. 6516941 autotest: Set expiration_secs as the whole task's expiration_secs. by Xixuan Wu · 6 years ago
  32. d02d7ac autotest: Let skylab_suite not report NO_RESOURCE as failure. by Xixuan Wu · 6 years ago
  33. 51f41d8 autotest: Query TKO for results for skylab_test_push. by Xixuan Wu · 6 years ago
  34. 79d1466 autotest: Skip some not-supported dependencies in skylab. by Xixuan Wu · 6 years ago
  35. 5b5296b autotest: Add 'dut_state=ready' for all requests. by Xixuan Wu · 6 years ago
  36. 6e01219 autotest: Use dependencies in control file as bot dimensions. by Xixuan Wu · 6 years ago
  37. c7dce5ef autotest: Fix passed_mins feature bug. by Xixuan Wu · 6 years ago
  38. b098363 autotest: Add passed_min feature to skylab suite. by Xixuan Wu · 6 years ago
  39. 8bd1892 skylab_staging: Use skylab_staging_test suite for staging test by Prathmesh Prabhu · 6 years ago
  40. 665cfad autotest: Move some variables to test_push_common for sharing. by Xixuan Wu · 6 years ago
  41. ba0276c autotest: Use timeout for suite as the expiration for its child test. by Xixuan Wu · 6 years ago
  42. 08ea430 autotest: Adjust task_id in swarming url to show summary. by Xixuan Wu · 6 years ago
  43. 364a449 autotest: Remove 'is_provision' for refactoring by Xixuan Wu · 6 years ago
  44. 6aa6b33 autotest: Pass build to fallback cmd. by Xixuan Wu · 6 years ago
  45. c79b1b7 autotest: Add 'use-fallback' to run_suite_skylab by Xixuan Wu · 6 years ago
  46. efa9452 autotest: Refactor for error NoAvailableDUTsError by Xixuan Wu · 6 years ago
  47. 0956b63 autotest: Add minimum_duts feature in run_suite_skylab by Xixuan Wu · 6 years ago
  48. 19df5f3 utotest: Refactor for adding 'minimum_duts' by Xixuan Wu · 6 years ago
  49. 8980338 autotest: Report 'no enough DUTs for provision' as INFRA_FAILURE by Xixuan Wu · 6 years ago
  50. 164ccc3 autotest: Log test links and status in logdog by Xixuan Wu · 6 years ago
  51. b93ec80 autotest: Refactor function _print_task_link_annotation. by Xixuan Wu · 6 years ago
  52. a1e1db7 autotest: Add dut_name in show test name for provision task by Xixuan Wu · 6 years ago
  53. 28e3f15 autotest: wrap test results logging into a single function by Xixuan Wu · 6 years ago
  54. 535578a autotest: Use swarming task id ends with '0' to show task summaries by Xixuan Wu · 6 years ago
  55. 8873a0e autotest: Log the link of the swarming task to wait for a suite by Xixuan Wu · 6 years ago
  56. 61d6283 autotest: print child task list in a separate logdog step by Xixuan Wu · 6 years ago
  57. 6bd67ea autotest: Extend expiration_seconds for all tasks to 10 mins. by Xixuan Wu · 6 years ago
  58. 08354a0 autotest: Pass suite_name to Handler and use it to determine a provision suite. by Xixuan Wu · 6 years ago
  59. 79adb91 autotest: Iterate on database retries by Allen Li · 6 years ago
  60. dd9071f Add skylab test_push. by Prathmesh Prabhu · 6 years ago
  61. 64bd947 autotest: Require DUTs with given build to run the tests in a suite. by Xixuan Wu · 6 years ago
  62. 9f34f1c autotest: Wrap printing test logs on buildbot to single functions. by Xixuan Wu · 6 years ago
  63. dbeaf7e autotest: Use the same SWARMING_SERVER for child tasks as the suite task. by Xixuan Wu · 6 years ago
  64. 7a450c5 autotest: Pass job_keyvals to swarming_worker. by Xixuan Wu · 6 years ago
  65. 52e396e autotest: change the default value of abort_limit. by Xixuan Wu · 6 years ago
  66. fb6bb7f autotest: Update the new settings of skylab suites priority. by Xixuan Wu · 6 years ago
  67. 9dbf06b autotest: Return empty list if no suite tasks found by Xixuan Wu · 6 years ago
  68. cc86e56 autotest: Skip aborting the child tasks of a suite if there's none of them by Xixuan Wu · 6 years ago
  69. a25c991 autotest: Skip result parsing if create_and_return is specified by Xixuan Wu · 6 years ago
  70. c1a668e autotest: Pass suite priority to its child tests by Xixuan Wu · 6 years ago
  71. 8930076 SkylabSuite: Set the new priority choices. by Xixuan Wu · 6 years ago
  72. 1929fb3 autotest: Fix typo in Lucifer flag by Allen Li · 6 years ago
  73. ad3d5c1 lucifer: Retry on DatabaseError by Allen Li · 6 years ago
  74. 6c1866b autotest: Make _fetch_child_task returns a list of task dicts by Xixuan Wu · 6 years ago
  75. 9d5d703 autotest: Refactor TestHandlerSpecs to TestHandlerSpec by Xixuan Wu · 6 years ago
  76. 834cb4b autotest: Refactor SuiteHandlerSpecs to SuiteHandlerSpec by Xixuan Wu · 6 years ago
  77. 9287fda autotest: Refactor SuiteSpecs to SuiteSpec by Xixuan Wu · 6 years ago
  78. 579f629 autotest: Report NO_RESOURCE as infra failure of suite by Xixuan Wu · 6 years ago
  79. 58bbb64 autotest: Check tags instead of bot_id when resuming provision suite by Xixuan Wu · 6 years ago
  80. 5811e83 autotest: Rename tests_specs to test_specs, test_specs to test_spec by Xixuan Wu · 6 years ago
  81. c743071 autotest: Make run_suite_skylab accept a suite_id to monitor the suite by Xixuan Wu · 6 years ago
  82. 74ee9b4 autotest: Add 'NO_RESOURCE' to finished state list for skylab suite by Xixuan Wu · 6 years ago
  83. 799c8bd autotest: Add 'BOT_DIED' to finished state list for skylab suite. by Xixuan Wu · 6 years ago
  84. f2da195 skylab_hwtest: Use --create_and_return to skip suite waiting by Xixuan Wu · 6 years ago
  85. 0390901 autotest: Remove deprecated run-job-path by Allen Li · 6 years ago
  86. ec2422b autotest: Handle when execution tag is None by Allen Li · 6 years ago
  87. 08fd214 autotest: Use universal lucifer binary by Allen Li · 6 years ago
  88. b279566 autotest: Pass job_keyvals to run_suite_skylab. by Xixuan Wu · 6 years ago
  89. ff19abe autotet: Add dut_name to test_specs, so that logging could use it. by Xixuan Wu · 6 years ago
  90. 67c1181 autotest: Don't log pending provision tasks in buildbot. by Xixuan Wu · 6 years ago
  91. ca32525 autotest: Add test for block on abort socket by Allen Li · 6 years ago
  92. 8a6ec71 autotest: Clean up Lucifer lease tests by Allen Li · 6 years ago
  93. ae8bfd2 autotest: Abort suite by swarming ID. by Xixuan Wu · 6 years ago
  94. aff23c7 autotest: Don't retry canceled tasks. by Xixuan Wu · 6 years ago
  95. f52e40d autotest: Catch timeout in wait_for_results. by Xixuan Wu · 6 years ago
  96. 00e6fe9 autotest: Don't pass '--client-test' for server-side tests. by Xixuan Wu · 6 years ago
  97. 606e218 autotest: Extend expiration seconds for provision. by Xixuan Wu · 6 years ago
  98. 0c01b09 autotest: provision based on bot_id. by Xixuan Wu · 6 years ago
  99. d4ebf04 autotest: Don't block on abort socket by Allen Li · 6 years ago
  100. 80795c8 autotest: Skip most of loggings so that buildbot can show it quickly. by Xixuan Wu · 6 years ago