Kubernetes Prow Robot
|
84937aeaf2
|
Merge pull request #75629 from globervinodhn/correct_testname_active_deadline
Correct test name for existing E2E related to active deadline in jobs
|
2019-07-17 18:16:12 -07:00 |
|
Xiangyang Chu
|
4ef227c682
|
Fix of review comments. Will squash later.
Including:
- Remove external usage of resource name vars
- Add commments about why we export field helpers
|
2019-07-18 09:12:28 +08:00 |
|
Tim Allclair
|
0a01ce1afd
|
Don't expect pod to stay up during node upgrade
|
2019-07-17 17:31:47 -07:00 |
|
Clayton Coleman
|
ffe52b4100
|
Revert "Promote pod autoscaling"
|
2019-07-17 13:21:23 -04:00 |
|
globervinodhn
|
c4e324196f
|
correct testname for existing E2E for testing backoff limit for jobs
|
2019-07-17 21:46:31 +05:30 |
|
globervinodhn
|
7c8b81a30b
|
correct testname for E2E related to active deadline in jobs
|
2019-07-17 21:42:52 +05:30 |
|
Abdullah Gharaibeh
|
83f79d846e
|
Fixes TestScorePlugin flakiness.
|
2019-07-17 10:03:55 -04:00 |
|
Kubernetes Prow Robot
|
29669a5e21
|
Merge pull request #74703 from johscheuer/refactor-csi-e2e-tests
Add patch method for container images
|
2019-07-17 02:40:34 -07:00 |
|
Xiangyang Chu
|
313044abd7
|
Fix shellcheck failures in test/cmd/l.*.sh
|
2019-07-17 17:07:22 +08:00 |
|
Xiangyang Chu
|
3a344c7168
|
Fix shellcheck failures in test/cmd/d.*.sh
|
2019-07-17 17:07:22 +08:00 |
|
Kubernetes Prow Robot
|
835552ecb6
|
Merge pull request #80191 from davidz627/fix/mountStage
Add passthrough for MountOptions for NodeStageVolume for CSI
|
2019-07-17 00:42:33 -07:00 |
|
Youbing Li
|
7f9dd949e0
|
The implementation of Filter extension for the new framework
|
2019-07-17 03:28:30 -04:00 |
|
Kubernetes Prow Robot
|
a3898dc41d
|
Merge pull request #79109 from ahg-g/scoring
Score plugin for the scheduling framework.
|
2019-07-16 21:22:34 -07:00 |
|
Kubernetes Prow Robot
|
bdb0e51f6e
|
Merge pull request #79954 from ii/promote-pod-autoscaling
Promote pod autoscaling
|
2019-07-16 17:36:59 -07:00 |
|
David Zhu
|
b6a38d7e2b
|
Add supportedMountOptions for GCE PD CSI Driver tests
|
2019-07-16 16:17:54 -07:00 |
|
Kubernetes Prow Robot
|
77a7366486
|
Merge pull request #79945 from misterikkit/vsphere-e2e
More consistent env var handling in vsphere e2e test
|
2019-07-16 15:24:18 -07:00 |
|
Caleb Woodbine
|
5db35e67ee
|
Fix placement of test in conformance.txt
|
2019-07-16 21:36:55 +00:00 |
|
Benjamin Elder
|
21aedffe0d
|
remove sudo from storage tests
|
2019-07-16 11:38:18 -07:00 |
|
Abdullah Gharaibeh
|
c54c4d1962
|
Score plugin for the scheduling framework.
|
2019-07-16 09:38:37 -04:00 |
|
Kubernetes Prow Robot
|
9ac3fadbad
|
Merge pull request #80126 from aojea/redis
Use docker official redis images
|
2019-07-15 21:51:24 -07:00 |
|
Kubernetes Prow Robot
|
d900746422
|
Merge pull request #80188 from davidz627/fix/migrateTest
Fix error shadowing error for createPDWithRetry so failures return actual error
|
2019-07-15 20:28:13 -07:00 |
|
Kubernetes Prow Robot
|
fe0404171c
|
Merge pull request #80142 from loqutus/master
remove github.com/kardianos/osext
|
2019-07-15 20:28:00 -07:00 |
|
Kubernetes Prow Robot
|
40edce1235
|
Merge pull request #79730 from jsafrane/add-block-tests
Consolidate block and filesystem tests
|
2019-07-15 20:27:23 -07:00 |
|
Kubernetes Prow Robot
|
fc5ef37db1
|
Merge pull request #79313 from chenchun/fix-flaky
Add Bind extension point to the scheduling framework
|
2019-07-15 18:31:38 -07:00 |
|
Kubernetes Prow Robot
|
d0dc9c84c0
|
Merge pull request #76328 from pontiyaraja/limitRangeCNF
removed flaky watch code and added NewIndexerInformerWatcher for LimitRange test case
|
2019-07-15 16:33:25 -07:00 |
|
David Zhu
|
0974db4634
|
Fix error shadowing error for createPDWithRetry so failures return actual error
|
2019-07-15 16:26:07 -07:00 |
|
Matthew Wong
|
d5e838f864
|
Create C:\tmp if DNE
|
2019-07-15 15:10:38 -07:00 |
|
Kubernetes Prow Robot
|
b8a10b4e12
|
Merge pull request #79753 from alejandrox1/framework-metrics
Refactored metrics-related functions from framework/metrics_util.go
|
2019-07-15 14:54:02 -07:00 |
|
Caleb Woodbine
|
91da6fd565
|
Promote API metadata return value
|
2019-07-15 21:40:14 +00:00 |
|
Ruslan Gustomiasov
|
b4ce777b79
|
remove github.com/kardianos/osext
|
2019-07-15 23:40:13 +02:00 |
|
Johannes M. Scheuermann
|
302e9d9f6b
|
Add patch method for container images
Return error if registry is missing otherwise the log message could be
overlooked by a developer
|
2019-07-15 19:05:09 +02:00 |
|
Chun Chen
|
e04f03d3cb
|
Fix flaky test TestBindPlugin
|
2019-07-15 23:36:06 +08:00 |
|
Chun Chen
|
3bb1a081ab
|
Revert "Revert "Add Bind extension point of the scheduling framework""
This reverts commit b8950dab50.
|
2019-07-15 23:36:02 +08:00 |
|
Dave Chen
|
c540fd8b84
|
cleanup: remove useless code
`failOpenHook` is validate against `configmaps`, it has nothing to
do with pod attaching.
Signed-off-by: Dave Chen <dave.chen@arm.com>
|
2019-07-15 18:46:32 +08:00 |
|
Caleb Woodbine
|
1e8f5feffd
|
Fix imports, Formatting of text
|
2019-07-15 03:53:56 +00:00 |
|
Caleb Woodbine
|
a062367251
|
Promote StatefulSet Replica scaling
|
2019-07-15 02:02:39 +00:00 |
|
Antonio Ojea
|
048f7a212b
|
Adjust redis matching strings
|
2019-07-13 18:37:43 +02:00 |
|
Antonio Ojea
|
dc7694405a
|
Remove GBRedisSlave image
|
2019-07-13 17:18:12 +02:00 |
|
Antonio Ojea
|
33e1b1d8a5
|
Use docker official redis images
|
2019-07-13 17:01:25 +02:00 |
|
Kubernetes Prow Robot
|
ed935df86d
|
Merge pull request #80071 from msau42/update-pd-e2es
Update pd csi driver images to most recent stable
|
2019-07-13 00:07:04 -07:00 |
|
Kubernetes Prow Robot
|
c7f9dd0baf
|
Merge pull request #80086 from danwinship/no-endpoints-agnhost
Make service "no endpoints" test use agnhost connect
|
2019-07-12 20:19:29 -07:00 |
|
draveness
|
f49c9f5cb6
|
feat: use scheduler.New in daemonset integration test
|
2019-07-13 09:32:59 +08:00 |
|
Kubernetes Prow Robot
|
bc33fc8dfe
|
Merge pull request #74177 from dims/stop-testing-containerized-kubelet-in-e2e-node
Stop testing containerized kubelet in e2e-node
|
2019-07-12 10:57:05 -07:00 |
|
Michelle Au
|
46b720fe8c
|
Update pd csi driver images to most recent stable
Change-Id: If83847ca8ef2c65a90b1fc2065889dd7e74c9ab7
|
2019-07-12 09:30:08 -07:00 |
|
Kubernetes Prow Robot
|
b0d08f6a47
|
Merge pull request #78447 from yastij/scheduler-eventf
Migrate scheduler to use v1beta1 Event API
|
2019-07-12 06:31:06 -07:00 |
|
Dan Winship
|
9f5e1a140d
|
Make service "no endpoints" test use agnhost connect
|
2019-07-12 07:25:37 -04:00 |
|
Yassine TIJANI
|
08522f8e5a
|
move scheduler to use v1beta1.events
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
|
2019-07-12 11:39:01 +02:00 |
|
tathagatachowdhury
|
f2c38e4d17
|
Added code for e2e tests for network policy.
|
2019-07-12 07:29:15 +00:00 |
|
Kubernetes Prow Robot
|
de091d102f
|
Merge pull request #80053 from bclau/tests/fix-jessie-dnsutils
tests: Fixes jessie-dnsutils image build
|
2019-07-11 22:03:29 -07:00 |
|
Kubernetes Prow Robot
|
642a06e552
|
Merge pull request #79554 from draveness/feature/remove-critical-pod-annotation
feat: cleanup pod critical pod annotations feature
|
2019-07-11 22:03:04 -07:00 |
|