k8s-ci-robot
2dc511a4ec
Merge pull request #70233 from jbartosik/e2e-deflake
...
Change back HPA e2e tests to request 500 mCPU
2018-10-25 08:24:56 -07:00
k8s-ci-robot
63e9ecabb6
Merge pull request #70209 from ixdy/update-images-after-#69995
...
Update images after #69995
2018-10-25 05:55:29 -07:00
Joachim Bartosik
1b90dc96d7
Change back HPA e2e tests to request 500 mCPU
...
I increased request from 500mCPU to 1CPU in
https://github.com/kubernetes/kubernetes/pull/70125 but this interacts
poorly with other e2e tests (higher requests mean pods fil to schedule).
So revert that change.
2018-10-25 11:16:31 +02:00
k8s-ci-robot
689df2010d
Merge pull request #68676 from mikkeloscar/fix-redis-statefulset-test
...
Fix Redis StatefulSet e2e test
2018-10-24 22:53:05 -07:00
k8s-ci-robot
0df5462db6
Merge pull request #69700 from verult/repd-e2e-regionalcluster
...
Updated Regional PD failover test to use node taints instead of instance group deletion
2018-10-24 19:26:51 -07:00
k8s-ci-robot
375ff10803
Merge pull request #70195 from dekkagaijin/master
...
Increment version for metadata-concealment test image
2018-10-24 18:10:31 -07:00
k8s-ci-robot
432e8d43e0
Merge pull request #70141 from pohly/provider-warning
...
e2e: allow unknown providers with a warning
2018-10-24 18:10:22 -07:00
k8s-ci-robot
c31d7f5b26
Merge pull request #70199 from mkimuram/issue/70191
...
Move the provisioning test for retain policy back to volume_provisioning.go
2018-10-24 16:58:31 -07:00
Jeff Grafton
162c00bdbc
Update e2e test image manifests
2018-10-24 16:23:12 -07:00
Jeff Grafton
7b93b50e40
Update to use kube-addon-manager:v8.9
2018-10-24 16:19:51 -07:00
k8s-ci-robot
2126045bcc
Merge pull request #70197 from dims/switch-from-mirror-to-main-download-site-for-zookeeper
...
Switch from mirror to main download site for zookeeper
2018-10-24 14:47:25 -07:00
Kim Min
79599ac419
Prune internal clientset/informer from kubeapiserver admission initializer ( #70167 )
...
* externalize pv resize admission controller
* externalize podtolerationrestriction admission controller
* externalize podnodeselector admission controller
* remove internal clientset/informer from kubeapiserver admission initializer
* minor change: fixes scheduler integration test compiliation
2018-10-24 14:47:16 -07:00
k8s-ci-robot
10121e6448
Merge pull request #69898 from Huang-Wei/scheudler-perf-more-cases
...
add more scheduler benchmark testcases
2018-10-24 14:47:06 -07:00
k8s-ci-robot
86e2d2bf03
Merge pull request #69587 from jonfriesen/fix_golint_tests
...
Fixes golint for test/list
2018-10-24 14:46:57 -07:00
Cheng Xing
8ee882a98a
Updated Regional PD failover test to use node taints instead of instance group deletion
2018-10-24 13:22:39 -07:00
Patrick Ohly
bf08f5c63c
e2e: allow unknown providers with a warning
...
The E2E refactoring tightened the sanity checking of the --provider
parameter such that it only allowed known providers. That seemed to
make sense because it catches typos, but it turned out that various
callers depended on the "accept arbitrary provider value" behavior,
therefore it gets restored.
2018-10-24 21:57:02 +02:00
Masaki Kimura
6afcaccf7d
Move the provisioning test for retain policy back to volume_provisioning.go
...
Provisioning test for retain policy requires each driver's backend volume
deletion logic. Without it, volume leakage happens. Move this test back
to volume_provisioning.go and test it only for gce, until general
backend volume deletion code for each driver becomes available.
Fixes : #70191
2018-10-24 19:21:28 +00:00
Davanum Srinivas
3e56e3c1c6
Switch from mirror to main download site for zookeeper
...
Change-Id: I14cd6aeef2f10ac3d270d03e624216eed78368ec
2018-10-24 14:46:45 -04:00
Jake Sanders
5d943acc09
Increment version for metadata-concealment test image
2018-10-24 11:36:25 -07:00
Wei Huang
5259d09c38
add more scheduler benchmark testcases
...
- add benchmark test for PodAffinity
- add benchmark test for NodeAffinity
- add 1000-nodes test for PodAntiAffinity/PodAffinity/NodeAffinity
2018-10-24 11:06:32 -07:00
zuoxiu.jm
38ddb4413a
update token authn constructor
2018-10-24 16:56:38 +08:00
k8s-ci-robot
daf17e2aee
Merge pull request #69571 from bclau/tests-linux-commands-fix
...
tests: Makes tests' commands platform agnostic
2018-10-23 09:33:30 -07:00
k8s-ci-robot
8be25aaade
Merge pull request #70125 from jbartosik/e2e-deflake
...
Deflake e2e tests of HPA
2018-10-23 08:21:30 -07:00
k8s-ci-robot
83d3f7033b
Merge pull request #69441 from mkimuram/provision
...
Move minimum set of dynamic provisioning e2e test to testsuites
2018-10-23 07:08:35 -07:00
Joachim Bartosik
e2394bd3b8
Deflake e2e tests of HPA
...
Resource consumer might use slightly more CPU than requested. That
resulted in HPA sometimes increasing size of deployments during e2e
tests. Deflake tests by:
- Scaling up CPU requests in those tests. Resource consumer might go a fixed
number of milli CPU seconds above target. Having higher requests makes
the test less sensitive.
- On scale down consume CPU in the middle between what would generate
recommendation of expexted size and 1 pod fewer (instead of righ on
edge beween expected and expected +1).
Some variables were int32 but always cast to int before use. Make them
int.
2018-10-23 14:50:41 +02:00
k8s-ci-robot
fecaa546c9
Merge pull request #69593 from dekkagaijin/legacy-metadata-test
...
account for disabled legacy metadata endpoints
2018-10-23 03:20:44 -07:00
k8s-ci-robot
b1fbdfe76b
Merge pull request #69993 from Pradip-Khakurel/issue-#34059-annotate-auth-e2e-errors
...
make error messages more helpful for some e2e auth tests
2018-10-23 02:08:22 -07:00
k8s-ci-robot
4d182cec03
Merge pull request #70105 from mikedanese/trev1
...
promote --service-account-api-audiences to top level kube-apiserver config
2018-10-22 23:59:34 -07:00
k8s-ci-robot
baa8d800ad
Merge pull request #69582 from mikedanese/trev7
...
tokenreview: authenticator interface changes
2018-10-22 23:59:04 -07:00
k8s-ci-robot
2472d67357
Merge pull request #68218 from jcsirot/fix-SkipIfMultizone-message
...
Fix the skip message since it was the exact opposite of the tested co…
2018-10-22 22:46:32 -07:00
k8s-ci-robot
77a1199b6c
Merge pull request #70019 from enj/enj/t/shared_etcd_stubs
...
Refactor dry run test to reuse ETCD storage data
2018-10-22 19:44:29 -07:00
Mike Danese
371b1e7fed
promote --service-account-api-audiences to top level kube-apiserver config
...
The service account authenticator isn't the only authenticator that
should respect API audience. The authentication config structure should
reflect that.
2018-10-22 18:21:37 -07:00
Mike Danese
e5227216c0
rebase authenticators onto new interface.
2018-10-22 10:16:59 -07:00
Masaki Kimura
4fcb36e205
Move minimum set of dynamic provisioning e2e test to testsuites
2018-10-22 16:04:43 +00:00
k8s-ci-robot
570f9195d0
Merge pull request #69829 from jpbetz/watch-e2e-test1
...
Add api-machinery 'watch-consistency' e2e test
2018-10-19 22:17:54 -07:00
Benjamin Elder
3787a4b5be
register skeleton provider
2018-10-19 17:05:06 -07:00
k8s-ci-robot
82cba09870
Merge pull request #69995 from ixdy/purge-libsystemd-from-debian-base
...
debian-base: purge libsystemd0 to eliminate CVE false-positives
2018-10-19 16:04:23 -07:00
Monis Khan
c16edb2738
Refactor dry run test to reuse ETCD storage data
...
This change updates the ETCD storage test so that its data is
exported. Thus it can be used by other tests. The dry run test was
updated to consume this data instead of having a duplicate copy.
The code to start a master that can be used for "one of every
resource" style tests was also factored out. It is reused in the
dry run test as well.
This prevents these tests from drifting in the future and reduces
the long term maintenance burden.
Signed-off-by: Monis Khan <mkhan@redhat.com>
2018-10-19 18:35:56 -04:00
Joe Betz
f87d2c61f3
Add api-machinery 'watch-consistency' e2e test
2018-10-19 14:05:43 -07:00
k8s-ci-robot
8b36038b41
Merge pull request #68483 from pohly/e2e-refactor-pr
...
e2e refactor
2018-10-19 12:32:01 -07:00
Jeff Grafton
7a8696c331
Update to debian-base 0.4.0
...
Additionally, update the addon-manager to use kubectl v1.11.3.
2018-10-19 11:13:28 -07:00
k8s-ci-robot
c0d9a0728c
Merge pull request #69897 from code-sleuth/develop
...
Remove error output from stdout to stderr
2018-10-19 04:57:33 -07:00
k8s-ci-robot
cfd6343477
Merge pull request #66515 from justinsb/verify_kubectl_dump
...
Add test for kubectl cluster-info dump
2018-10-18 18:38:52 -07:00
k8s-ci-robot
c30f5269a3
Merge pull request #69810 from chrisohaver/checkmem
...
Add DNS container memory check to scalability tests
2018-10-18 14:44:09 -07:00
Ibrahim Mbaziira
7480650e05
Remove error output from stdout to stderr
2018-10-19 00:28:36 +03:00
Pradip-Khakurel
8c4fd312c9
make error messages more helpful for some e2e auth tests
2018-10-18 22:03:02 +02:00
Chris O'Haver
402266afde
add dns pod memory constraint
2018-10-18 10:35:30 -04:00
k8s-ci-robot
0ab29b4852
Merge pull request #69944 from jingxu97/defertest
...
Make sure kubelet is restarted after it is stopped in the test
2018-10-18 00:10:54 -07:00
k8s-ci-robot
0652e098d0
Merge pull request #67547 from pbarker/audit-api
...
dynamic audit configuration api
2018-10-17 16:19:39 -07:00
Jing Xu
9de354034b
Make sure kubelet is restarted in the storage test
...
In some storage tests, kubelet is stopped first and the test check node
NotReady state. However, if it fails to have this state, kubelet could
not be restarted because the defer function is placed after the stop
kubelet command. This PR fixes this issue.
2018-10-17 14:19:04 -07:00