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
c3e966a4
Commit
c3e966a4
authored
Jan 28, 2016
by
Fabio Yeon
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20297 from ihmccreery/skip-feature-serial
Reclassify Restart tests as [Disruptive] and skip [Feature:.+] tests in -serial jobs
parents
de99fcc7
843b913b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
e2e.sh
hack/jenkins/e2e.sh
+4
-4
restart.go
test/e2e/restart.go
+1
-3
No files found.
hack/jenkins/e2e.sh
View file @
c3e966a4
...
@@ -475,8 +475,8 @@ case ${JOB_NAME} in
...
@@ -475,8 +475,8 @@ case ${JOB_NAME} in
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-serial"
}
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-serial"
}
:
${
E2E_NETWORK
:
=
"jenkins-gce-e2e-serial"
}
:
${
E2E_NETWORK
:
=
"jenkins-gce-e2e-serial"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
\[
Serial
\]
|
\[
Disruptive
\]
|
\[
Feature:Restart
\]
\
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
\[
Serial
\]
|
\[
Disruptive
\]
\
--ginkgo.skip=
\[
Flaky
\]
"
}
--ginkgo.skip=
\[
Flaky
\]
|
\[
Feature:.+
\]
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-serial"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-serial"
}
:
${
PROJECT
:
=
"kubernetes-jkns-e2e-gce-serial"
}
:
${
PROJECT
:
=
"kubernetes-jkns-e2e-gce-serial"
}
;;
;;
...
@@ -487,8 +487,8 @@ case ${JOB_NAME} in
...
@@ -487,8 +487,8 @@ case ${JOB_NAME} in
:
${
E2E_NETWORK
:
=
"jenkins-gke-e2e-serial"
}
:
${
E2E_NETWORK
:
=
"jenkins-gke-e2e-serial"
}
:
${
E2E_SET_CLUSTER_API_VERSION
:
=y
}
:
${
E2E_SET_CLUSTER_API_VERSION
:
=y
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
\[
Serial
\]
|
\[
Disruptive
\]
|
\[
Feature:Restart
\]
\
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
\[
Serial
\]
|
\[
Disruptive
\]
\
--ginkgo.skip=
\[
Flaky
\]
"
}
--ginkgo.skip=
\[
Flaky
\]
|
\[
Feature:.+
\]
"
}
:
${
PROJECT
:
=
"jenkins-gke-e2e-serial"
}
:
${
PROJECT
:
=
"jenkins-gke-e2e-serial"
}
;;
;;
...
...
test/e2e/restart.go
View file @
c3e966a4
...
@@ -48,9 +48,7 @@ const (
...
@@ -48,9 +48,7 @@ const (
restartPodReadyAgainTimeout
=
5
*
time
.
Minute
restartPodReadyAgainTimeout
=
5
*
time
.
Minute
)
)
// TODO(ihmccreery): These tests haven't been run for a while, so until they're
var
_
=
Describe
(
"Restart [Disruptive]"
,
func
()
{
// known stable, consider them a non-core feature.
var
_
=
Describe
(
"Restart [Feature:Restart]"
,
func
()
{
var
c
*
client
.
Client
var
c
*
client
.
Client
var
ps
*
podStore
var
ps
*
podStore
var
skipped
bool
var
skipped
bool
...
...
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