Commit Graph

2073 Commits

Author SHA1 Message Date
Isaac Hollander McCreery
b731b20907 Collapse REBOOT_SKIP_TESTS into GCE_DEFAULT_SKIP_TESTS, and remove GCE_SOAK_CONTINUOUS_SKIP_TESTS as redundant (see notes) 2016-01-08 11:09:15 -08:00
k8s-merge-robot
9264340338 Merge pull request #17854 from smarterclayton/basic_proto
Auto commit by PR queue bot
2016-01-07 22:03:36 -08:00
Abhi Shah
ce96ff416b Revert "Label [Skipped] tests appropriately" 2016-01-07 11:54:41 -08:00
k8s-merge-robot
4de37e093e Merge pull request #19297 from ihmccreery/skip-labels
Auto commit by PR queue bot
2016-01-06 19:13:16 -08:00
Clayton Coleman
7edbe09e59 Add new known flags and sort them 2016-01-06 21:09:20 -05:00
Clayton Coleman
b1e01875a1 go-to-protobuf: generate protobuf IDL and marshalers for Go structs 2016-01-06 21:09:20 -05:00
Isaac Hollander McCreery
c3cbe34106 Collapse REBOOT_SKIP_TESTS into GCE_DEFAULT_SKIP_TESTS, and remove GCE_SOAK_CONTINUOUS_SKIP_TESTS as redundant (see notes) 2016-01-06 12:16:26 -08:00
k8s-merge-robot
9e927f08b1 Merge pull request #19292 from pmorie/swagger-api-regen
Auto commit by PR queue bot
2016-01-06 06:30:27 -08:00
k8s-merge-robot
66d3cbf889 Merge pull request #16900 from madhusudancs/avoid-kubelet-oscillation
Auto commit by PR queue bot
2016-01-05 17:14:13 -08:00
Paul Morie
dbe7b29c14 Send API server output during swagger spec regen to /tmp 2016-01-05 12:58:58 -05:00
gmarek
79b6f13be0 Increase timeout for waiting for kubectl proxy in test-cmd 2016-01-05 11:22:15 +01:00
k8s-merge-robot
cf7fd487d7 Merge pull request #18883 from feihujiang/fixCommentsInTestCmdScript
Auto commit by PR queue bot
2016-01-04 21:02:59 -08:00
k8s-merge-robot
8f4d801368 Merge pull request #19265 from spxtr/clean-logs
Auto commit by PR queue bot
2016-01-04 20:31:18 -08:00
Madhusudan.C.S
059c2aa799 Mitigate node out of disk status oscillation by delaying it.
Implement a flag that defines the frequency at which a node's out of
disk condition can change its status. Use this flag to suspend out of
disk status changes in the time period specified by the flag, after
the status is changed once.

Set the flag to 0 in e2e tests so that we can predictably test out of
disk node condition.

Also, use util.Clock interface for all time related functionality in
the kubelet. Calling time functions in unversioned package or time
package such as unversioned.Now() or time.Now() makes it really hard
to test such code. It also makes the tests flaky and sometimes
unnecessarily slow due to time.Sleep() calls used to simulate the
time elapsed. So use util.Clock interface instead which can be faked
in the tests.
2016-01-04 12:23:38 -08:00
k8s-merge-robot
2cd8bff334 Merge pull request #19146 from spxtr/remove-flock
Auto commit by PR queue bot
2016-01-04 11:11:14 -08:00
Joe Finney
c8faf0b1f2 Clean up e2e logs.
Unsets xtrace in e2e.sh, sets it in e2e-runner.sh.
Sets quiet flag for gcloud cp.
2016-01-04 11:09:59 -08:00
Ravi Sankar Penta
a9b0696166 Update auto generated docs for kubelet
Add node-ip flag to know-flags.txt
2016-01-03 10:18:58 -08:00
k8s-merge-robot
4f65f68a12 Merge pull request #19182 from thockin/kube-proxy-conntrack-max
Auto commit by PR queue bot
2016-01-02 02:36:18 -08:00
k8s-merge-robot
b4ae87cada Merge pull request #19193 from luxas/static_kubectl
Auto commit by PR queue bot
2016-01-02 01:50:56 -08:00
k8s-merge-robot
e7b41f132b Merge pull request #18995 from thockin/vendor_x_sys_unix
Auto commit by PR queue bot
2016-01-01 19:28:38 -08:00
Wojciech Tyczynski
712ab62c63 Update verify boilerplate to support 2016 2016-01-01 12:00:21 +01:00
Tim Hockin
da0ac31182 Set conntrack params in kube-proxy
Add flags to control max connections (set to 256k vs 64k default) and TCP
established timeout (set to 1 day vs 5 day default).  Flags can be set to 0 to
mean "don't change it".

This is only set at startup, and not wrapped in a rectifier loop.

Tested manually.
2015-12-30 15:46:40 -08:00
Tim Hockin
e48f99e2cf Bump godep release - bugs seem to be fixed. 2015-12-30 15:45:23 -08:00
Joe Finney
adb0da005e Merge pull request #19153 from spxtr/split-e2e
Split e2e.sh into e2e.sh and e2e-runner.sh on master branch.
2015-12-30 15:27:00 -08:00
Joe Finney
404da54f10 Split e2e.sh into e2e-jobs.sh and e2e-runner.sh on master branch. 2015-12-30 14:39:31 -08:00
k8s-merge-robot
2f11a6a0f9 Merge pull request #19197 from wojtek-t/increase_apiserver_timeout
Auto commit by PR queue bot
2015-12-30 07:36:36 -08:00
k8s-merge-robot
9287a108a4 Merge pull request #18156 from wojtek-t/use_new_deep_copies
Auto commit by PR queue bot
2015-12-30 05:11:02 -08:00
Wojciech Tyczynski
920d3b5336 Increase apiserver timeout in tests 2015-12-30 14:09:54 +01:00
k8s-merge-robot
728ed4bb83 Merge pull request #19142 from gmarek/grab-metrics
Auto commit by PR queue bot
2015-12-30 01:44:28 -08:00
Lucas Käldström
ff9a3d3cb3 Build kubectl statically 2015-12-30 10:31:15 +02:00
k8s-merge-robot
356487c951 Merge pull request #18101 from brendandburns/kubectl6
Auto commit by PR queue bot
2015-12-29 12:43:42 -08:00
Wojciech Tyczynski
baf97c9c5e First use of new deep-copy generator. 2015-12-29 18:06:09 +01:00
k8s-merge-robot
13a853f371 Merge pull request #19139 from wojtek-t/enable_testing_client_gen
Auto commit by PR queue bot
2015-12-29 08:58:00 -08:00
Dr. Stefan Schimanski
7a2c33e323 contrib/mesos/scheduler: make debug handler for kubelet configurable 2015-12-29 14:39:59 +01:00
gmarek
2804c00706 Increase Kubelet log verbosity in scalability tests 2015-12-29 10:31:03 +01:00
gmarek
1df78a2398 Add a framework for multiple writers for various test data summaries 2015-12-29 10:26:44 +01:00
gmarek
c6b5c2365c Enable metrics gathering in scalability suite 2015-12-29 09:30:17 +01:00
k8s-merge-robot
fec5206f1a Merge pull request #13840 from nelcy/master
Auto commit by PR queue bot
2015-12-28 23:55:32 -08:00
feihujiang
a8639280c7 Fix wrong commends in test-cmd.sh 2015-12-29 14:10:21 +08:00
k8s-merge-robot
58ae1a42de Merge pull request #19063 from gmarek/use-metrics
Auto commit by PR queue bot
2015-12-28 15:10:56 -08:00
k8s-merge-robot
6cae602fae Merge pull request #19104 from jonboulle/master
Auto commit by PR queue bot
2015-12-28 14:37:23 -08:00
Joe Finney
fb11173f6f Stop flocking for gcloud updates. 2015-12-28 10:30:27 -08:00
Wojciech Tyczynski
9d912e843b Update/verify client generator in scripts 2015-12-28 14:24:43 +01:00
gmarek
2dcafa3854 Add a flag that will make test gather metrics from all running components after the test finishes. 2015-12-28 12:10:39 +01:00
Wojciech Tyczynski
89a4093622 Merge pull request #18926 from erictune/fix-build
Revert part of #18860
2015-12-28 11:03:25 +01:00
Jeff Grafton
52a6252431 Don't limit go test to only 2 cores 2015-12-27 17:21:40 -08:00
Jonathan Boulle
70fddfdf80 Preload camlistore godep in verify-godeps
Similar to 62eb82d6fc, this works around
package refactoring and godep incompatibility
2015-12-25 23:10:52 +01:00
Chakravarthy Nelluri
fa76de79e5 Add support for flex volume. Flex volume adds support for thirdparty(vendor)
volumes and custom mounts.
2015-12-23 14:11:38 -08:00
gmarek
b2a7c7120e Enable logs generation rate checking in scalability tests. Take 2 2015-12-23 11:15:27 +01:00
Mike Danese
b174fc9c97 Merge pull request #18994 from bprashanth/flannel_suite
Add a jenkins flannel suite.
2015-12-22 14:07:14 -08:00