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
e8d76aac
Commit
e8d76aac
authored
Mar 14, 2016
by
Joe Finney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Up scalability-1.1 to 1.2.
parent
4c2d129b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
3 deletions
+27
-3
kubernetes-e2e.yaml
...enkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
+27
-3
No files found.
hack/jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
View file @
e8d76aac
...
@@ -255,6 +255,33 @@
...
@@ -255,6 +255,33 @@
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Serial\]|\[Disruptive\] \
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Serial\]|\[Disruptive\] \
--ginkgo.skip=\[Flaky\]|\[Feature:.+\]"
--ginkgo.skip=\[Flaky\]|\[Feature:.+\]"
export PROJECT="k8s-jkns-e2e-gce-serial-1-2"
export PROJECT="k8s-jkns-e2e-gce-serial-1-2"
-
'
gce-scalability-release-1.2'
:
timeout
:
120
description
:
'
Run
scalability
E2E
tests
on
GCE
from
the
release-1.2
branch.'
job-env
:
|
export E2E_NAME="e2e-scalability-1-2"
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Feature:Performance\] \
--gather-resource-usage=true \
--gather-metrics-at-teardown=true \
--gather-logs-sizes=true \
--output-print-type=json"
# Use the 1.1 project for now, since it has quota.
export PROJECT="k8s-e2e-gce-scalability-1-1"
export FAIL_ON_GCP_RESOURCE_LEAK="false"
# Override GCE defaults.
export MASTER_SIZE="n1-standard-4"
export NODE_SIZE="n1-standard-2"
export NODE_DISK_SIZE="50GB"
export NUM_NODES="100"
export REGISTER_MASTER="true"
# Reduce logs verbosity
export TEST_CLUSTER_LOG_LEVEL="--v=2"
# TODO: Remove when we figure out the reason for occasional failures #19048
export KUBELET_TEST_LOG_LEVEL="--v=4"
# Increase resync period to simulate production
export TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h"
# Increase delete collection parallelism
export TEST_CLUSTER_DELETE_COLLECTION_WORKERS="--delete-collection-workers=16"
jobs
:
jobs
:
-
'
kubernetes-e2e-{suffix}'
-
'
kubernetes-e2e-{suffix}'
...
@@ -371,9 +398,6 @@
...
@@ -371,9 +398,6 @@
-
'
gce-disruptive-1.1'
:
-
'
gce-disruptive-1.1'
:
timeout
:
180
timeout
:
180
description
:
'
Run
disruptive
E2E
tests
on
GCE
from
the
current
release
branch.'
description
:
'
Run
disruptive
E2E
tests
on
GCE
from
the
current
release
branch.'
-
'
gce-scalability-1.1'
:
timeout
:
210
description
:
'
Run
scalability
E2E
tests
on
GCE
from
the
current
release
branch.'
jobs
:
jobs
:
-
'
kubernetes-e2e-{suffix}'
-
'
kubernetes-e2e-{suffix}'
...
...
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