1. f6be466 bazelci.py: Fix stuff. by Philipp Wollermann · 6 years ago
  2. f863478 Add a pylintrc for our project. by Philipp Wollermann · 6 years ago
  3. ff39ef5 Fix some issues found by pylint. by Philipp Wollermann · 6 years ago
  4. dcaddd9 bazelci.py: Print status messages to stderr and flush. by Philipp Wollermann · 6 years ago
  5. afc9831 Add missing license headers to infra scripts. by Philipp Wollermann · 6 years ago
  6. 9e66506 add debug msg by Jakob Buchgraber · 6 years ago
  7. 848b88e disable strict_action_env by Jakob Buchgraber · 6 years ago
  8. 77595f1 disable bep path conversion by Jakob Buchgraber · 6 years ago
  9. 1f895d2 enable log uploading by Jakob Buchgraber · 6 years ago
  10. f434c53 Enable short file name support for local SSD on Windows by Philipp Wollermann · 6 years ago
  11. 6ebed42 Set correct PATH in Windows images and automatically reboot before GCESysprep by Philipp Wollermann · 6 years ago
  12. b6d146b create_images.py: Add support for nested KVM on Linux and automatic rebooting during setup for Windows by Philipp Wollermann · 6 years ago
  13. baec52f Add --copt=-w / --host_copt=-w to test_flags. by Philipp Wollermann · 6 years ago
  14. cfb03e4 fix BES flags by Jakob Buchgraber · 6 years ago
  15. 3af5293 enable BES by Jakob Buchgraber · 6 years ago
  16. 26fe977 remove debugging statements by Jakob Buchgraber · 6 years ago
  17. 070ef5f add more debuggin statements by Jakob Buchgraber · 6 years ago
  18. f462ff9 add bazel remote execution to postsubmit by Jakob Buchgraber · 6 years ago
  19. 295676e remove bazel integration tests from remote execution by Jakob Buchgraber · 6 years ago
  20. f49ebad enable bazel shell tests by Jakob Buchgraber · 6 years ago
  21. eb2d47d increase the parallelism for remote execution by Jakob Buchgraber · 6 years ago
  22. f67d046 disable remote spawn cache by Jakob Buchgraber · 6 years ago
  23. b48b413 fix credentials for remote execution by Jakob Buchgraber · 6 years ago
  24. a57aa73 add bazel remote execution pipeline by Jakob Buchgraber · 6 years ago
  25. b4342cd detect if a pipeline configuration has remote caching/execution enabled. by Jakob Buchgraber · 6 years ago
  26. 44d7f19 add debug statements by Jakob Buchgraber · 6 years ago
  27. 07f6500 seed random by Jakob Buchgraber · 6 years ago
  28. 77175c7 disable --verbose_failures to stop 429 too many requests spam by Jakob Buchgraber · 6 years ago
  29. 039d9ed don't display time out section when there where no timeouts by Jakob Buchgraber · 6 years ago
  30. 2af8bc8 Revert "stop testing Gerrit on macOS; It hardcodes python2 which is generally not available on macOS." by Jakob Buchgraber · 6 years ago
  31. 7895acc stop testing Gerrit on macOS; It hardcodes python2 which is generally not available on macOS. by Jakob Buchgraber · 6 years ago
  32. 69be86c don't run the bazel_determinism_test on macOS because it's too slow by Jakob Buchgraber · 6 years ago
  33. c38a719 enable remote caching on macos by Jakob Buchgraber · 6 years ago
  34. 5a175c2 Disable android ndk integration test until https://github.com/bazelbuild/bazel/issues/4663 is fixed by Jakob Buchgraber · 6 years ago
  35. ad6692e add progress rate limit to reduce stdout by Jakob Buchgraber · 6 years ago
  36. 22f1ace fix quoting of remote caching flags by Jakob Buchgraber · 6 years ago
  37. b6e8e31 fix remote caching flags by Jakob Buchgraber · 6 years ago
  38. d220429 add missing platform parameter by Jakob Buchgraber · 6 years ago
  39. 4f1d271 enable remote caching on Ubuntu by Jakob Buchgraber · 6 years ago
  40. f910746 update flaky tests bucket by Jakob Buchgraber · 6 years ago
  41. 622d652 fix flaky and timed out test display by Jakob Buchgraber · 6 years ago
  42. 257693b display flaky test info by Jakob Buchgraber · 6 years ago
  43. 38b51ff test flaky test image by Jakob Buchgraber · 6 years ago
  44. 736d8de Set timestamp-lines=true in the Windows buildkite-agent.cfg by Philipp Wollermann · 6 years ago
  45. 5c5c61c Increase the size of /tmp, /var/lib/docker and /var/lib/buildkite-agent to 100GB each by Philipp Wollermann · 6 years ago
  46. d4a2d5b Restart the Buildkite Agent on Windows when it fails by Philipp Wollermann · 6 years ago
  47. a3b8630 Give the cleanup script root permissions on Ubuntu 16.04 by Philipp Wollermann · 6 years ago
  48. ca19f78 print test summary by Jakob Buchgraber · 6 years ago
  49. 2a2304f correct upload URL by Jakob Buchgraber · 6 years ago
  50. 175b521 speed up uploads by Jakob Buchgraber · 6 years ago
  51. e90558d speed up uploads. by Jakob Buchgraber · 6 years ago
  52. 27aa39f fix indent error by Jakob Buchgraber · 6 years ago
  53. 9f86288 add more debugging states by Jakob Buchgraber · 6 years ago
  54. 1b77545 pass bep_file to has_flaky_tests by Jakob Buchgraber · 6 years ago
  55. 81cb345 add debug statements by Jakob Buchgraber · 6 years ago
  56. f6cfa6d Add c:\python3 and Git to PATH on Windows by Philipp Wollermann · 6 years ago
  57. b6d432a Fix wrong key name in bazel-postsubmit.json by Philipp Wollermann · 6 years ago
  58. 200e328 Windows: Put Git on PATH during installation by Philipp Wollermann · 6 years ago
  59. bcedf9b bazelci.py: Use platform-specific python_binary by Philipp Wollermann · 6 years ago
  60. ab8f403 Add windows platform to bazel-postsubmit.json by Philipp Wollermann · 6 years ago
  61. 9965953 fix typo by Jakob Buchgraber · 6 years ago
  62. ead6e0c Remove now unused fail_if_nonzero method by Philipp Wollermann · 6 years ago
  63. 3e1a771 Remove fail_if_nonzero function by Philipp Wollermann · 6 years ago
  64. 45e3863 Use testSummary instead of testResult in BEP. That way we also learn about flaky tests. by Jakob Buchgraber · 6 years ago
  65. db02486 bazelci.py: Use double quotes consistently by Philipp Wollermann · 6 years ago
  66. 1c03636 Add Windows to platform_info by Philipp Wollermann · 6 years ago
  67. cd9e9cf Install curl on Windows by Philipp Wollermann · 6 years ago
  68. 598b4a4 Indent bazelci.py with 4 spaces by Philipp Wollermann · 6 years ago
  69. 76381e0 update latest.json to contain all platforms by Jakob Buchgraber · 6 years ago
  70. 1f92611 fix curl to be platform independent by Jakob Buchgraber · 6 years ago
  71. 6bb0d4b Final version of Buildkite infra scripts. by Philipp Wollermann · 6 years ago
  72. 3bd55d0 Commit the current state of the infra stuff by Philipp Wollermann · 6 years ago
  73. d332b3f always enable curses by Jakob Buchgraber · 6 years ago
  74. 26f0924 give run some color by Jakob Buchgraber · 6 years ago
  75. 02e0722 add --flaky_test_attempts=3, fail the pipeline when a test is flaky: by Jakob Buchgraber · 6 years ago
  76. 3786db5 set a bazel test timeout of 15min by Jakob Buchgraber · 6 years ago
  77. c0d736c prettify test log paths by Jakob Buchgraber · 6 years ago
  78. 5c3dabb add --build_tests_only and --verbose_failures by Jakob Buchgraber · 6 years ago
  79. 384dbb8 also upload timeout test logs by Jakob Buchgraber · 6 years ago
  80. 2acde0c make the output prettier by Jakob Buchgraber · 6 years ago
  81. 699aece give test.log paths more meaningful names by Jakob Buchgraber · 6 years ago
  82. 754ae15 disable failing rules_closure test by Jakob Buchgraber · 6 years ago
  83. d2522ec disable rules_webtesting by Jakob Buchgraber · 6 years ago
  84. 9134a38 don't test chrome browser tests on linux by Jakob Buchgraber · 6 years ago
  85. 88083fd compute sha256 of published bazel binary by Jakob Buchgraber · 6 years ago
  86. 4680fdf flush json to file before uploading by Jakob Buchgraber · 6 years ago
  87. 9c83de7 remove cleanup from pipeline. this is now done via agent hooks by Jakob Buchgraber · 6 years ago
  88. 455dd18 store built binaries in artifact folder by Jakob Buchgraber · 6 years ago
  89. 288d87f fix syntax error by Jakob Buchgraber · 6 years ago
  90. 3120f7a refactore some more by Jakob Buchgraber · 6 years ago
  91. 7e690a7 refactor code by Jakob Buchgraber · 6 years ago
  92. 26e3ca4 set correct content type by Jakob Buchgraber · 6 years ago
  93. b99d8ba fix compile error by Jakob Buchgraber · 6 years ago
  94. c0ccfbb remove debugging code by Jakob Buchgraber · 6 years ago
  95. 024e140 change artifact scope to public-read by Jakob Buchgraber · 6 years ago
  96. 97b2271 use execute_command by Jakob Buchgraber · 6 years ago
  97. 1ace37e speed up testing by Jakob Buchgraber · 6 years ago
  98. 24bf36d fix bug by Jakob Buchgraber · 6 years ago
  99. 6fe154b fix missing substitution by Jakob Buchgraber · 6 years ago
  100. d20ffeb add support for publishing latest Bazel binaries to GCS by Jakob Buchgraber · 6 years ago