- 10 Feb, 2020 1 commit
-
-
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
-
- 21 Dec, 2019 1 commit
-
-
Grant Griffiths authored
Signed-off-by:
Grant Griffiths <grant@portworx.com>
-
- 18 Dec, 2019 1 commit
-
-
Kubernetes Prow Robot authored
Enable snapshot tests in 1.17 to be run in non-alpha jobs.
-
- 17 Dec, 2019 1 commit
-
-
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.
-
- 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 2 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.
-