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
41d2d19f
Commit
41d2d19f
authored
Nov 10, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16759 from ixdy/jenkins-configs
Auto commit by PR queue bot
parents
8d923afe
622cc4d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
e2e.sh
hack/jenkins/e2e.sh
+22
-0
No files found.
hack/jenkins/e2e.sh
View file @
41d2d19f
...
...
@@ -414,6 +414,28 @@ case ${JOB_NAME} in
TEST_CLUSTER_RESYNC_PERIOD
=
"--min-resync-period=12h"
;;
# Runs the performance/scalability tests on GCE using the latest 1.1 ci
# release. A larger cluster is used.
kubernetes-e2e-gce-scalability-1.1
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-scalability-1.1"
}
:
${
E2E_NETWORK
:
=
"e2e-scalability-1-1"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=Performance
\s
suite"
}
:
${
JENKINS_PUBLISHED_VERSION
:
=
"ci/latest-1.1"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-scalability-1-1"
}
:
${
KUBE_GCS_STAGING_PATH_SUFFIX
:
=
"scalability-1.1"
}
:
${
PROJECT
:
=
"k8s-e2e-gce-scalability-1-1"
}
# Override GCE defaults.
E2E_ZONE
=
"us-east1-b"
MASTER_SIZE
=
"n1-standard-4"
MINION_SIZE
=
"n1-standard-2"
MINION_DISK_SIZE
=
"50GB"
NUM_MINIONS
=
"100"
# 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