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
b202b2eb
Commit
b202b2eb
authored
Jan 12, 2016
by
Isaac Hollander McCreery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reclassify [Example] and [Feature:Example]
parent
930d7961
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
e2e.sh
hack/jenkins/e2e.sh
+1
-2
example_cluster_dns.go
test/e2e/example_cluster_dns.go
+1
-1
example_k8petstore.go
test/e2e/example_k8petstore.go
+1
-1
examples.go
test/e2e/examples.go
+1
-1
No files found.
hack/jenkins/e2e.sh
View file @
b202b2eb
...
@@ -267,7 +267,6 @@ CURRENT_RELEASE_PUBLISHED_VERSION="ci/latest-1.1"
...
@@ -267,7 +267,6 @@ CURRENT_RELEASE_PUBLISHED_VERSION="ci/latest-1.1"
# Specialized tests which should be skipped by default for projects.
# Specialized tests which should be skipped by default for projects.
GCE_DEFAULT_SKIP_TESTS
=(
GCE_DEFAULT_SKIP_TESTS
=(
"
\[
Example
\]
"
# previously in REBOOT_SKIP_TESTS..., dates back before version control (#10078)
"
\[
Skipped
\]
"
"
\[
Skipped
\]
"
)
)
...
@@ -380,7 +379,7 @@ case ${JOB_NAME} in
...
@@ -380,7 +379,7 @@ case ${JOB_NAME} in
kubernetes-e2e-gce-examples
)
kubernetes-e2e-gce-examples
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-examples"
}
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-examples"
}
:
${
E2E_NETWORK
:
=
"e2e-examples"
}
:
${
E2E_NETWORK
:
=
"e2e-examples"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
\[
Example
\]
"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
\[
Feature:
Example
\]
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-examples"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-examples"
}
:
${
PROJECT
:
=
"kubernetes-jenkins"
}
:
${
PROJECT
:
=
"kubernetes-jenkins"
}
;;
;;
...
...
test/e2e/example_cluster_dns.go
View file @
b202b2eb
...
@@ -41,7 +41,7 @@ try:
...
@@ -41,7 +41,7 @@ try:
except:
except:
print 'err'`
print 'err'`
var
_
=
Describe
(
"
[Example] ClusterDns
"
,
func
()
{
var
_
=
Describe
(
"
ClusterDns [Feature:Example]
"
,
func
()
{
framework
:=
NewFramework
(
"cluster-dns"
)
framework
:=
NewFramework
(
"cluster-dns"
)
var
c
*
client
.
Client
var
c
*
client
.
Client
...
...
test/e2e/example_k8petstore.go
View file @
b202b2eb
...
@@ -150,7 +150,7 @@ T:
...
@@ -150,7 +150,7 @@ T:
Ω
(
totalTransactions
)
.
Should
(
BeNumerically
(
">"
,
minExpected
))
Ω
(
totalTransactions
)
.
Should
(
BeNumerically
(
">"
,
minExpected
))
}
}
var
_
=
Describe
(
"
[Example] Pet Store [Skipped
]"
,
func
()
{
var
_
=
Describe
(
"
Pet Store [Feature:Example
]"
,
func
()
{
// The number of nodes dictates total number of generators/transaction expectations.
// The number of nodes dictates total number of generators/transaction expectations.
var
nodeCount
int
var
nodeCount
int
...
...
test/e2e/examples.go
View file @
b202b2eb
...
@@ -37,7 +37,7 @@ const (
...
@@ -37,7 +37,7 @@ const (
serverStartTimeout
=
podStartTimeout
+
3
*
time
.
Minute
serverStartTimeout
=
podStartTimeout
+
3
*
time
.
Minute
)
)
var
_
=
Describe
(
"[
Example] [Skipped
]"
,
func
()
{
var
_
=
Describe
(
"[
Feature:Example
]"
,
func
()
{
framework
:=
NewFramework
(
"examples"
)
framework
:=
NewFramework
(
"examples"
)
var
c
*
client
.
Client
var
c
*
client
.
Client
var
ns
string
var
ns
string
...
...
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