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
b5dcf822
Commit
b5dcf822
authored
Apr 21, 2016
by
gmarek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add bi-hourly kubemark-100 for testing out new performance measurements
parent
72e51dac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
kubernetes-kubemark.yaml
...s/job-configs/kubernetes-jenkins/kubernetes-kubemark.yaml
+18
-0
No files found.
hack/jenkins/job-configs/kubernetes-jenkins/kubernetes-kubemark.yaml
View file @
b5dcf822
...
@@ -55,6 +55,24 @@
...
@@ -55,6 +55,24 @@
export KUBE_GCE_ZONE="us-central1-f"
export KUBE_GCE_ZONE="us-central1-f"
export KUBEMARK_MASTER_SIZE="n1-standard-1"
export KUBEMARK_MASTER_SIZE="n1-standard-1"
export KUBEMARK_NUM_NODES="5"
export KUBEMARK_NUM_NODES="5"
-
'
100-gce'
:
description
:
'
Run
small-ish
kubemark
cluster
to
continously
run
performance
experiments'
timeout
:
240
cron-string
:
'
H
H/6
*
*
*'
job-env
:
|
export E2E_NAME="kubemark-100"
export PROJECT="k8s-jenkins-kubemark"
export E2E_TEST="false"
export USE_KUBEMARK="true"
export KUBEMARK_TESTS="\[Feature:Performance\]"
export CREATE_SERVICES="true"
# Override defaults to be independent from GCE defaults and set kubemark parameters
export NUM_NODES="3"
export MASTER_SIZE="n1-standard-2"
export NODE_SIZE="n1-standard-4"
export KUBE_GCE_ZONE="us-east1-d"
export KUBEMARK_MASTER_SIZE="n1-standard-4"
export KUBEMARK_NUM_NODES="100"
-
'
high-density-100-gce'
:
-
'
high-density-100-gce'
:
description
:
'
Run
Kubemark
high-density
(100
pods/node)
test
on
a
fake
100
node
cluster.'
description
:
'
Run
Kubemark
high-density
(100
pods/node)
test
on
a
fake
100
node
cluster.'
timeout
:
160
timeout
:
160
...
...
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