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
3367369c
Commit
3367369c
authored
Dec 11, 2015
by
Wojciech Tyczynski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 1000-node cluster suite to Jenkins
parent
eb2fc232
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
e2e.sh
hack/jenkins/e2e.sh
+24
-0
No files found.
hack/jenkins/e2e.sh
View file @
3367369c
...
...
@@ -590,6 +590,30 @@ case ${JOB_NAME} in
TEST_CLUSTER_RESYNC_PERIOD
=
"--min-resync-period=12h"
;;
# Runs the performance/scalability test on huge 1000-node cluster on GCE.
# Flannel is used as network provider.
kubernetes-e2e-gce-enormous-cluster
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-enormous-cluster"
}
:
${
E2E_NETWORK
:
=
"e2e-enormous-cluster"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
\[
Performance
\]
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-enormous-cluster"
}
:
${
PROJECT
:
=
"kubernetes-scale"
}
# Override GCE defaults.
NETWORK_PROVIDER
=
"flannel"
# Temporarily switch of Heapster, as this will not schedule anywhere.
# TODO: Think of a solution to enable it.
ENABLE_CLUSTER_MONITORING
=
"none"
E2E_ZONE
=
"asia-east1-a"
MASTER_SIZE
=
"n1-standard-32"
NODE_SIZE
=
"n1-standard-1"
NODE_DISK_SIZE
=
"50GB"
NUM_NODES
=
"1000"
# Reduce logs verbosity
TEST_CLUSTER_LOG_LEVEL
=
"--v=2"
# Increase resync period to simulate production
TEST_CLUSTER_RESYNC_PERIOD
=
"--min-resync-period=12h"
;;
# Sets up the GCE soak cluster weekly using the latest CI release.
kubernetes-soak-weekly-deploy-gce
)
:
${
E2E_CLUSTER_NAME
:
=
"gce-soak-weekly"
}
...
...
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