Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
56ff9061
Commit
56ff9061
authored
Nov 12, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17178 from wonderfly/master
Auto commit by PR queue bot
parents
e88593d7
8c0f77e4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
e2e.sh
hack/jenkins/e2e.sh
+2
-2
No files found.
hack/jenkins/e2e.sh
View file @
56ff9061
...
@@ -529,7 +529,7 @@ case ${JOB_NAME} in
...
@@ -529,7 +529,7 @@ case ${JOB_NAME} in
:
${
ENABLE_CLUSTER_REGISTRY
:
=false
}
:
${
ENABLE_CLUSTER_REGISTRY
:
=false
}
# Ideally we would pin to the latest release version but since 1.1 is not
# Ideally we would pin to the latest release version but since 1.1 is not
# out, we use the latest build number from the CI job.
# out, we use the latest build number from the CI job.
:
${
JENKINS_EXPLICIT_VERSION
:
=
"
ci/v1.1.1-beta.535+b59eb94b3bf0ee
"
}
:
${
JENKINS_EXPLICIT_VERSION
:
=
"
release/v1.1.1
"
}
;;
;;
# Runs non-flaky tests on GCE with Trusty-beta as base image for minions,
# Runs non-flaky tests on GCE with Trusty-beta as base image for minions,
...
@@ -550,7 +550,7 @@ case ${JOB_NAME} in
...
@@ -550,7 +550,7 @@ case ${JOB_NAME} in
:
${
KUBE_GCE_MINION_IMAGE
:
=
"
$(
get_latest_trusty_image
${
JOB_NAME
})
"
}
:
${
KUBE_GCE_MINION_IMAGE
:
=
"
$(
get_latest_trusty_image
${
JOB_NAME
})
"
}
:
${
KUBE_OS_DISTRIBUTION
:
=
"trusty"
}
:
${
KUBE_OS_DISTRIBUTION
:
=
"trusty"
}
:
${
ENABLE_CLUSTER_REGISTRY
:
=false
}
:
${
ENABLE_CLUSTER_REGISTRY
:
=false
}
:
${
JENKINS_EXPLICIT_VERSION
:
=
"
ci/v1.1.1-beta.535+b59eb94b3bf0ee
"
}
:
${
JENKINS_EXPLICIT_VERSION
:
=
"
release/v1.1.1
"
}
;;
;;
# Runs non-flaky tests on GCE on the release candidate branch,
# Runs non-flaky tests on GCE on the release candidate branch,
...
...
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