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
2ad245b8
Commit
2ad245b8
authored
Feb 09, 2016
by
Isaac Hollander McCreery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "[Discussion] Quarantine reboot tests as [Feature:Reboot] due to instability?"
parent
b4822a47
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
35 deletions
+5
-35
e2e.sh
hack/jenkins/e2e.sh
+0
-18
kubernetes-e2e.yaml
hack/jenkins/job-configs/kubernetes-e2e.yaml
+4
-14
reboot.go
test/e2e/reboot.go
+1
-3
No files found.
hack/jenkins/e2e.sh
View file @
2ad245b8
...
@@ -403,24 +403,6 @@ case ${JOB_NAME} in
...
@@ -403,24 +403,6 @@ case ${JOB_NAME} in
# Feature jobs
# Feature jobs
# Runs only the reboot tests on GCE.
kubernetes-e2e-gce-reboot
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-reboot"
}
:
${
E2E_NETWORK
:
=
"e2e-reboot"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
\[
Feature:Reboot
\]
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-reboot"
}
:
${
PROJECT
:
=
"kubernetes-jenkins"
}
;;
kubernetes-e2e-gke-reboot
)
:
${
E2E_CLUSTER_NAME
:
=
"jkns-gke-e2e-ci-reboot"
}
:
${
E2E_NETWORK
:
=
"e2e-gke-ci-reboot"
}
:
${
E2E_SET_CLUSTER_API_VERSION
:
=y
}
:
${
PROJECT
:
=
"k8s-jkns-e2e-gke-ci-reboot"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
\[
Feature:Reboot
\]
"
}
;;
# Runs only the examples tests on GCE.
# Runs only the examples tests on GCE.
kubernetes-e2e-gce-examples
)
kubernetes-e2e-gce-examples
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-examples"
}
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-examples"
}
...
...
hack/jenkins/job-configs/kubernetes-e2e.yaml
View file @
2ad245b8
...
@@ -189,23 +189,13 @@
...
@@ -189,23 +189,13 @@
timeout
:
300
timeout
:
300
emails
:
'
$DEFAULT_RECIPIENTS,
ihmccreery@google.com'
emails
:
'
$DEFAULT_RECIPIENTS,
ihmccreery@google.com'
test-owner
:
'
ihmccreery'
test-owner
:
'
ihmccreery'
-
'
gce-reboot'
:
-
'
gke-ingress'
:
description
:
'
Run
[Feature:Reboot]
tests
on
GCE
using
the
latest
successful
build.'
description
:
'
Run
[Feature:Ingress]
tests
on
GKE
using
the
latest
successful
build.'
timeout
:
120
emails
:
'
$DEFAULT_RECIPIENTS,
ihmccreery@google.com'
test-owner
:
'
ihmccreery'
-
'
gke-reboot'
:
description
:
'
Run
[Feature:Reboot]
tests
on
GKE
using
the
latest
successful
build.'
timeout
:
120
emails
:
'
$DEFAULT_RECIPIENTS,
ihmccreery@google.com'
test-owner
:
'
ihmccreery'
-
'
gce-ingress'
:
description
:
'
Run
[Feature:Ingress]
tests
on
GCE
using
the
latest
successful
build.'
timeout
:
90
timeout
:
90
emails
:
'
$DEFAULT_RECIPIENTS,
beeps@google.com'
emails
:
'
$DEFAULT_RECIPIENTS,
beeps@google.com'
test-owner
:
'
beeps'
test-owner
:
'
beeps'
-
'
g
k
e-ingress'
:
-
'
g
c
e-ingress'
:
description
:
'
Run
[Feature:Ingress]
tests
on
G
K
E
using
the
latest
successful
build.'
description
:
'
Run
[Feature:Ingress]
tests
on
G
C
E
using
the
latest
successful
build.'
timeout
:
90
timeout
:
90
emails
:
'
$DEFAULT_RECIPIENTS,
beeps@google.com'
emails
:
'
$DEFAULT_RECIPIENTS,
beeps@google.com'
test-owner
:
'
beeps'
test-owner
:
'
beeps'
...
...
test/e2e/reboot.go
View file @
2ad245b8
...
@@ -45,9 +45,7 @@ const (
...
@@ -45,9 +45,7 @@ const (
rebootPodReadyAgainTimeout
=
5
*
time
.
Minute
rebootPodReadyAgainTimeout
=
5
*
time
.
Minute
)
)
// Reboot tests are flaky, and when they break, they break the whole cluster.
var
_
=
Describe
(
"Reboot [Disruptive]"
,
func
()
{
// They need to run in a separate suite until we can make them better.
var
_
=
Describe
(
"Reboot [Disruptive] [Feature:Reboot]"
,
func
()
{
var
f
*
Framework
var
f
*
Framework
BeforeEach
(
func
()
{
BeforeEach
(
func
()
{
...
...
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