- 12 Jun, 2020 1 commit
-
-
Patrick Ohly authored
As discussed in https://github.com/kubernetes/k8s.io/pull/943, we want to consolidate under k8s-staging-sig-storage.
-
- 08 Jun, 2020 1 commit
-
-
Kubernetes Prow Robot authored
cloud build: initialize support for running commands in Dockerfile
-
- 04 Jun, 2020 1 commit
-
-
Patrick Ohly authored
If the Dockerfile needs to run some command, that step fails unless QEMU is set up properly first: failed to solve: rpc error: code = Unknown desc = failed to load LLB: runtime execution on platform linux/ppc64le not supported
-
- 03 Jun, 2020 4 commits
-
-
Kubernetes Prow Robot authored
multiarch windows fix
-
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.
-
Patrick Ohly authored
It's not a real file and thus should better be marked as phony.
-
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.
-
- 28 May, 2020 2 commits
-
-
Kubernetes Prow Robot authored
cloud build: initial set of shared files
-
Patrick Ohly authored
The approach taken here extends the existing support for cross-compiling binaries on the build host and specifying the Go compiler: Go is installed if needed (as in Prow testing), binaries are build on the host, then one image is created for each platform, and finally those are combined into a single multi-architecture image.
-
- 27 Apr, 2020 1 commit
-
-
Kubernetes Prow Robot authored
Update patch release notes generation command
-
- 23 Apr, 2020 1 commit
-
-
Michelle Au authored
-
- 20 Apr, 2020 2 commits
-
-
Kubernetes Prow Robot authored
Fix csi-snapshotter RBAC yaml version
-
Grant Griffiths authored
Signed-off-by:
Grant Griffiths <grant@portworx.com>
-
- 17 Apr, 2020 2 commits
-
-
Kubernetes Prow Robot authored
update release tools instructions
-
Michelle Au authored
-
- 11 Mar, 2020 2 commits
-
-
Kubernetes Prow Robot authored
Update snapshotter to version 2.0.1
-
Grant Griffiths authored
Signed-off-by:
Grant Griffiths <grant@portworx.com>
-
- 04 Mar, 2020 2 commits
-
-
Kubernetes Prow Robot authored
build for multiple platforms only in CI, add s390x
-
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.
-
- 14 Feb, 2020 2 commits
-
-
Kubernetes Prow Robot authored
prow.sh: use 1.3.0 hostpath driver for testing
-
Patrick Ohly authored
The final 1.3.0 release of the hostpath driver really uses the 1.3.0 driver image in its deployment, in contrast to the previous -rc candidates which still used 1.2.0.
-
- 13 Feb, 2020 2 commits
-
-
Kubernetes Prow Robot authored
Change 'make test-vet' back to call 'go vet'
-
Jan Wozniak authored
-
- 10 Feb, 2020 4 commits
-
-
Kubernetes Prow Robot authored
prow.sh: generic driver installation
-
Kubernetes Prow Robot authored
prow.sh: also configure feature gates for kubelet
-
Patrick Ohly authored
That this hasn't been done before is an oversight. Apparently it hasn't been a problem because there never have been feature gates that mattered?
-
Patrick Ohly authored
This relies on a slightly different deployment script: a "deploy.sh" must exist which knows that it has to dump a test driver configurion into the file pointed to with CSI_PROW_TEST_DRIVER, if that env variable is set. That way, we no longer need to know what capabilities the installed driver has.
-
- 24 Jan, 2020 1 commit
-
-
Kubernetes Prow Robot authored
fix incorrect link
-
- 19 Jan, 2020 1 commit
-
-
wangzheng03 authored
-
- 13 Jan, 2020 1 commit
-
-
Kubernetes Prow Robot authored
Document the process for releasing a new sidecar
-
- 11 Jan, 2020 1 commit
-
-
Michelle Au authored
-
- 10 Jan, 2020 2 commits
-
-
Kubernetes Prow Robot authored
Update hostpath driver version to get fix for connection-timeout
-
Michelle Au authored
-
- 08 Jan, 2020 2 commits
-
-
Kubernetes Prow Robot authored
Update snapshotter to version v2.0.0
-
Grant Griffiths authored
Signed-off-by:
Grant Griffiths <grant@portworx.com>
-
- 02 Jan, 2020 4 commits
-
-
Kubernetes Prow Robot authored
Fix overriding of junit results
-
Michelle Au authored
-
Kubernetes Prow Robot authored
Update prow hostpath driver version to 1.3.0-rc2
-
saad-ali authored
-
- 23 Dec, 2019 1 commit
-
-
Kubernetes Prow Robot authored
Fix version_gt to work with Kubernetes prefix
-