-
Notifications
You must be signed in to change notification settings - Fork 159
Unify the build/test strategy of OSS GCE PD CSI Driver for Linux and Windows #899
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
Unify the build/test strategy of OSS GCE PD CSI Driver for Linux and Windows #899
Conversation
1a2b5eb
to
a4b11f0
Compare
test/k8s-integration/cluster.go
Outdated
@@ -98,6 +100,14 @@ func clusterUpGCE(k8sDir, gceZone string, numNodes int, imageType string) error | |||
return err | |||
} | |||
|
|||
// the chain is NUM_WINDOOWS_NODES -> --num-windows-nodes -> NUM_WINDOWS_NODES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WINDOOWS typo
defb219
to
bc4fcc6
Compare
/test pull-gcp-compute-persistent-disk-csi-driver-e2e-windows-2019 |
1 similar comment
/test pull-gcp-compute-persistent-disk-csi-driver-e2e-windows-2019 |
Please keep this commit as reference
bc4fcc6
to
35cce11
Compare
/test pull-gcp-compute-persistent-disk-csi-driver-e2e-windows-2019 |
1 similar comment
/test pull-gcp-compute-persistent-disk-csi-driver-e2e-windows-2019 |
/hold cancel Verified that pull-gcp-compute-persistent-disk-csi-driver-e2e-windows-2019 succeeded |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jingxu97, mauriciopoppe The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
/kind feature
What this PR does / why we need it:
Unifies the build/test strategy of OSS GCE PD CSI Driver for Linux and Windows
Implementation steps:
--kube-version=master --bringup-cluster=true --teardown-cluster=true
, that way the k8s-integration binary will download and compile the kubernetes codebase, bringup and teardown the cluster.Next steps:
Which issue(s) this PR fixes:
Another step to fix #892
Does this PR introduce a user-facing change?:
/hold
/cc @mattcary @jingxu97