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
654d3a07
Commit
654d3a07
authored
Aug 02, 2016
by
Random Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip Flaky, Slow and Serial test in proper jenkins job.
parent
08850ccc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
image_conformance_test.go
test/e2e_node/image_conformance_test.go
+1
-1
jenkins-ci.properties
test/e2e_node/jenkins/jenkins-ci.properties
+1
-1
jenkins-docker-validation.properties
test/e2e_node/jenkins/jenkins-docker-validation.properties
+2
-1
jenkins-pull.properties
test/e2e_node/jenkins/jenkins-pull.properties
+1
-1
No files found.
test/e2e_node/image_conformance_test.go
View file @
654d3a07
...
@@ -31,7 +31,7 @@ const (
...
@@ -31,7 +31,7 @@ const (
)
)
var
_
=
Describe
(
"Image Container Conformance Test"
,
func
()
{
var
_
=
Describe
(
"Image Container Conformance Test"
,
func
()
{
Describe
(
"[F
LAKY
] image conformance blackbox test"
,
func
()
{
Describe
(
"[F
laky
] image conformance blackbox test"
,
func
()
{
Context
(
"when testing images that exist"
,
func
()
{
Context
(
"when testing images that exist"
,
func
()
{
var
conformImages
[]
ConformanceImage
var
conformImages
[]
ConformanceImage
BeforeEach
(
func
()
{
BeforeEach
(
func
()
{
...
...
test/e2e_node/jenkins/jenkins-ci.properties
View file @
654d3a07
...
@@ -3,6 +3,6 @@ GCE_IMAGE_CONFIG_PATH=test/e2e_node/jenkins/image-config.yaml
...
@@ -3,6 +3,6 @@ GCE_IMAGE_CONFIG_PATH=test/e2e_node/jenkins/image-config.yaml
GCE_ZONE
=
us-central1-f
GCE_ZONE
=
us-central1-f
GCE_PROJECT
=
kubernetes-jenkins
GCE_PROJECT
=
kubernetes-jenkins
CLEANUP
=
true
CLEANUP
=
true
GINKGO_FLAGS
=
--skip=FLAKY
GINKGO_FLAGS
=
'--skip="\[Flaky\]|\[Serial\]"'
SETUP_NODE
=
false
SETUP_NODE
=
false
TEST_ARGS
=
--cgroups-per-qos=true
TEST_ARGS
=
--cgroups-per-qos=true
test/e2e_node/jenkins/jenkins-docker-validation.properties
View file @
654d3a07
...
@@ -13,5 +13,6 @@ GCE_PROJECT=kubernetes-jenkins
...
@@ -13,5 +13,6 @@ GCE_PROJECT=kubernetes-jenkins
# gci-docker-version specifies docker version in GCI image.
# gci-docker-version specifies docker version in GCI image.
GCE_INSTANCE_METADATA
=
"user-data<${GCI_CLOUD_INIT},gci-docker-version=${DOCKER_VERSION}"
GCE_INSTANCE_METADATA
=
"user-data<${GCI_CLOUD_INIT},gci-docker-version=${DOCKER_VERSION}"
CLEANUP
=
true
CLEANUP
=
true
GINKGO_FLAGS
=
--skip=FLAKY
# TODO(random-liu): Run performance test in docker validation test.
GINKGO_FLAGS
=
'--skip="\[Flaky\]|\[Serial\]"'
SETUP_NODE
=
true
SETUP_NODE
=
true
test/e2e_node/jenkins/jenkins-pull.properties
View file @
654d3a07
...
@@ -3,6 +3,6 @@ GCE_IMAGE_CONFIG_PATH=test/e2e_node/jenkins/image-config.yaml
...
@@ -3,6 +3,6 @@ GCE_IMAGE_CONFIG_PATH=test/e2e_node/jenkins/image-config.yaml
GCE_ZONE
=
us-central1-f
GCE_ZONE
=
us-central1-f
GCE_PROJECT
=
kubernetes-jenkins-pull
GCE_PROJECT
=
kubernetes-jenkins-pull
CLEANUP
=
true
CLEANUP
=
true
GINKGO_FLAGS
=
--skip=FLAKY
GINKGO_FLAGS
=
'--skip="\[Flaky\]|\[Slow\]|\[Serial\]"'
SETUP_NODE
=
false
SETUP_NODE
=
false
TEST_ARGS
=
--cgroups-per-qos=true
TEST_ARGS
=
--cgroups-per-qos=true
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