- 06 Dec, 2019 1 commit
-
-
Kubernetes Prow Robot authored
Improve README by adding an explicit Kubernetes dependency section
-
- 04 Dec, 2019 6 commits
-
-
Kubernetes Prow Robot authored
fix syntax for ppc64le build
-
Michelle Au authored
-
Kubernetes Prow Robot authored
Improve snapshot-controller running check and version_gt to support multiple formats
-
Kubernetes Prow Robot authored
Enable topology testing with hostpath driver
-
Grant Griffiths authored
Signed-off-by:
Grant Griffiths <grant@portworx.com>
-
Michelle Au authored
-
- 03 Dec, 2019 1 commit
-
-
Michelle Au authored
Create a kind cluster with two worker nodes so that the topology feature can be tested. Test cases that test accessing volumes from multiple nodes need to be skipped
-
- 02 Dec, 2019 1 commit
-
-
Kubernetes Prow Robot authored
Use kind v0.6.0
-
- 29 Nov, 2019 1 commit
-
-
Sunny authored
kind v0.6.0 appends the kubeconfig with the default config at ~/.kube/config.
-
- 26 Nov, 2019 1 commit
-
-
Kubernetes Prow Robot authored
Adding build for ppc64le
-
- 25 Nov, 2019 1 commit
-
-
Kubernetes Prow Robot authored
Add snapshotter CRDs after cluster setup
-
- 24 Nov, 2019 1 commit
-
-
Grant Griffiths authored
Signed-off-by:
Grant Griffiths <grant@portworx.com>
-
- 21 Nov, 2019 2 commits
-
-
Kubernetes Prow Robot authored
delete kind cluster after tests run
-
Mucahit Kurt authored
Inside a real Prow job it is better to clean up at runtime instead of leaving that to the Prow job cleanup code because the later sometimes times out. Signed-off-by:
Mucahit Kurt <mucahitkurt@gmail.com>
-
- 19 Nov, 2019 1 commit
-
-
Peeyush Gupta authored
-
- 06 Nov, 2019 1 commit
-
-
Kubernetes Prow Robot authored
prow.sh: also log output of system containers
-
- 05 Nov, 2019 1 commit
-
-
Patrick Ohly authored
Depending on the error, those logs are needed to debug failures.
-
- 04 Nov, 2019 3 commits
-
-
Kubernetes Prow Robot authored
prow.sh: use vendor directory if available
-
Patrick Ohly authored
-
Patrick Ohly authored
This avoids dependencies on the Go module cache or the upstream code hosting.
-
- 31 Oct, 2019 5 commits
-
-
Kubernetes Prow Robot authored
Go version 1.13, helper scripts
-
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.
-
Patrick Ohly authored
This is the latest release. Updating is useful to ensure that we have all of the latest fixes and enhancements.
-
Kubernetes Prow Robot authored
Add new variables for 1.16 and remove 1.13
-
Michelle Au authored
-
- 08 Oct, 2019 3 commits
-
-
Kubernetes Prow Robot authored
Do full git clones in travis
-
Michelle Au authored
errors when the depth is exactly 50.
-
Kubernetes Prow Robot authored
update Go mod support
-
- 07 Oct, 2019 3 commits
-
-
Kubernetes Prow Robot authored
Build Windows only for amd64
-
Deep Debroy authored
Signed-off-by:
Deep Debroy <ddebroy@docker.com>
-
Patrick Ohly authored
This script handles the necessary "replace" statements and determines which packages need to be updated in lockstep.
-
- 04 Oct, 2019 1 commit
-
-
Patrick Ohly authored
It turned out that changes like https://github.com/kubernetes-csi/csi-lib-utils/pull/33 should better have been committed after `go mod tidy` because that adds some indirect dependencies in that example. The revised `test-vendor` checks for that and (just in case that this ever becomes desired) allows projects to not have a vendor directory when using `go mod`. How to use `go mod` properly gets documented in the README.md, because there are such pitfalls.
-
- 16 Sep, 2019 2 commits
-
-
Kubernetes Prow Robot authored
Enable hostpath expansion
-
Hemant Kumar authored
-
- 07 Sep, 2019 3 commits
-
-
Kubernetes Prow Robot authored
build windows binaries with .exe suffix
-
Michelle Au authored
-
Kubernetes Prow Robot authored
Create 2-node kind cluster since topology support is added to hostpath
-
- 06 Sep, 2019 1 commit
-
-
Mucahit Kurt authored
Signed-off-by:
Mucahit Kurt <mucahitkurt@gmail.com>
-
- 29 Aug, 2019 1 commit
-
-
Kubernetes Prow Robot authored
prow.sh: install dep if needed
-