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
04008676
Unverified
Commit
04008676
authored
Aug 27, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Aug 27, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #25 from msau42/fix-master-jobs
Update kind to v0.5.0
parents
aa85b82c
dc0a5d83
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
prow.sh
prow.sh
+6
-6
No files found.
prow.sh
View file @
04008676
...
@@ -101,7 +101,7 @@ configvar CSI_PROW_GO_VERSION_GINKGO "${CSI_PROW_GO_VERSION_BUILD}" "Go version
...
@@ -101,7 +101,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,
# 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/
# the desired version is downloaded from https://github.com/kubernetes-sigs/kind/releases/download/
# (if available), otherwise it is built from source.
# (if available), otherwise it is built from source.
configvar CSI_PROW_KIND_VERSION
2555d8e09d5a77ee718414cec9f6083dfa028dc5
"kind"
configvar CSI_PROW_KIND_VERSION
"v0.5.0"
"kind"
# ginkgo test runner version to use. If the pre-installed version is
# ginkgo test runner version to use. If the pre-installed version is
# different, the desired version is built from source.
# different, the desired version is built from source.
...
@@ -126,19 +126,19 @@ configvar CSI_PROW_BUILD_JOB true "building code in repo enabled"
...
@@ -126,19 +126,19 @@ configvar CSI_PROW_BUILD_JOB true "building code in repo enabled"
# use the same settings as for "latest" Kubernetes. This works
# use the same settings as for "latest" Kubernetes. This works
# as long as there are no breaking changes in Kubernetes, like
# as long as there are no breaking changes in Kubernetes, like
# deprecating or changing the implementation of an alpha feature.
# deprecating or changing the implementation of an alpha feature.
configvar CSI_PROW_KUBERNETES_VERSION 1.1
3
.3
"Kubernetes"
configvar CSI_PROW_KUBERNETES_VERSION 1.1
5
.3
"Kubernetes"
# This is a hack to workaround the issue that each version
# This is a hack to workaround the issue that each version
# of kind currently only supports specific patch versions of
# of kind currently only supports specific patch versions of
# Kubernetes. We need to override CSI_PROW_KUBERNETES_VERSION
# Kubernetes. We need to override CSI_PROW_KUBERNETES_VERSION
# passed in by our CI/pull jobs to the versions that
# passed in by our CI/pull jobs to the versions that
# kind v0.
4
.0 supports.
# kind v0.
5
.0 supports.
#
#
# If the version is prefixed with "release-", then nothing
# If the version is prefixed with "release-", then nothing
# is overridden.
# is overridden.
override_k8s_version
"1.13.
7
"
override_k8s_version
"1.13.
10
"
override_k8s_version
"1.14.
3
"
override_k8s_version
"1.14.
6
"
override_k8s_version
"1.15.
0
"
override_k8s_version
"1.15.
3
"
# CSI_PROW_KUBERNETES_VERSION reduced to first two version numbers and
# CSI_PROW_KUBERNETES_VERSION reduced to first two version numbers and
# with underscore (1_13 instead of 1.13.3) and in uppercase (LATEST
# with underscore (1_13 instead of 1.13.3) and in uppercase (LATEST
...
...
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