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
7f528c67
Commit
7f528c67
authored
Aug 05, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Aug 05, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #30135 from wojtek-t/fix_pod_affinity
Automatic merge from submit-queue Fix PodAffinity test
parents
4d75d6e8
7eb52e48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scheduler_predicates.go
test/e2e/scheduler_predicates.go
+1
-1
No files found.
test/e2e/scheduler_predicates.go
View file @
7f528c67
...
@@ -1031,7 +1031,7 @@ var _ = framework.KubeDescribe("SchedulerPredicates [Serial]", func() {
...
@@ -1031,7 +1031,7 @@ var _ = framework.KubeDescribe("SchedulerPredicates [Serial]", func() {
framework
.
Logf
(
"Sleeping 10 seconds and crossing our fingers that scheduler will run in that time."
)
framework
.
Logf
(
"Sleeping 10 seconds and crossing our fingers that scheduler will run in that time."
)
time
.
Sleep
(
10
*
time
.
Second
)
time
.
Sleep
(
10
*
time
.
Second
)
verifyResult
(
c
,
labelPodName
,
1
,
0
,
ns
)
verifyResult
(
c
,
labelPodName
,
2
,
0
,
ns
)
})
})
// test the pod affinity successful matching scenario with multiple Label Operators.
// test the pod affinity successful matching scenario with multiple Label Operators.
...
...
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