1. 16 Sep, 2019 1 commit
  2. 07 Sep, 2019 3 commits
  3. 06 Sep, 2019 1 commit
  4. 29 Aug, 2019 2 commits
  5. 28 Aug, 2019 2 commits
  6. 27 Aug, 2019 1 commit
  7. 21 Aug, 2019 1 commit
  8. 09 Aug, 2019 2 commits
  9. 16 Jul, 2019 1 commit
  10. 15 Jul, 2019 1 commit
  11. 12 Jul, 2019 3 commits
  12. 11 Jul, 2019 2 commits
  13. 08 Jul, 2019 2 commits
  14. 13 May, 2019 1 commit
  15. 11 May, 2019 1 commit
    • build.make: allow repos to use 'go mod' for vendoring · 066143d1
      Patrick Ohly authored
      How a repo does vendoring is detected based on the presence of
      Gopkg.toml.
      
      The vendor check with `dep` was all done locally, but the
      corresponding check for `go mod` requires network access. The check
      therefore gets skipped when running in the Prow CI in situations where
      we are sure that it isn't needed (for example, in a periodic job).
  16. 15 Apr, 2019 2 commits
  17. 11 Apr, 2019 6 commits
  18. 10 Apr, 2019 2 commits
  19. 09 Apr, 2019 5 commits
  20. 08 Apr, 2019 1 commit
    • prow.sh: fix hostpath driver version check · f3d1d2df
      Patrick Ohly authored
      The previous logic failed for canary jobs, those also deploy a recent
      driver. Instead of guessing what driver gets installed based on job
      parameters, check what really runs in the cluster and base the
      decision on that.
      
      We only need to maintain this blacklist for 1.0.x until we replace it
      with 1.1.0, then this entire hostpath_supports_block can be removed.