Commit Graph

2227 Commits (8d8de2efb4f86358a2348febfe3a43c0f1e9df17)

Author SHA1 Message Date
Abhi Shah ce96ff416b Revert "Label [Skipped] tests appropriately" 2016-01-07 11:54:41 -08:00
Brendan Burns 5e1afd993c Switch to m3.medium for e2e testing 2016-01-07 11:15:41 -08:00
Joe Finney fba3d1f79e Skip gcloud update checks for Jenkins jobs. 2016-01-07 10:48:59 -08:00
Joe Finney edc274b6dd Track most remaining Jenkins E2E jobs. 2016-01-07 10:34:39 -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
Paul Morie 9c18067e60 Add kubectl support for ConfigMap 2016-01-06 09:03:39 -05: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
Eric Paris 4034b5db24 Stop needlessly preloading 2016-01-05 10:19:23 -05:00
Eric Paris 2646b4c933 Revert "Pin godep to version 32"
This reverts commit 7d5acfb923.

This was hopefully fixed in
https://github.com/tools/godep/pull/362
2016-01-05 10:15:04 -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
Isaac Hollander McCreery 5ee8850263 Fold GKE_FLAKY and PARALLEL_FLAKY into FLAKY 2015-12-22 12:29:58 -08:00
Isaac Hollander McCreery a62f2a41c6 Remove flaky and slow test skip lists, add [Flaky] and [Slow] labels 2015-12-22 12:29:58 -08:00
Brendan Burns 4123a61df7 Add the client side bits of kubectl export 2015-12-22 10:41:59 -08:00
Brendan Burns ac5c0aaba7 Merge pull request #17883 from jimmidyson/cadvisor-bump-0.19.4
Bump cadvisor to fix interface stats bugs & improve performance
2015-12-22 10:34:46 -08:00
Marek Grabowski 79ef0d7900 Revert "Enable logs generation rate checking in scalability tests" 2015-12-22 15:30:09 +01:00
k8s-merge-robot 41aa6cea62 Merge pull request #18998 from gmarek/master
Auto commit by PR queue bot
2015-12-22 04:20:43 -08:00
gmarek 8d79c606dc Enable logs generation rate checking in scalability tests 2015-12-22 09:21:48 +01:00
Prashanth Balasubramanian 4013de0175 Add a jenkins flannel suite. 2015-12-21 20:30:59 -08:00
HaiyangDING d9f3607292 Implement multi-scheduler:
1. Name default scheduler with name `kube-scheduler`
2. The default scheduler only schedules the pods meeting the following condition:
	- the pod has no annotation "scheduler.alpha.kubernetes.io/name: <scheduler-name>"
	- the pod has annotation "scheduler.alpha.kubernetes.io/name: kube-scheduler"

update gofmt

update according to @david's review

run hack/test-integration.sh, hack/test-go.sh and local e2e.test
2015-12-22 10:49:40 +08:00
k8s-merge-robot 4b18fa553f Merge pull request #18987 from spxtr/split-e2e
Auto commit by PR queue bot
2015-12-21 15:56:41 -08:00
Joe Finney 010df488fa Add e2e-runner and e2e-jobs stub. 2015-12-21 14:41:05 -08:00
Joe Finney af461b6361 Remove colon from gke-ci-reboot job name 2015-12-21 09:28:43 -08:00
Joe Finney 2c75c29783 Merge pull request #18867 from spxtr/gke-ci
Add gke-ci and gke-ci-reboot to source control
2015-12-21 09:11:54 -08:00
Joe Finney 48735bab79 Merge pull request #18897 from spxtr/gcloud-remove
Remove gcloud components update from e2e.sh
2015-12-21 09:09:51 -08:00
Jimmi Dyson 62eb82d6fc Preload docker dep to work around Docker package refactoring & godep incompatibility
Fixes #18833
2015-12-21 17:07:29 +00:00
k8s-merge-robot 2efc738d5b Merge pull request #18458 from hongchaodeng/perf
Auto commit by PR queue bot
2015-12-21 01:54:09 -08:00
k8s-merge-robot 15ecc2f750 Merge pull request #18813 from runseb/patch-1
Auto commit by PR queue bot
2015-12-20 14:28:26 -08:00
k8s-merge-robot ff228e943e Merge pull request #18903 from ihmccreery/also-rm-cloudsdk
Auto commit by PR queue bot
2015-12-20 06:47:49 -08:00
k8s-merge-robot adf3cd6fa5 Merge pull request #18837 from erictune/fix-codecgen
Auto commit by PR queue bot
2015-12-20 01:16:40 -08:00
k8s-merge-robot 1562d84c96 Merge pull request #18628 from mikedanese/expose-master-count
Auto commit by PR queue bot
2015-12-19 12:42:05 -08:00
k8s-merge-robot 7125b3cf78 Merge pull request #18908 from jlowdermilk/test-owner
Auto commit by PR queue bot
2015-12-19 08:06:08 -08:00
k8s-merge-robot d520b13d62 Merge pull request #18741 from ixdy/jenkins-job-configs
Auto commit by PR queue bot
2015-12-19 08:05:41 -08:00
k8s-merge-robot b12f6b341f Merge pull request #18599 from smarterclayton/abstract_explain
Auto commit by PR queue bot
2015-12-19 04:34:32 -08:00
k8s-merge-robot 3c3a24e1d4 Merge pull request #18694 from thockin/airplane_validation_pt7
Auto commit by PR queue bot
2015-12-19 03:57:53 -08:00
k8s-merge-robot d71f9a175a Merge pull request #18919 from spxtr/timeout-jobs
Auto commit by PR queue bot
2015-12-19 03:43:50 -08:00
Eric Tune c0eac46059 Revert part of #18860
Revert the part of #18860 which skipped running hack/verify-codecgen.sh on
testdata directories.  @caesarxuchao pointed out it is not necessary.
2015-12-18 22:28:45 -08:00
Eric Tune 32f5f4f239 Fix update/verify-codecgen.sh for OSX. 2015-12-18 21:20:33 -08:00
k8s-merge-robot 9e8233fc3c Merge pull request #17398 from janetkuo/deployment-controller-informer
Auto commit by PR queue bot
2015-12-18 19:13:32 -08:00
Joe Finney 58decdb22f Mark e2e tests that time out failed.
Previously we were marking them failed, then marking them aborted.
2015-12-18 16:01:28 -08:00
Jeff Lowdermilk 69ce41eb02 Detailed description for kubernetes-update-jenkins-jobs + email alert 2015-12-18 14:28:52 -08:00
Joe Finney b6c5e398e5 Add gke-ci and gke-ci-reboot to source control 2015-12-18 13:59:14 -08:00
Eric Tune f15b2e32a7 Merge pull request #16422 from hurf/created_by
Display controllers along with type when describing a pod
2015-12-18 13:44:07 -08:00
Joe Finney b4144a0eec Remove gcloud components update from e2e.sh 2015-12-18 13:43:26 -08:00
Mike Danese a09d85bd83 expose master count configuration in a cli option on apiserver 2015-12-18 13:10:41 -08:00
k8s-merge-robot 229d6ec944 Merge pull request #18863 from spxtr/components-update
Auto commit by PR queue bot
2015-12-18 13:08:45 -08:00
k8s-merge-robot 2fa3568c73 Merge pull request #18844 from spxtr/e2e-cleanup
Auto commit by PR queue bot
2015-12-18 12:49:50 -08:00
k8s-merge-robot 7f5123f61f Merge pull request #18900 from ihmccreery/serial-tests
Auto commit by PR queue bot
2015-12-18 11:56:11 -08:00
Isaac Hollander McCreery 921d449f44 Also remove ~/cloudsdk to prevent multijobs from failing on creation 2015-12-18 11:16:24 -08:00
Isaac Hollander McCreery bd49a3420e Add [Disruptive] and [Serial] labels to appropriate tests
And use for partitioning; makes progress toward 10548
2015-12-18 11:12:28 -08:00
k8s-merge-robot 7eda961ada Merge pull request #13838 from mikedanese/go1.5
Auto commit by PR queue bot
2015-12-18 11:09:15 -08:00
k8s-merge-robot 3051fd9bb6 Merge pull request #18873 from caesarxuchao/ignore-ws
Auto commit by PR queue bot
2015-12-18 10:38:56 -08:00
k8s-merge-robot 40e4ce2879 Merge pull request #18839 from erictune/codecgen-err-msg
Auto commit by PR queue bot
2015-12-18 10:38:15 -08:00
k8s-merge-robot 1981c2a640 Merge pull request #18719 from bprashanth/flannel_builder
Auto commit by PR queue bot
2015-12-18 10:36:51 -08:00
k8s-merge-robot 0641e4a8f0 Merge pull request #18417 from Pensu/master
Auto commit by PR queue bot
2015-12-18 10:35:00 -08:00
Tim Hockin 43ed74748e Clean up and document validation strings
Also add a detail string for Required and Forbidden.  Fix tests.
2015-12-18 09:40:50 -08:00
Hongchao Deng c0243ad4ee scheduler performance test suite: benchmarks and density tests 2015-12-18 09:39:33 -08:00
Wojciech Tyczynski 98e2ed661d Merge pull request #18881 from wojtek-t/move_kubemark
Move kubemark500 to kubernetes-scale
2015-12-18 08:21:26 +01:00
Wojciech Tyczynski 62c35055ab Move kubemark500 to kubernetes-scale 2015-12-18 08:14:16 +01:00
Clayton Coleman 151b4e5958 Tweak explain messages and abstract client 2015-12-18 00:27:22 -05:00
Janet Kuo 32d153093e Fix deployment tests failures; change ResyncPeriod 2015-12-17 19:29:54 -08:00
Sam Ghods b838d8ce18 Add informers to deployment controller 2015-12-17 19:29:54 -08:00
Chao Xu 785556e79c ignore trailing whitespace and blankline when verify api reference docs 2015-12-17 16:29:28 -08:00
Jeff Lowdermilk a2f076bdde Merge pull request #18840 from ihmccreery/fix-sdk-cleanup
Remove ~/repo before moving Cloud SDK components there
2015-12-17 16:11:32 -08:00
Jeff Grafton 33c1f15c21 Run upload-to-gcs.sh as a post build script 2015-12-17 16:05:40 -08:00
Joe Finney 54ccb8fca7 Add a Jenkins job that updates gcloud components hourly. 2015-12-17 15:49:17 -08:00
Eric Tune 140dfccdd5 Merge pull request #18860 from erictune/fix-build
Fix build
2015-12-17 13:52:29 -08:00
Eric Tune e2fab78539 Do not verify-codecgen.sh on testdata
Otherwise, verify-codecgen was saying that the testdata needed to
change for some reason.
2015-12-17 13:51:33 -08:00
Isaac Hollander McCreery cf5d79fda9 Properly set KUBE_GCE_INSTANCE_PREFIX for upgrade jobs in e2e.sh 2015-12-17 11:42:45 -08:00
Joe Finney 73d1c4d701 Remove JENKINS_EXPLICIT_VERSION from e2e.sh 2015-12-17 10:33:23 -08:00
Eric Tune fb3cfece9c Nice error message if no types.generated.go files.
Explains how to fix problem, instead of
saying "index" is an unbound reference.

Problem happens when previous run of codecgen deleted all the outputs
and then failed midway.
2015-12-17 10:11:29 -08:00
Isaac Hollander McCreery 375f4df7b7 Remove ~/repo before moving Cloud SDK components there 2015-12-17 10:09:47 -08:00
Joe Finney af55b6903d Merge pull request #18666 from spxtr/e2e-gce
Manual merge to watch Jenkins.
2015-12-17 08:28:03 -08:00
gmarek 264f213523 Increase timeout for API server startup in hack/test-update-storage-objects.sh 2015-12-17 11:07:24 +01:00
runseb 6fa56de691 Remove NamespaceAutoProvision which is deprecated
According to https://github.com/kubernetes/kubernetes/blob/master/docs/admin/admission-controllers.md
NamespaceAutoProvision is deprecated, keeping it in the script tends to give a bad practice where namespace are auto created.

Suggest to remove it.
2015-12-17 11:05:20 +01:00
k8s-merge-robot 0657a35971 Merge pull request #18781 from jlowdermilk/gke-flaky
Auto commit by PR queue bot
2015-12-16 22:40:15 -08:00
k8s-merge-robot 46c2df3e05 Merge pull request #17483 from brendandburns/kubectl5
Auto commit by PR queue bot
2015-12-16 21:57:33 -08:00
Isaac Hollander McCreery dc10b0a43a Use staging CLOUDSDK_BUCKET and test endpoint by default for Jenkins GKE e2e tests, stop using DOGFOOD_GCLOUD 2015-12-16 19:05:09 -08:00
Isaac Hollander McCreery be5407b8ef Merge pull request #18792 from ihmccreery/gce-jobs-master
Add kubernetes-upgrade-gce-1.1-master job configs to master
2015-12-16 17:36:08 -08:00
Isaac Hollander McCreery 41d46f8461 Add kubernetes-upgrade-gce-1.1-master job configs 2015-12-16 15:13:50 -08:00
Brendan Burns 2efcccf981 Add a server side export facility 2015-12-16 15:01:13 -08:00
Jeff Lowdermilk f1cc2548fb Make gke-flaky test more useful
Test gce flaky tests as well, so the job isn't skipping all but
one test.
2015-12-16 11:59:31 -08:00
k8s-merge-robot 0f22ba4be3 Merge pull request #18763 from RoelVanNyen/RoelVanNyen-patch-update-all
Auto commit by PR queue bot
2015-12-16 10:08:12 -08:00
RoelVanNyen f54c1de58c Fix typo in hack/update-all.sh 2015-12-16 17:45:25 +01:00
k8s-merge-robot 5a579a2555 Merge pull request #16028 from derekwaynecarr/make_cmd
Auto commit by PR queue bot
2015-12-16 08:41:59 -08:00
Wojciech Tyczynski a73e1f6b2f Fix hack/update-api-reference-docs.sh script 2015-12-16 15:17:42 +01:00
Wojciech Tyczynski 2b565b633d Export NETWORK_PROVIDER in hack/jenkins/e2e.sh 2015-12-16 09:53:02 +01:00
k8s-merge-robot 9033311475 Merge pull request #18598 from ihmccreery/release-mark-stable
Auto commit by PR queue bot
2015-12-16 00:09:12 -08:00
k8s-merge-robot df8efcf582 Merge pull request #17960 from pmorie/travis-verify-codec
Auto commit by PR queue bot
2015-12-15 23:19:50 -08:00
k8s-merge-robot cc9b0dc8f2 Merge pull request #18692 from thockin/local-kubectl
Auto commit by PR queue bot
2015-12-15 23:15:34 -08:00
Isaac Hollander McCreery 4ea8a92777 Mark a release as stable when we announce it, and stop using cherry_pick_list.sh 2015-12-15 16:37:00 -08:00
Joe Finney 9bb83ce7cd Ignore console-log.txt when checking for empty workspace. 2015-12-15 15:34:10 -08:00
Prashanth Balasubramanian 76a9925eb5 Enable a flannel e2e builder. 2015-12-15 10:18:16 -08:00
Tim Hockin ef8dbc1819 Add kubectl to local-up script 2015-12-15 09:02:02 -08:00
Wojciech Tyczynski 32a4bdbcd2 Run only Density test on 1000-node cluster 2015-12-15 15:12:19 +01:00
k8s-merge-robot b02417bb9b Merge pull request #18348 from mesosphere/sur-652-conformance-tests
Auto commit by PR queue bot
2015-12-15 02:02:50 -08:00
k8s-merge-robot e72e819395 Merge pull request #18090 from thockin/go-versions
Auto commit by PR queue bot
2015-12-14 14:47:59 -08:00
Eric Paris 7d5acfb923 Pin godep to version 32
33, 34, 35 are all broken differently.
https://github.com/tools/godep/issues/359
2015-12-14 14:22:07 -05:00
derekwaynecarr 5e0948586c Add kubectl create [SUBCOMMAND] pattern 2015-12-14 13:43:45 -05:00
Joe Finney 854b2c5f2d Source control all master-branch GCE Jenkins jobs. 2015-12-14 10:15:48 -08:00
Paul Morie c5765fbfef Special case godep installation in verify-codecgen for travis 2015-12-14 12:29:18 -05:00
Sergiusz Urbaniak 67e98fcfa8 executor, scheduler: make default pod roles configurable
Currently if a pod is being scheduled with no meta.RolesKey label
attached to it, per convention the first configured mesos (framework)
role is being used.

This is quite limiting and also lets e2e tests fail. This commit
introduces a new configuration option "--mesos-default-pod-roles" defaulting to
"*" which defines the default pod roles in case the meta.RolesKey pod
label is missing.
2015-12-14 15:18:39 +01:00
gmarek 3e2f745d7b Move kubemark-500 back to asia-east1 2015-12-14 15:16:28 +01:00
gmarek fe6644a1b2 Move Kubmark tests to us-east1-b, to make space for enormous cluster tests in asia-east1 2015-12-14 14:22:13 +01:00
k8s-merge-robot 9067833a31 Merge pull request #18382 from yujuhong/resource_usage
Auto commit by PR queue bot
2015-12-13 21:23:29 -08:00
Jeff Lowdermilk c103825ef4 Merge pull request #14537 from markturansky/pv_provisioner
PersistentVolume Provisioner Controller
2015-12-11 13:09:33 -08:00
Joe Finney f4f74ceb65 export GCE_SERVICE_ACCOUNT in e2e.sh 2015-12-11 12:53:11 -08:00
Joe Finney 12c038af0c Fix workspace not empty on gce tests.
We added a gcloud command earlier in e2e.sh which creates a .config
folder in the workspace. Ignore it.
2015-12-11 11:33:49 -08:00
Joe Finney 8535f13a2b Merge pull request #18454 from spxtr/e2e-gce
Add kubernetes-e2e-gce job to git
2015-12-11 09:54:32 -08:00
markturansky 4fc1bf1f23 Added PersistentVolumeController 2015-12-11 10:33:30 -05:00
Marek Grabowski e34e6e7641 Merge pull request #18573 from gmarek/master
Move Daemon set should run complex daemon test to flaky
2015-12-11 15:21:31 +01:00
gmarek c538f6fd74 Move Daemon set should run complex daemon test to flaky 2015-12-11 15:18:20 +01:00
k8s-merge-robot efd17797b2 Merge pull request #18563 from wojtek-t/1000_node_cluster_on_jenkins
Auto commit by PR queue bot
2015-12-11 06:03:13 -08:00
k8s-merge-robot db08e062b8 Merge pull request #18514 from gmarek/grab-profiles
Auto commit by PR queue bot
2015-12-11 06:02:56 -08:00
Wojciech Tyczynski 3367369c49 Add 1000-node cluster suite to Jenkins 2015-12-11 09:54:42 +01:00
Tim Hockin 0df07424e7 Make go version requirements clearer 2015-12-10 12:09:25 -08:00
k8s-merge-robot 06c8b3443b Merge pull request #18271 from tmrts/rename/githash
Auto commit by PR queue bot
2015-12-10 09:28:36 -08:00
Joe Finney 495450865c Add kubernetes-e2e-gce job 2015-12-10 09:11:48 -08:00
gmarek a8193679fb Add Scheduler and ControllerManager profile grabbing 2015-12-10 16:27:13 +01:00
Wojciech Tyczynski 53c0291e40 Fix Jenkins config 2015-12-10 08:22:47 +01:00
k8s-merge-robot d9d8164620 Merge pull request #18310 from ihmccreery/fix-aws-jenkins
Auto commit by PR queue bot
2015-12-09 21:44:24 -08:00
Jeff Grafton f50d56156c Print file list when Jenkins workspace is not empty 2015-12-09 16:42:08 -08:00
Isaac Hollander McCreery e0b3859a72 Fix step7 config for upgrade jobs on master 2015-12-09 14:29:55 -08:00
Mike Danese c2753d75d2 bump ci go version to 1.5.2 2015-12-09 13:56:41 -08:00
k8s-merge-robot 5839086618 Merge pull request #18238 from ihmccreery/run-is-up
Auto commit by PR queue bot
2015-12-09 12:53:33 -08:00
k8s-merge-robot 9bbe6012e3 Merge pull request #17683 from pwittrock/node_e2e_tests
Auto commit by PR queue bot
2015-12-09 12:50:22 -08:00
Isaac Hollander McCreery 8d46df0162 Merge pull request #18400 from ihmccreery/7-step-master
Add 7-stage upgrade jobs
2015-12-09 09:58:18 -08:00
k8s-merge-robot a1d9724bd7 Merge pull request #18194 from ixdy/upload-to-gcs-script
Auto commit by PR queue bot
2015-12-09 03:36:05 -08:00
Wojciech Tyczynski 7785dbce3a Merge pull request #18424 from wojtek-t/move_liveness_probe_to_flaky
Move LivenessProbe test to flaky
2015-12-09 10:48:40 +01:00
Wojciech Tyczynski 7c2212526a Move LivenessProbe test to flaky 2015-12-09 10:07:26 +01:00
Peeyush Gupta 4774e7146e Add support for ppc64le architecture. 2015-12-09 12:12:13 +05:30
k8s-merge-robot 90d5bc1834 Merge pull request #18300 from spxtr/build-job
Auto commit by PR queue bot
2015-12-08 16:13:43 -08:00
Isaac Hollander McCreery 2838af6147 Configure upgrade jobs to use 7-step upgrade, and remove obsolete configs 2015-12-08 15:32:32 -08:00
Isaac Hollander McCreery cb56fdc27e Add 7-stage upgrade configs to configure_upgrade_step 2015-12-08 15:32:08 -08:00
k8s-merge-robot d568a92d63 Merge pull request #18317 from spxtr/verify-flags
Auto commit by PR queue bot
2015-12-08 14:40:46 -08:00
k8s-merge-robot 32ac5c57ba Merge pull request #18046 from janetkuo/fix-local-cluster
Auto commit by PR queue bot
2015-12-08 14:39:32 -08:00
Joe Finney 89f6e1bdd7 Check in kubernetes-build job configs. 2015-12-08 09:34:47 -08:00
Joe Finney ca3524639d Add .md and .yaml exceptions to verify-flags-underscore.py.
Also removed duplicated exception checks for file extensions.
2015-12-07 16:33:27 -08:00
Yu-Ju Hong c1a0502487 Change the kubelet --max-pods limit to 110 for test clusters
This allows resource usage monitoring test to launch 100 test pods per node, in
addition to the add-on pods.

Also reduce the test time length since the results over the shorter period are
representative enough.
2015-12-07 15:41:40 -08:00
Joe Finney 47250d8b1b Add exception for hack/jenkins/README.md 2015-12-07 15:32:18 -08:00
Tamer Tas e5100279db Rename githash to build_version and version to release_version 2015-12-08 01:21:20 +02:00
Fabio Yeon 0fe724f4eb Merge pull request #17996 from spxtr/jenkins-jobs
Check Jenkins job configs into git
2015-12-07 15:04:23 -08:00
Isaac Hollander McCreery 6c2767f87f Add configs to AWS jenkins job, and properly export them. 2015-12-07 14:17:16 -08:00
gmarek d25472f67a Move Elasticsearch test to the Flaky suite 2015-12-07 12:03:04 +01:00
Wojciech Tyczynski e4a4a87842 Move kube-proxy test from flaky 2015-12-07 09:25:16 +01:00
k8s-merge-robot db11f1b6c6 Merge pull request #17133 from derekwaynecarr/quota_controller_improvements
Auto commit by PR queue bot
2015-12-06 12:24:00 -08:00
Joe Finney 1bc9980f29 Allow source-controlled Jenkins job configs.
Job configs are stored in YAML files in hack/jenkins/job-configs in the
format used by Jenkins Job Builder. A docker container running on
Jenkins fetches job configs every fifteen minutes and updates Jenkins.
2015-12-04 16:23:30 -08:00
Isaac Hollander McCreery 49a2df54ae Check to make sure the cluster is up before running tests, and fail if it's not. 2015-12-04 14:59:36 -08:00
Isaac Hollander McCreery dd734ca1b8 Merge pull request #18030 from ihmccreery/auto-config-upgrades-master
Configure gke-upgrade jobs from 1.0 and 1.1 to master on master
2015-12-04 09:56:04 -08:00
k8s-merge-robot 6a39a6187d Merge pull request #18150 from gmarek/grab-profiles
Auto commit by PR queue bot
2015-12-04 03:18:32 -08:00
gmarek 9d11195508 Add an option to grab a profile from kubelet to grab-profiles.sh 2015-12-04 11:25:40 +01:00
k8s-merge-robot 6f6e97f2e4 Merge pull request #17987 from mml/mungedocs
Auto commit by PR queue bot
2015-12-04 02:13:54 -08:00
Jeff Grafton 7151b54a20 Pull variable definitions out of loop so retries work 2015-12-03 18:28:14 -08:00
derekwaynecarr 55d4f70f8e Resource quota observes deletes faster 2015-12-03 17:35:05 -05:00
k8s-merge-robot b7d8221296 Merge pull request #17988 from roberthbailey/gke-flaky
Auto commit by PR queue bot
2015-12-03 12:01:01 -08:00
k8s-merge-robot 3cbfcdcdba Merge pull request #16810 from lavalamp/go2idl.2
Auto commit by PR queue bot
2015-12-03 04:25:08 -08:00
Wojciech Tyczynski db80096858 Move "Nodes Network" test out of flaky 2015-12-03 09:50:57 +01:00