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
c35662b6
Commit
c35662b6
authored
Jul 12, 2017
by
Jun Xiang Tee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add [sig-apps] identifier to relevant upgrade tests
parent
b31d1db4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
daemonsets.go
test/e2e/upgrades/daemonsets.go
+1
-1
deployments.go
test/e2e/upgrades/deployments.go
+1
-1
job.go
test/e2e/upgrades/job.go
+1
-1
statefulset.go
test/e2e/upgrades/statefulset.go
+1
-1
No files found.
test/e2e/upgrades/daemonsets.go
View file @
c35662b6
...
...
@@ -36,7 +36,7 @@ type DaemonSetUpgradeTest struct {
daemonSet
*
extensions
.
DaemonSet
}
func
(
DaemonSetUpgradeTest
)
Name
()
string
{
return
"daemonset-upgrade"
}
func
(
DaemonSetUpgradeTest
)
Name
()
string
{
return
"
[sig-apps]
daemonset-upgrade"
}
// Setup creates a DaemonSet and verifies that it's running
func
(
t
*
DaemonSetUpgradeTest
)
Setup
(
f
*
framework
.
Framework
)
{
...
...
test/e2e/upgrades/deployments.go
View file @
c35662b6
...
...
@@ -40,7 +40,7 @@ type DeploymentUpgradeTest struct {
newRS
*
extensions
.
ReplicaSet
}
func
(
DeploymentUpgradeTest
)
Name
()
string
{
return
"deployment-upgrade"
}
func
(
DeploymentUpgradeTest
)
Name
()
string
{
return
"
[sig-apps]
deployment-upgrade"
}
func
(
DeploymentUpgradeTest
)
Skip
(
upgCtx
UpgradeContext
)
bool
{
// The Deployment upgrade test currently relies on implementation details to probe the
...
...
test/e2e/upgrades/job.go
View file @
c35662b6
...
...
@@ -31,7 +31,7 @@ type JobUpgradeTest struct {
namespace
string
}
func
(
JobUpgradeTest
)
Name
()
string
{
return
"job-upgrade"
}
func
(
JobUpgradeTest
)
Name
()
string
{
return
"
[sig-apps]
job-upgrade"
}
// Setup starts a Job with a parallelism of 2 and 2 completions running.
func
(
t
*
JobUpgradeTest
)
Setup
(
f
*
framework
.
Framework
)
{
...
...
test/e2e/upgrades/statefulset.go
View file @
c35662b6
...
...
@@ -34,7 +34,7 @@ type StatefulSetUpgradeTest struct {
set
*
apps
.
StatefulSet
}
func
(
StatefulSetUpgradeTest
)
Name
()
string
{
return
"statefulset-upgrade"
}
func
(
StatefulSetUpgradeTest
)
Name
()
string
{
return
"
[sig-apps]
statefulset-upgrade"
}
func
(
StatefulSetUpgradeTest
)
Skip
(
upgCtx
UpgradeContext
)
bool
{
minVersion
:=
version
.
MustParseSemantic
(
"1.5.0"
)
...
...
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