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
1981c2a6
Commit
1981c2a6
authored
Dec 18, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18719 from bprashanth/flannel_builder
Auto commit by PR queue bot
parents
77bf8132
76a9925e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
e2e.sh
hack/jenkins/e2e.sh
+18
-0
No files found.
hack/jenkins/e2e.sh
View file @
1981c2a6
...
@@ -600,6 +600,24 @@ case ${JOB_NAME} in
...
@@ -600,6 +600,24 @@ case ${JOB_NAME} in
TEST_CLUSTER_RESYNC_PERIOD
=
"--min-resync-period=12h"
TEST_CLUSTER_RESYNC_PERIOD
=
"--min-resync-period=12h"
;;
;;
# Runs e2e on GCE with flannel and VXLAN.
kubernetes-e2e-gce-flannel
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-flannel"
}
:
${
E2E_PUBLISH_GREEN_VERSION
:
=
"true"
}
:
${
E2E_NETWORK
:
=
"e2e-gce-flannel"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.skip=
$(
join_regex_allow_empty
\
${
GCE_DEFAULT_SKIP_TESTS
[@]
:+
${
GCE_DEFAULT_SKIP_TESTS
[@]
}}
\
${
GCE_PARALLEL_FLAKY_TESTS
[@]
:+
${
GCE_PARALLEL_FLAKY_TESTS
[@]
}}
\
${
GCE_PARALLEL_SKIP_TESTS
[@]
:+
${
GCE_PARALLEL_SKIP_TESTS
[@]
}}
\
${
GCE_FLAKY_TESTS
[@]
:+
${
GCE_FLAKY_TESTS
[@]
}}
\
${
GCE_SLOW_TESTS
[@]
:+
${
GCE_SLOW_TESTS
[@]
}}
\
)
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-flannel"
}
:
${
PROJECT
:
=
"kubernetes-flannel"
}
# Override GCE defaults.
NETWORK_PROVIDER
=
"flannel"
;;
# Runs the performance/scalability test on huge 1000-node cluster on GCE.
# Runs the performance/scalability test on huge 1000-node cluster on GCE.
# Flannel is used as network provider.
# Flannel is used as network provider.
kubernetes-e2e-gce-enormous-cluster
)
kubernetes-e2e-gce-enormous-cluster
)
...
...
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