Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nfs-subdir-external-provisioner
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
nfs-subdir-external-provisioner
Commits
4ff2f5f0
Unverified
Commit
4ff2f5f0
authored
Dec 02, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Dec 02, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #50 from darkowlzz/kind-0.6.0
Use kind v0.6.0
parents
6d674a7f
80bba1fe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
prow.sh
prow.sh
+2
-4
No files found.
prow.sh
View file @
4ff2f5f0
...
...
@@ -107,8 +107,7 @@ configvar CSI_PROW_GO_VERSION_GINKGO "${CSI_PROW_GO_VERSION_BUILD}" "Go version
# kind version to use. If the pre-installed version is different,
# the desired version is downloaded from https://github.com/kubernetes-sigs/kind/releases/download/
# (if available), otherwise it is built from source.
# TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
configvar CSI_PROW_KIND_VERSION
"86bc23d84ac12dcb56a0528890736e2c347c2dc3"
"kind"
configvar CSI_PROW_KIND_VERSION
"v0.6.0"
"kind"
# ginkgo test runner version to use. If the pre-installed version is
# different, the desired version is built from source.
...
...
@@ -579,8 +578,7 @@ EOF
die
"Cluster creation failed again, giving up. See the 'kind-cluster' artifact directory for additional logs."
fi
fi
KUBECONFIG
=
"
$(
kind get kubeconfig-path
--name
=
csi-prow
)
"
export
KUBECONFIG
export
KUBECONFIG
=
"
${
HOME
}
/.kube/config"
}
# Deletes kind cluster inside a prow job
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment