Bobby (Babak) Salamat
6b949a1a6a
Remove e2e test that checked scheduler priority function for ReplicationController spreading
2017-06-23 16:44:32 -07:00
Kubernetes Submit Queue
80a5842623
Merge pull request #47883 from bsalamat/e2e_test_cleanup
...
Automatic merge from submit-queue (batch tested with PRs 47883, 47179, 46966, 47982, 47945)
Remove e2e test for least requested prioirty function
**What this PR does / why we need it**:
Deletes a flaky e2e test for "least requested" priority function of the scheduler. This priority function is tested more extensively in our unit tests.
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #47769
**Special notes for your reviewer**:
**Release note**:
```release-note
NONE
```
2017-06-23 15:48:35 -07:00
Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
Bobby (Babak) Salamat
1e5afd722c
Remove e2e test for least requested prioirty function
2017-06-21 17:14:23 -07:00
Binbin Zhao
82cbbb4845
Fix a typo
...
Fix a typo
2017-06-21 01:15:55 -07:00
Binbin Zhao
9cbe992fc5
Also rename leftCapacity to leftAllocatable
2017-06-21 00:55:38 -07:00
Binbin Zhao
b055246f0a
Replace capacity with allocatable to calculate pod resource
...
It is not accurate to use capacity to do the calculation.
2017-06-15 20:05:15 -07:00
zhangxiaoyu-zidif
f244e3cb7c
delete unused return
2017-06-13 19:48:42 +08:00
Kris
2ab0320745
Switch all e2es to the ginkgo wrapper
2017-06-12 14:40:11 -07:00
Klaus Ma
68a34c1baf
Added k82cn as kube-scheduler approver.
2017-05-26 22:26:20 +08:00
gmarek
99142b8911
Make SchedulerPredicates test more resiliant to recent Node restarts
2017-05-10 17:11:29 +02:00
Haoran Wang
55acc00626
Add debug info for scheduler priority flaky tests
2017-04-26 18:45:35 +08:00
Chao Xu
4f9591b1de
move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod
2017-04-17 11:38:11 -07:00
Chao Xu
d4850b6c2b
move pkg/api/v1/helpers.go to subpackage
2017-04-14 14:25:11 -07:00
Mike Danese
a05c3c0efd
autogenerated
2017-04-14 10:40:57 -07:00
Haoran Wang
0b3a6c80ca
Initial the scheduler priority test
2017-03-30 10:54:27 +08:00
Wojciech Tyczynski
2e3cd93fc8
Fix problems of not-starting image pullers
2017-03-28 11:05:57 +02:00
Bobby Salamat
2775a52e7a
Fix waitForScheduler in scheduer predicates e2e tests
2017-03-15 17:21:35 -07:00
Connor Doyle
4f847cb440
Move e2e sched event predicates to new file.
2017-03-14 15:20:27 -07:00
Timothy St. Clair
6cc40678b6
Initial breakout of scheduling e2es to help assist in both assignment
...
and refactoring.
2017-03-13 22:34:57 -05:00