1. 09 Dec, 2020 1 commit
  2. 04 Dec, 2020 1 commit
    • cloud build: double the timeout, now 1 hour · 9318c6cc
      Patrick Ohly authored
      Builds of external-snapshotter sometimes timed out because it builds
      three images and that takes almost half an hour (the previous limit)
      and more if the network is slow.
      
      There's no good way to set timeouts per repo and a too high timeout
      for shouldn't cause any issue, therefore the timeout gets increased
      everywhere.
  3. 26 Nov, 2020 2 commits
  4. 18 Nov, 2020 2 commits
  5. 13 Nov, 2020 1 commit
  6. 12 Nov, 2020 3 commits
  7. 27 Oct, 2020 4 commits
  8. 26 Oct, 2020 1 commit
  9. 23 Oct, 2020 1 commit
  10. 21 Oct, 2020 1 commit
  11. 17 Oct, 2020 2 commits
    • prow.sh: update to kind 0.9, support Kubernetes 1.19 · 7bcee13d
      Patrick Ohly authored
      kind 0.9 adds support for recent Kubernetes releases like 1.19 and
      simplifies configuration of feature gates and runtime config.
      
      With Kubernetes 1.19, new feature gates were introduced which might
      become relevant for the alpha Prow jobs.
      
      The updated kind release comes with images for different Kubernetes
      releases than the one before. To avoid breaking existing jobs,
      the script now picks kind images automatically. As an additional
      bonus, it then uses images with hash, i.e. it's less likely to break
      if those image tags change because of a future kind release.
    • prow.sh: usage of Bazel optional · df518fbd
      Patrick Ohly authored
      Bazel makes sense in the Prow jobs because those often get invoked
      with a pre-populated Bazel cache. But local invocation don't need it
      and now can turn it off with CSI_PROW_USE_BAZEL=false.
  12. 12 Oct, 2020 1 commit
  13. 09 Oct, 2020 1 commit
  14. 06 Oct, 2020 2 commits
  15. 05 Oct, 2020 1 commit
  16. 29 Sep, 2020 1 commit
  17. 26 Sep, 2020 2 commits
  18. 24 Aug, 2020 1 commit
  19. 14 Aug, 2020 3 commits
    • Merge pull request #98 from pohly/kubernetes-1-19-fixes · 60e1cd3d
      Kubernetes Prow Robot authored
      Kubernetes 1.19 fixes
    • prow.sh: fix E2E suite for Kubernetes >= 1.18 · 0979c091
      Patrick Ohly authored
      It used to be necessary to override from where the E2E suite came on a
      case-by-case basis (initially, testing was using a more recent suite
      against an older Kubernetes). This should never become necessary again
      and the lack of a specific entry for 1.18 already had the unintended
      effect that Kubernetes 1.18 was tested with the suite from master, so
      overall it is better to always use the E2E suite which matches
      Kubernetes.
    • prow.sh: fix installing Go for Kubernetes 1.19.0 · 3b4a2f1d
      Patrick Ohly authored
      Kubernetes 1.19.0 uses Go 1.15, but refers to it as 1.15.0. This broke
      both the check whether we need to install 1.15 (because "go version"
      reports 1.15, which didn't match 1.15.0) and then downloading the
      release archive (because the URL also only uses 1.15).
  20. 12 Aug, 2020 2 commits
  21. 07 Aug, 2020 1 commit
  22. 05 Aug, 2020 1 commit
  23. 08 Jul, 2020 2 commits
  24. 18 Jun, 2020 3 commits