Commit Graph

474 Commits (bb460c04ddb25245906e80ec5e42ee5675782c92)

Author SHA1 Message Date
Joe Finney fba3d1f79e Skip gcloud update checks for Jenkins jobs. 2016-01-07 10:48:59 -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
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
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
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
gmarek 2804c00706 Increase Kubelet log verbosity in scalability tests 2015-12-29 10:31:03 +01:00
gmarek c6b5c2365c Enable metrics gathering in scalability suite 2015-12-29 09:30:17 +01:00
gmarek b2a7c7120e Enable logs generation rate checking in scalability tests. Take 2 2015-12-23 11:15:27 +01: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
Marek Grabowski 79ef0d7900 Revert "Enable logs generation rate checking in scalability tests" 2015-12-22 15:30:09 +01:00
gmarek 8d79c606dc Enable logs generation rate checking in scalability tests 2015-12-22 09:21:48 +01: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
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
Joe Finney b6c5e398e5 Add gke-ci and gke-ci-reboot to source control 2015-12-18 13:59:14 -08:00
Joe Finney b4144a0eec Remove gcloud components update from e2e.sh 2015-12-18 13:43:26 -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 1981c2a640 Merge pull request #18719 from bprashanth/flannel_builder
Auto commit by PR queue bot
2015-12-18 10:36:51 -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
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
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
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
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
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
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
Wojciech Tyczynski 2b565b633d Export NETWORK_PROVIDER in hack/jenkins/e2e.sh 2015-12-16 09:53:02 +01: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
Wojciech Tyczynski 32a4bdbcd2 Run only Density test on 1000-node cluster 2015-12-15 15:12:19 +01:00
Joe Finney 854b2c5f2d Source control all master-branch GCE Jenkins jobs. 2015-12-14 10:15:48 -08: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
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
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
Wojciech Tyczynski 3367369c49 Add 1000-node cluster suite to Jenkins 2015-12-11 09:54:42 +01: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
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
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
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
Wojciech Tyczynski 7c2212526a Move LivenessProbe test to flaky 2015-12-09 10:07:26 +01: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
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
Tamer Tas e5100279db Rename githash to build_version and version to release_version 2015-12-08 01:21:20 +02: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
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 b7d8221296 Merge pull request #17988 from roberthbailey/gke-flaky
Auto commit by PR queue bot
2015-12-03 12:01:01 -08:00
Wojciech Tyczynski db80096858 Move "Nodes Network" test out of flaky 2015-12-03 09:50:57 +01:00
Isaac Hollander McCreery 40a03aa59a Add comments 2015-12-02 15:54:31 -08:00
Brad Erickson 6ac427a501 Minion->Node rename: e2e.sh and resize_nodes.go GCE_FLAKY_TESTS 2015-12-01 16:00:47 -08:00
Brad Erickson e67667f1b5 Minion->Node rename: comments and vars for e2e.go and e2e.sh 2015-12-01 16:00:47 -08:00
Isaac Hollander McCreery 421d5e99f6 Add 1.1-master jobs to master 2015-12-01 15:18:39 -08:00
Isaac Hollander McCreery 81cec94ed8 Make job names consistent 2015-12-01 15:18:39 -08:00
Isaac Hollander McCreery 1edd23f4bb Add jobs for kubernetes-upgrade-gke-1.0-master, remove old 1.0 jobs & GCE jobs 2015-12-01 15:18:39 -08:00
Jeff Grafton be856daab6 Merge pull request #17751 from ixdy/jenkins-e2e-master
Remove all non-release job definitions from hack/jenkins/e2e.sh
2015-12-01 11:50:41 -08:00
k8s-merge-robot 53a544d980 Merge pull request #17614 from bprashanth/IngressE2E
Auto commit by PR queue bot
2015-11-30 20:16:17 -08:00
Jeff Grafton ea4d6b1fe4 Remove all non-release job definitions 2015-11-30 15:24:36 -08:00
Robert Bailey 6bdba125d9 Move the gke flaky tests into a separate project. 2015-11-30 14:37:47 -08:00
Prashanth Balasubramanian c553b15534 Ingress test revamp
Fixes a number of harder issues the initial test punted on.
2015-11-30 11:29:04 -08:00
Isaac Hollander McCreery cc2b36bcc4 configure_upgrade_step in e2e.sh, and use it for kubernetes-upgrade-gke 2015-11-30 11:08:04 -08:00
Wojciech Tyczynski 90e79c875e Move NodeOutOfDisk" to flaky 2015-11-30 10:46:54 +01:00
k8s-merge-robot fc927e8719 Merge pull request #17770 from gmarek/fix-test
Auto commit by PR queue bot
2015-11-27 06:35:49 -08:00
k8s-merge-robot 5687bfa8b2 Merge pull request #17687 from madhusudancs/out-of-disk-e2e
Auto commit by PR queue bot
2015-11-26 18:41:33 -08:00
Filip Grzadkowski 284b2e4166 Merge pull request #17831 from gmarek/wtf
Update GCE flaky suite
2015-11-26 15:57:33 +01:00
gmarek 3c67f48ad4 Update GCE flaky suite 2015-11-26 14:12:55 +01:00
k8s-merge-robot 0c4f302e5e Merge pull request #17601 from eosrei/shell-var-MINION-to-NODE
Auto commit by PR queue bot
2015-11-26 05:02:44 -08:00
gmarek 185eb9513e Move KubeProxy test to GKE_FLAKY 2015-11-26 09:37:12 +01:00
gmarek 4a785d0676 Enable Add-On resource gathering in scalability tests 2015-11-25 14:04:07 +01:00
Marek Grabowski 8a5153deb7 Revert "Test jenkins change on flaky suite" 2015-11-25 14:02:49 +01:00
k8s-merge-robot da8daaad01 Merge pull request #17759 from piosz/l7-e2e
Auto commit by PR queue bot
2015-11-25 04:53:24 -08:00
gmarek b4f6e18b47 Test jenkins change on flaky suite 2015-11-25 13:33:22 +01:00
gmarek a6997875f2 Move GCE L7 LoadBalancer test to the Flaky suite 2015-11-25 12:22:20 +01:00
Madhusudan.C.S e3a26bfea6 Implement e2e test for node out of disk condition.
This is a second attempt at this commit and it fixes the cause for its
flakiness in the first attempt.

The ability to SSH into individual nodes, described by api.Node, and running
commands on them appears to be useful for other e2e tests too. So, move
issueSSHCommand utility function to e2e util file.

Also, modify waitForNodeToBe e2e util function to take any node condition. The
current implementation only takes api.NodeReady condition into consideration.
This change makes the function take any node condition.
2015-11-25 02:12:29 -08:00
Brad Erickson 53172a5356 Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
Brad Erickson d1dbeb98a0 Minion->Node rename: NUM_NODES_BKP, NUM_NODES_PARALLEL 2015-11-25 00:45:09 -08:00
Brad Erickson bd06c19aa8 Minion->Node rename: NODE_SIZE 2015-11-25 00:45:09 -08:00
Brad Erickson 83ed2fa22e Minion->Node rename: NODE_DISK_SIZE, NODE_DISK_TYPE, NODE_HOSTNAME, etc
NODE_IDS
NODE_ID
NODE_IMAGE_PROJECT
NODE_IMAGE
2015-11-25 00:45:09 -08:00
Brad Erickson 6b91b45eff Minion->Node rename: IAM_PROFILE_NODE, KUBE_ENABLE_NODE_PUBLIC_IP, etc
KUBE_GCE_NODE_IMAGE, KUBE_GCE_NODE_PROJECT, KUBEMARK_NUM_NODES
2015-11-25 00:43:51 -08:00
Piotr Szczesniak ff276a74ed Re-enabled GCE L7 load balancer e2e 2015-11-25 09:38:41 +01:00
Marcin Wielgus a2299253cf Merge pull request #17718 from piosz/hpa-fix
Yet another try to enable HPA e2e tests for 1.1 release
2015-11-24 14:18:43 +01:00