-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prow update #143
Prow update #143
Commits on Apr 15, 2019
-
Kubernetes also requires 1.12. We pick the latest stable release for CI builds.
Configuration menu - View commit details
-
Copy full SHA for e157b6b - Browse repository at this point
Copy the full SHA e157b6bView commit details -
Merge pull request kubernetes-csi#18 from pohly/go-version
update to Go 1.12.4
Configuration menu - View commit details
-
Copy full SHA for 0bee749 - Browse repository at this point
Copy the full SHA 0bee749View commit details
Commits on May 11, 2019
-
build.make: allow repos to use 'go mod' for vendoring
How a repo does vendoring is detected based on the presence of Gopkg.toml. The vendor check with `dep` was all done locally, but the corresponding check for `go mod` requires network access. The check therefore gets skipped when running in the Prow CI in situations where we are sure that it isn't needed (for example, in a periodic job).
Configuration menu - View commit details
-
Copy full SHA for 066143d - Browse repository at this point
Copy the full SHA 066143dView commit details
Commits on May 13, 2019
-
Merge pull request kubernetes-csi#19 from pohly/go-mod-vendor
build.make: allow repos to use 'go mod' for vendoring
Configuration menu - View commit details
-
Copy full SHA for 0399988 - Browse repository at this point
Copy the full SHA 0399988View commit details
Commits on Jul 8, 2019
-
prow.sh: flexible test driver config
By moving the code into a separate function, other CSI drivers have a chance to overwrite it. For the hostpath driver itself we need the ability to set the driver name depending on which revision is getting installed.
Configuration menu - View commit details
-
Copy full SHA for b2f4e05 - Browse repository at this point
Copy the full SHA b2f4e05View commit details -
Merge pull request kubernetes-csi#20 from pohly/test-driver-config
more flexible test driver config
Configuration menu - View commit details
-
Copy full SHA for db8abb6 - Browse repository at this point
Copy the full SHA db8abb6View commit details
Commits on Jul 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a6f21d4 - Browse repository at this point
Copy the full SHA a6f21d4View commit details -
Update kind to v0.4.0. This requires overriding Kubernetes versions
with specific patch versions that kind 0.4.0 supports. Also, feature gate setting is only supported on 1.15+ due to kind.sigs.k8s.io/v1alpha3 and kubeadm.k8s.io/v1beta2 dependencies.
Configuration menu - View commit details
-
Copy full SHA for ecc7918 - Browse repository at this point
Copy the full SHA ecc7918View commit details
Commits on Jul 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4b6fa4a - Browse repository at this point
Copy the full SHA 4b6fa4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e31f07 - Browse repository at this point
Copy the full SHA 4e31f07View commit details -
Merge pull request kubernetes-csi#21 from msau42/add-1.15-jobs
Add 1.15 jobs
Configuration menu - View commit details
-
Copy full SHA for f4f73ce - Browse repository at this point
Copy the full SHA f4f73ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b44cf - Browse repository at this point
Copy the full SHA c0b44cfView commit details