1. 19 Jan, 2020 1 commit
  2. 13 Jan, 2020 1 commit
  3. 11 Jan, 2020 1 commit
  4. 10 Jan, 2020 2 commits
  5. 08 Jan, 2020 2 commits
  6. 02 Jan, 2020 4 commits
  7. 23 Dec, 2019 1 commit
  8. 21 Dec, 2019 1 commit
  9. 18 Dec, 2019 1 commit
  10. 17 Dec, 2019 1 commit
    • Enable snapshot tests in 1.17 to be run in non-alpha jobs. · b98b2aed
      Michelle Au authored
      This requires adding one more parallel e2e test run with
      a special focus flag because snapshot tests are still guarded
      with a "[Feature:VolumeSnapshotDataSource]" tag. The setting that
      skips all tests with "[Feature:.*]" has to be removed because it
      overrides the focus.
      
      We don't have serial snapshot tests yet. This needs to be modified
      again if we add any in the future.
  11. 06 Dec, 2019 1 commit
  12. 04 Dec, 2019 6 commits
  13. 03 Dec, 2019 1 commit
  14. 02 Dec, 2019 1 commit
  15. 29 Nov, 2019 1 commit
    • Use kind v0.6.0 · 80bba1fe
      Sunny authored
      kind v0.6.0 appends the kubeconfig with the default config at
      ~/.kube/config.
  16. 26 Nov, 2019 1 commit
  17. 25 Nov, 2019 1 commit
  18. 24 Nov, 2019 1 commit
  19. 21 Nov, 2019 2 commits
  20. 19 Nov, 2019 1 commit
  21. 06 Nov, 2019 1 commit
  22. 05 Nov, 2019 1 commit
  23. 04 Nov, 2019 3 commits
  24. 31 Oct, 2019 4 commits
    • Merge pull request #41 from pohly/go-version · a53bd4c4
      Kubernetes Prow Robot authored
      Go version 1.13, helper scripts
    • better handling of Go version · c8a1c4af
      Patrick Ohly authored
      Some operations are sensitive to the version of Go that is used. In
      the past, formatting of source differed depending on the
      version. Right now it is the content of the vendor directory which
      changes when switch back and forth between 1.12 and 1.13.
      
      We don't want to impose a certain workflow on developers, like forcing
      all invocations of Go to run inside a container. If developers want
      that, they can set up their development environment accordingly.
      
      But we should warn about this aspect to raise awareness. "make"
      invocations which involve Go now compare against the projects Go
      version (specified in travis.yml) once at the beginning. This is only
      a warning because we don't know which future version will be
      compatible with the project.
      
      Vendor directory handling gets updated, too: verification is now a
      separate script (became too complex for make) and there is a
      corresponding "update-vendor.sh". In contrast to verification,
      updating vendor is not integrated into make and thus itself invokes
      the go version check.
    • update CI to use Go 1.13.3 · 5e773d2d
      Patrick Ohly authored
      This is the latest release. Updating is useful to ensure that we have
      all of the latest fixes and enhancements.
    • Merge pull request #40 from msau42/add-1.16 · f419d745
      Kubernetes Prow Robot authored
      Add new variables for 1.16 and remove 1.13