Michelle Au
6582f2ff3b
Update hostpath driver version to get fix for connection-timeout
2020-01-09 17:25:38 -08:00
Michelle Au
8b0316c7e4
Fix overriding of junit results by using unique names for each e2e run
2020-01-02 14:38:57 -08:00
Kubernetes Prow Robot
5f444b80f3
Merge pull request #60 from saad-ali/updateHostpathVersion
...
Update prow hostpath driver version to 1.3.0-rc2
2020-01-02 14:37:40 -08:00
saad-ali
af9549b5a1
Update prow hostpath driver version to 1.3.0-rc2
2020-01-02 14:29:40 -08:00
Kubernetes Prow Robot
f6c74b30ed
Merge pull request #57 from ggriffiths/version_gt_kubernetes_fix
...
Fix version_gt to work with Kubernetes prefix
2019-12-23 11:29:33 -08:00
Grant Griffiths
fc80975954
Fix version_gt to work with kubernetes prefix
...
Signed-off-by: Grant Griffiths <grant@portworx.com >
2019-12-20 16:47:51 -08:00
Kubernetes Prow Robot
9f1f3dd842
Merge pull request #56 from msau42/enable-snapshots
...
Enable snapshot tests in 1.17 to be run in non-alpha jobs.
2019-12-18 11:27:57 -08:00
Michelle Au
b98b2aed08
Enable snapshot tests in 1.17 to be run in non-alpha jobs.
...
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.
2019-12-16 19:13:38 -08:00
Kubernetes Prow Robot
9ace02045e
Merge pull request #52 from msau42/update-readme
...
Improve README by adding an explicit Kubernetes dependency section
2019-12-06 00:34:49 -08:00
Kubernetes Prow Robot
540599ba3c
Merge pull request #53 from msau42/fix-make
...
fix syntax for ppc64le build
2019-12-04 14:26:57 -08:00
Michelle Au
a4e6299668
fix syntax for ppc64le build
2019-12-04 14:12:50 -08:00
Kubernetes Prow Robot
771ca6f262
Merge pull request #49 from ggriffiths/prowsh_improve_version_gt
...
Improve snapshot-controller running check and version_gt to support multiple formats
2019-12-04 11:12:58 -08:00
Kubernetes Prow Robot
d7c69d2f93
Merge pull request #51 from msau42/enable-multinode
...
Enable topology testing with hostpath driver
2019-12-04 06:38:58 -08:00
Grant Griffiths
4ad69492c9
Improve snapshot pod running checks and improve version_gt
...
Signed-off-by: Grant Griffiths <grant@portworx.com >
2019-12-03 23:48:29 -08:00
Michelle Au
53888ae7d5
Improve README by adding an explicit Kubernetes dependency section
2019-12-03 18:18:38 -08:00
Michelle Au
9a7a685ee1
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
2019-12-02 17:45:57 -08:00
Kubernetes Prow Robot
4ff2f5f092
Merge pull request #50 from darkowlzz/kind-0.6.0
...
Use kind v0.6.0
2019-12-02 06:35:05 -08:00
Sunny
80bba1fe20
Use kind v0.6.0
...
kind v0.6.0 appends the kubeconfig with the default config at
~/.kube/config.
2019-11-30 00:31:44 +05:30
Kubernetes Prow Robot
6d674a7f9a
Merge pull request #47 from Pensu/multi-arch
...
Adding build for ppc64le
2019-11-26 15:21:21 -08:00
Kubernetes Prow Robot
8adde494a5
Merge pull request #45 from ggriffiths/snapshot_beta_crds
...
Add snapshotter CRDs after cluster setup
2019-11-25 07:41:09 -08:00
Grant Griffiths
003c14b2d4
Add snapshotter CRDs after cluster setup
...
Signed-off-by: Grant Griffiths <grant@portworx.com >
2019-11-24 11:19:48 -08:00
Kubernetes Prow Robot
a41f386049
Merge pull request #46 from mucahitkurt/kind-cluster-cleanup
...
delete kind cluster after tests run
2019-11-21 10:05:29 -08:00
Mucahit Kurt
1eaaaa1cb4
Delete kind cluster after tests run.
...
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 >
2019-11-21 17:31:18 +03:00
Peeyush Gupta
83a4ef15df
Adding build for ppc64le
2019-11-19 08:58:58 -05:00
Kubernetes Prow Robot
4fcafece59
Merge pull request #43 from pohly/system-pod-logging
...
prow.sh: also log output of system containers
2019-11-05 18:29:01 -08:00
Patrick Ohly
f41c1351a3
prow.sh: also log output of system containers
...
Depending on the error, those logs are needed to debug failures.
2019-11-05 16:40:29 +01:00
Kubernetes Prow Robot
ee22a9caa6
Merge pull request #42 from pohly/use-vendor-dir
...
prow.sh: use vendor directory if available
2019-11-04 09:25:40 -08:00
Patrick Ohly
8067845659
travis.yml: also use vendor directory
2019-11-04 15:40:31 +01:00
Patrick Ohly
23df4aef51
prow.sh: use vendor directory if available
...
This avoids dependencies on the Go module cache or the upstream code
hosting.
2019-11-04 15:21:49 +01:00
Kubernetes Prow Robot
a53bd4c46e
Merge pull request #41 from pohly/go-version
...
Go version 1.13, helper scripts
2019-10-31 08:27:37 -07:00
Patrick Ohly
c8a1c4af93
better handling of Go version
...
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.
2019-10-31 11:59:34 +01:00
Patrick Ohly
5e773d2db0
update CI to use Go 1.13.3
...
This is the latest release. Updating is useful to ensure that we have
all of the latest fixes and enhancements.
2019-10-31 08:43:31 +01:00
Kubernetes Prow Robot
f419d74545
Merge pull request #40 from msau42/add-1.16
...
Add new variables for 1.16 and remove 1.13
2019-10-31 00:37:36 -07:00
Michelle Au
e0fde8c4f5
Add new variables for 1.16 and remove 1.13
2019-10-30 18:08:41 -07:00
Kubernetes Prow Robot
adf00feaaf
Merge pull request #36 from msau42/full-clone
...
Do full git clones in travis
2019-10-08 14:55:50 -07:00
Michelle Au
f1697d2cac
Do full git clones in travis. Shallow clones are causing test-subtree
...
errors when the depth is exactly 50.
2019-10-08 14:45:12 -07:00
Kubernetes Prow Robot
2c81919807
Merge pull request #34 from pohly/go-mod-tidy
...
update Go mod support
2019-10-08 08:11:15 -07:00
Kubernetes Prow Robot
518d6af6bd
Merge pull request #35 from ddebroy/winbld2
...
Build Windows only for amd64
2019-10-07 16:47:10 -07:00
Deep Debroy
2d6b3ce85f
Build Windows only for amd64
...
Signed-off-by: Deep Debroy <ddebroy@docker.com >
2019-10-07 16:38:04 -07:00
Patrick Ohly
c1078a6585
go-get-kubernetes.sh: automate Kubernetes dependency handling
...
This script handles the necessary "replace" statements and determines
which packages need to be updated in lockstep.
2019-10-07 14:43:53 +02:00
Patrick Ohly
194289aa8e
update Go mod support
...
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.
2019-10-04 14:27:41 +02:00
Kubernetes Prow Robot
0affdf95a8
Merge pull request #33 from gnufied/enable-hostpath-expansion
...
Enable hostpath expansion
2019-09-16 15:42:23 -07:00
Hemant Kumar
6208f6ab47
Enable hostpath expansion
2019-09-16 17:59:04 -04:00
Kubernetes Prow Robot
6ecaa76eb9
Merge pull request #30 from msau42/fix-windows
...
build windows binaries with .exe suffix
2019-09-06 19:25:18 -07:00
Michelle Au
ea2f1b5277
build windows binaries with .exe suffix
2019-09-06 19:15:35 -07:00
Kubernetes Prow Robot
2d3355064a
Merge pull request #29 from mucahitkurt/create-2-node-kind-cluster
...
Create 2-node kind cluster since topology support is added to hostpath
2019-09-06 17:19:20 -07:00
Mucahit Kurt
a8ea8bcc5c
create 2-node kind cluster since topology support is added to hostpath driver
...
Signed-off-by: Mucahit Kurt <mucahitkurt@gmail.com >
2019-09-07 02:31:15 +03:00
Kubernetes Prow Robot
df8530d9e3
Merge pull request #27 from pohly/dep-vendor-check
...
prow.sh: install dep if needed
2019-08-29 07:07:56 -07:00
Patrick Ohly
35ceaedcbd
prow.sh: install dep if needed
...
"make test-vendor" depends on dep if the current project uses
dep. Without it, the vendor directory checking was skipped under Prow.
2019-08-29 15:28:21 +02:00
Kubernetes Prow Robot
f85ab5af1e
Merge pull request #26 from ddebroy/windows1
...
Add rule for building Windows binaries
2019-08-28 07:33:16 -07:00