1. 03 Apr, 2019 5 commits
    • Merge pull request #9 from pohly/prow · 95ae9de9
      Kubernetes Prow Robot authored
      Prow testing
    • prow.sh: switch back to upstream csi-driver-host-path · d87eccb4
      Patrick Ohly authored
      The temporary fork was merged, we can use the upstream repo again.
    • prow.sh: different E2E suite depending on Kubernetes version · 6602d38b
      Patrick Ohly authored
      Instead of always using the latest E2E tests for all Kubernetes
      versions, the plan now is to use the tests that match the Kubernetes
      version. However, for 1.13 we have to make an exception because the
      suite for that version did not support the necessary
      --storage.testdriver parameter.
    • prow.sh: improve building Kubernetes from source · 741319bd
      Patrick Ohly authored
      While switching back and forth between release-1.13 and release-1.14
      locally, there was the problem that the local kind image kept using
      the wrong kubelet binary despite rebuilding from source. The problem
      went away after cleaning the Bazel cache. Exact root cause unknown,
      but perhaps using unique tags and properly cleaning the repo helps.
      
      If not, then the unique tags at least will show what the problem is.
    • prow.sh: take Go version from Kubernetes source · 29545bb0
      Patrick Ohly authored
      Using the same (recent) Go version for all Kubernetes versions can
      break for older versions when there are incompatible changes in Go. To
      avoid that, we use exactly the minimum version of Go required for each
      Kubernetes version. This is based on the assumption that this
      combination was tested successfully.
      
      When building the E2E suite from Kubernetes (the default) we do the
      same, but still allow building it from elsewhere.
      
      We allow the Go version to be empty when it doesn't matter.
  2. 02 Apr, 2019 6 commits
  3. 29 Mar, 2019 1 commit
  4. 28 Mar, 2019 1 commit
  5. 27 Mar, 2019 2 commits
  6. 15 Mar, 2019 2 commits
  7. 06 Mar, 2019 2 commits
  8. 25 Jan, 2019 4 commits
  9. 24 Jan, 2019 2 commits
    • build.make: support suppressing checks · 147892c9
      Patrick Ohly authored
      Individual repos may have to filter out certain packages from
      testing. For example, in csi-test the cmd/csi-sanity directory
      contains a special test that depends on additional parameters that set
      the CSI driver to test against.
    • build.make: clarify usage of "make V=1" · 154e33d4
      Patrick Ohly authored
      This may or may not work, depending on which packages have tests and
      whether they contain glog.
  10. 23 Jan, 2019 4 commits
  11. 22 Jan, 2019 2 commits
  12. 21 Jan, 2019 4 commits
  13. 16 Jan, 2019 3 commits