1. 06 Oct, 2020 1 commit
  2. 26 Sep, 2020 1 commit
  3. 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).
  4. 12 Aug, 2020 2 commits
  5. 07 Aug, 2020 1 commit
  6. 05 Aug, 2020 1 commit
  7. 08 Jul, 2020 2 commits
  8. 18 Jun, 2020 3 commits
  9. 17 Jun, 2020 1 commit
  10. 16 Jun, 2020 2 commits
  11. 12 Jun, 2020 2 commits
  12. 08 Jun, 2020 1 commit
  13. 04 Jun, 2020 1 commit
  14. 03 Jun, 2020 4 commits
    • Merge pull request #88 from pohly/multiarch-windows-fix · be902f40
      Kubernetes Prow Robot authored
      multiarch windows fix
    • build.make: optional inclusion of Windows in multiarch images · 340e082f
      Patrick Ohly authored
      Most repos inherit the default BUILD_PLATFORMS, which includes
      Windows, but don't have the necessary Dockerfile.Windows yet. To
      simplify the rollout of multiarch image builds, Windows binary
      building continues to be tested (i.e. BUILD_PLATFORMS remains
      unchanged), but push-multiarch skips Windows if the Dockerfile.Windows
      is missing.
    • build.make: properly declare push-multiarch · 5231f05d
      Patrick Ohly authored
      It's not a real file and thus should better be marked as phony.
    • build.make: fix push-multiarch ambiguity · 4569f27a
      Patrick Ohly authored
      "make push-multiarch" matched both push-multiarch and push-%.  This
      seems to be none-deterministic and in at least one
      repo (external-provisioner), make picked the wildcard rule which then
      failed because there is no "multiarch" command.
      
      This ambiguity gets resolved by instantiating the wildcard rules only
      for existing commands. The advantage also is that "make
      push-no-such-command" will fail with an obvious "No rule to make
      target 'push-no-such-command'" instead of attempting to build the
      command.
  15. 28 May, 2020 2 commits
  16. 27 Apr, 2020 1 commit
  17. 23 Apr, 2020 1 commit
  18. 20 Apr, 2020 2 commits
  19. 17 Apr, 2020 2 commits
  20. 11 Mar, 2020 2 commits
  21. 04 Mar, 2020 2 commits
    • Merge pull request #76 from pohly/build-targets · 4cf843f6
      Kubernetes Prow Robot authored
      build for multiple platforms only in CI, add s390x
    • build for multiple platforms only in CI, add s390x · 3863a0f6
      Patrick Ohly authored
      Developers should not be forced to build for all platforms by
      default. We also don't want to copy-and-paste the go invocation for
      each new platform.
      
      To address both, the target platform(s) are now configurable via
      BUILD_PLATFORMS and additional platforms are only enabled in the Prow
      CI.
      
      For now this serves as a test that the source actually compiles for
      multiple platforms. Building images for different target platforms is a
      different problem.
  22. 14 Feb, 2020 2 commits
  23. 13 Feb, 2020 1 commit