Commit Graph

1143 Commits (8728ecc27d8fca3e0738f52565fb26e5ee4705f6)

Author SHA1 Message Date
Joe Finney 1358f5c529 Disable autoscaling Jenkins job. 2016-04-01 13:16:05 -07:00
Jeff Grafton d7f7c7796c Merge pull request #23415 from ixdy/upload-to-gcs-script
Refactor upload-started.sh and upload-finished.sh into upload-to-gcs.sh
2016-04-01 11:54:12 -07:00
k8s-merge-robot 14f5eb458d Merge pull request #23454 from wonderfly/bump_timeouts
Automatic merge from submit-queue

Migrate gke-trusty test jobs to 1.2

Following up #23100 and #23139, #23319, migrate all gke-trusty jobs to the
`release-1.2` branch, add parallel and subnet test jobs, and bump timeouts
accordingly.

Tested with `jenkins-jobs test`. Manually diff'ed gke-trusty jobs against their equivalent gke jobs. For example,

```
# diff /tmp/jobs0324/kubernetes-e2e-gke-test /tmp/jobs0324/kubernetes-e2e-gke-trusty-test
4c4
<   <description>Run E2E tests on GKE test endpoint. Test owner: GKE on-call.&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
---
>   <description>Run E2E tests on GKE test endpoint. Test owner: wonderfly@google.com.&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
49c49
< export PROJECT=&quot;k8s-jkns-e2e-gke-test&quot;
---
> export PROJECT=&quot;kubekins-e2e-gke-trusty-test&quot;
51a52
> export E2E_NAME=&quot;jkns-gke-e2e-test-trusty&quot;
228c229
<       <recipientList>$DEFAULT_RECIPIENTS</recipientList>
---
>       <recipientList>wonderfly@google.com,qzheng@google.com</recipientList>
```

@spxtr @roberthbailey @ihmccreery Can you review this?
cc/ @andyzheng0831
2016-04-01 06:38:56 -07:00
Minhan Xia 2937d8f87f add jenkins project for kubenet 2016-03-31 15:00:36 -07:00
Jeff Grafton 62b3587b62 Use upload-to-gcs.sh everywhere 2016-03-31 13:49:06 -07:00
Jeff Grafton f83a6f1665 Refactor upload-started.sh and upload-finished.sh into upload-to-gcs.sh. 2016-03-31 13:45:23 -07:00
k8s-merge-robot 154ed74424 Merge pull request #23469 from fejta/goget
Automatic merge from submit-queue

Retry github and godep operations in test-dockerized.sh

closes #21887.

Attempt to mitigate go get and godep flakes by retrying a few times inside of jenkins
2016-03-31 12:23:57 -07:00
k8s-merge-robot 5e159695d9 Merge pull request #23422 from gmarek/diff
Automatic merge from submit-queue

When checking for leak look only at additional resources

This should help with "fake" leaks, when run deletes stuff that was leaked in a previous one.

cc @zmerlynn @ixdy @wojtek-t
2016-03-31 06:32:54 -07:00
gmarek 5555cbeb2b When checking for leak look only at additional resources 2016-03-30 15:08:14 -07:00
Erick Fejta 0c0722373c Retry intermittent failures in test-dockerized.sh during go get 2016-03-30 11:44:35 -07:00
Isaac Hollander McCreery fe58dac522 Merge pull request #23096 from ihmccreery/numeric-cluster-names-upgrades
Fix cluster names to be numeric in upgrade jobs
2016-03-30 11:08:21 -07:00
Daniel Wang a84f4c2af6 Migrate gke-trusty test jobs to 1.2
Following up #23100 and #23139, #23319, migrate all gke-trusty jobs to the
`release-1.2` branch, add parallel and subnet test jobs, and bump timeouts
accordingly.
2016-03-29 15:35:16 -07:00
Phillip Wittrock 9de33fc425 Run node test jobs every 30 minutes instead of daily. This is critical for the kubelet e2e as it is a merge queue blocker. 2016-03-29 09:54:51 -07:00
k8s-merge-robot 5cb94cfab1 Merge pull request #23302 from spxtr/unittest-1.6
Auto commit by PR queue bot
2016-03-26 11:56:54 -07:00
Robert Bailey 44b1f63d16 Set the correct api endpoint for gke prod. 2016-03-25 15:34:55 -07:00
k8s-merge-robot 1358dac95d Merge pull request #23418 from roberthbailey/gke-asia
Auto commit by PR queue bot
2016-03-25 06:17:17 -07:00
k8s-merge-robot 548cfa68ca Merge pull request #23202 from ixdy/jenkins-test-go-gopath
Auto commit by PR queue bot
2016-03-25 04:23:39 -07:00
Daniel Wang a06eb5b0c2 Disable gke-trusty-prod
Has been failing constantly due to a known internal issue.
2016-03-24 18:35:05 -07:00
Robert Bailey a39c120cbe Use the right variable to change the GKE zone. 2016-03-24 09:26:48 -07:00
gmarek 6dec136b23 Remove kubemark-gce suite 2016-03-24 10:52:57 +01:00
Prashanth Balasubramanian 3ced1eedf5 Give 1-2 ingress tests their own project. 2016-03-23 16:22:49 -07:00
Jeff Grafton 601ecaff0a Run upload-to-gcs.sh after upload-finished.sh. 2016-03-23 15:28:06 -07:00
Robert Bailey e2feb28dd6 Migrate the gke-prod e2e test from the 1.1 release branch to the
1.2 release branch and add a gke-prod-parallel test.
2016-03-22 21:14:20 -07:00
k8s-merge-robot b04f27c3be Merge pull request #23136 from spxtr/slow-1-1
Auto commit by PR queue bot
2016-03-22 16:00:01 -07:00
Marek Grabowski 8a7d8c4f9d Merge pull request #23042 from gmarek/testing
Change scalability test configs
2016-03-22 14:08:58 +01:00
gmarek aa09cb097b Change scalability test configs 2016-03-22 13:39:16 +01:00
Jeff Grafton 2d9671cf27 Revert "Pin to godep v58 in Jenkins unit/integration"
This reverts commit 70813d6bb5.
2016-03-21 17:19:55 -07:00
Jeff Grafton 0d65d310fe Enter /go/src/k8s.io/kubernetes before building/running tests
Also print godep version after installing it.
2016-03-21 17:19:55 -07:00
Joe Finney d3e94fcd78 Up unit/integration test on Jenkins to go 1.6. 2016-03-21 16:14:09 -07:00
Daniel Wang f5460a4bd2 Move e2e test jobs for Trusty dev to 1.2
After this change, jobs that use Trusty dev images will test against the
`release-1.2` branch, and use Trusty images for both the master and the nodes.
Trusty beta and stable jobs are kept in the `release-1.1` branch, and only use
Trusty images on nodes.
2016-03-21 10:35:27 -07:00
gmarek db77843bf0 Remove EXIT_ON_WEAK_ERROR variable 2016-03-21 12:22:03 +01:00
k8s-merge-robot 9dd73505c4 Merge pull request #23203 from bprashanth/ingress_1-2
Auto commit by PR queue bot
2016-03-19 16:33:40 -07:00
Jeff Lowdermilk 49a0809f42 Update gke-staging bucket 2016-03-18 17:27:22 -07:00
Eric Paris 21df2aacf9 Merge pull request #23207 from ixdy/gotest-pin-godep
Pin to godep v58 in Jenkins unit/integration
2016-03-18 15:21:36 -05:00
Prashanth Balasubramanian cee32c0f84 Feature ingress release 1.2 2016-03-18 12:55:47 -07:00
Jeff Grafton 70813d6bb5 Pin to godep v58 in Jenkins unit/integration 2016-03-18 12:45:12 -07:00
Daniel Wang 848c64a17b Correct a typo in env vars
I should have used `KUBE_GCE_MASTER_PROJECT` and `KUBE_GCE_MASTER_IMAGE`.
2016-03-18 11:51:43 -07:00
Joe Finney 4877c988c3 Merge pull request #23086 from wonderfly/ci_jobs_for_trusty
Add CI jobs to track the master and 1.2 branch with Trusty images
2016-03-18 10:31:27 -07:00
gmarek 529af0fb84 Change kubemark-5 to use a single 2-core node 2016-03-18 10:59:43 +01:00
k8s-merge-robot 26eab4d69c Merge pull request #23094 from spxtr/more-jobs
Auto commit by PR queue bot
2016-03-17 17:23:41 -07:00
Daniel Wang 3a56b68cc5 Add CI jobs to track the master and 1.2 branch with Trusty images
Add two CI jobs that run e2e tests on GCE with Trusty images (on both the master
and the nodes) on the `master` and `release-1.2` branch. Both tests use the
latest Trusty build from its `HEAD`. We will use these jobs to guard
kubernetes-Trusty compatibility.

These jobs mimic the existing `kubernetes-e2e-gce` and `kubernetes-e2e-gce-1-2`,
which follow `kubernetes-build` and `kubernetes-build-1-2`, respectively.

Additionally, move all Trusty related jobs into one section in the config file.
2016-03-17 15:17:24 -07:00
Joe Finney eb273e5a4b Add parallel gke-staging job. 2016-03-17 14:39:31 -07:00
Joe Finney 5c3228320c Bump timeouts for 1.2 gke jobs. 2016-03-17 11:28:09 -07:00
k8s-merge-robot 1427a7cf81 Merge pull request #23135 from spxtr/fix-enormous
Auto commit by PR queue bot
2016-03-17 11:24:10 -07:00
Joe Finney 268a670454 Decrease frequency of 1.1 and 1.0 jobs. 2016-03-17 10:41:37 -07:00
Joe Finney 3ecf76b897 Fix enormous-cluster config. 2016-03-17 10:22:28 -07:00
Joe Finney 6bd52b2e7e gke-staging should point to staging. 2016-03-17 10:09:11 -07:00
Marcin Wielgus f396ed51b3 Increase kubernetes-test-go timeout to 50 min for 1.2 and master 2016-03-17 17:16:29 +01:00
k8s-merge-robot 7a66db5808 Merge pull request #23115 from wojtek-t/run_load_on_large_clusters
Auto commit by PR queue bot
2016-03-17 06:28:41 -07:00
gmarek d53de5b0ac kubemark-5 requires 3 machines (sic) 2016-03-17 13:41:23 +01:00
Wojciech Tyczynski 5db751f72c Run load test in 1000-node cluster 2016-03-17 13:11:01 +01:00
Isaac Hollander McCreery 7a3267f82c Merge pull request #23102 from ihmccreery/cmd-group
Fix CMD_GROUP reference to not fail if CMD_GROUP isn't set
2016-03-17 00:29:51 -07:00
Isaac Hollander McCreery 4ca19568bf Fix CMD_GROUP reference to not fail if CMD_GROUP isn't set 2016-03-17 00:27:30 -07:00
Isaac Hollander McCreery e13bf888d5 Merge pull request #23100 from ihmccreery/subnet-staging
Add subnet, test, and staging tests for 1.2 on GKE
2016-03-16 23:55:53 -07:00
Isaac Hollander McCreery 88782d9db5 Add subnet, test, and staging tests for 1.2 2016-03-16 23:29:54 -07:00
k8s-merge-robot c3c29e2965 Merge pull request #22864 from spxtr/fix-history
Auto commit by PR queue bot
2016-03-16 20:25:18 -07:00
Isaac Hollander McCreery 9681522367 Fix cluster names to be numeric in upgrade jobs 2016-03-16 19:55:34 -07:00
Joe Finney 17898025f5 Add gce reboot suite for 1.2. 2016-03-16 18:32:07 -07:00
gmarek 0836a0d563 Add MASTER_SIZE to kubemark-5, as for some reason auto-setting does not work here 2016-03-16 23:39:44 +01:00
Isaac Hollander McCreery 017ab58114 Use numeric versions for upgrade jobs, run e2e-runner off master only, and properly configure JENKINS_PUBLISHED_VERSION 2016-03-16 13:44:19 -07:00
Joe Finney 59db405607 Fix test history updater. 2016-03-16 13:18:46 -07:00
Joe Finney b38fecd35b Fix zone for 1.2 scalability job. 2016-03-16 10:24:32 -07:00
gmarek 06ae939522 Move kubemark-5 suite to us-central1-f 2016-03-16 16:19:38 +01:00
gmarek cda034d322 Add kubemark-5 suite 2016-03-16 13:41:18 +01:00
Isaac Hollander McCreery 322e6e660e Merge pull request #23000 from ihmccreery/fix-stable
Name stable-1.2 job right to stop clobbering
2016-03-15 11:12:24 -07:00
Isaac Hollander McCreery 85888bb718 Name stable-1.2 job right to stop clobbering 2016-03-15 11:10:32 -07:00
Isaac Hollander McCreery 343dab01fb Fix upgrade targets to target versions correctly 2016-03-15 10:57:37 -07:00
k8s-merge-robot 90701f8da1 Merge pull request #22954 from spxtr/scalability
Auto commit by PR queue bot
2016-03-15 00:55:00 -07:00
k8s-merge-robot 34094635ba Merge pull request #22880 from spxtr/aws-job
Auto commit by PR queue bot
2016-03-14 20:41:42 -07:00
Joe Finney e8d76aac23 Up scalability-1.1 to 1.2. 2016-03-14 13:42:43 -07:00
Joe Finney 493a8ff54f Add parallel, serial, and slow GKE Jenkins jobs. 2016-03-14 13:26:38 -07:00
Joe Finney c0d3a0acce Merge pull request #22833 from wonderfly/disable_trusty_dev_slow
Jenkins: Add the ability to selectively disable an e2e job
2016-03-14 10:06:05 -07:00
gmarek c325319ccb Default MIG size to 1000 2016-03-14 12:21:14 +01:00
Joe Finney 65d0808baa Add AWS 1.2 job. 2016-03-11 15:38:06 -08:00
Isaac Hollander McCreery 0787b313eb Merge pull request #22815 from ihmccreery/1.2-upgrades
Configure upgrade jobs for the v1.2 release cycle
2016-03-11 14:14:33 -08:00
Joe Finney bc06c5c13e Fix project name for 1.2 serial job. 2016-03-11 10:52:18 -08:00
Joe Finney e758b299c4 Merge pull request #22753 from spxtr/gce-1-2-jobs
More GCE 1.2 jobs.
2016-03-11 10:19:34 -08:00
Jeff Grafton 85bc91c44c Add jq to the kubekins-test image and passthru KUBE_FORCE_VERIFY_CHECKS 2016-03-10 17:57:55 -08:00
Daniel Wang 87b3eee1e6 Jenkins: Add the ability to selectively disable an e2e job
Also, disable kubernetes-e2e-gce-trusty-dev-slow for now as it is failing
constantly due to a known issue.
2016-03-10 16:50:43 -08:00
Isaac Hollander McCreery 6e3a276eeb Configure upgrade jobs for the v1.2 release cycle 2016-03-10 11:32:26 -08:00
Jeff Grafton 59a91326fa Automatically determine remote upstream name.
Also add option to force Godeps verification checks on post-commit
Jenkins.
2016-03-09 16:22:28 -08:00
Jeff Grafton 24b3223141 Make skipping logic more robust in hack/verify-godep*
Also add an environment variable, KUBE_VERIFY_GIT_BRANCH, used with this
logic.
2016-03-09 15:20:36 -08:00
Joe Finney bc326af6da Add 1.2 gce soak job. 2016-03-09 11:25:08 -08:00
Joe Finney e4e677acd7 Add gce-slow-release-1.2 job. 2016-03-09 11:15:21 -08:00
Joe Finney fd4dd4d766 Add gce-serial-release-1.2 job. 2016-03-09 11:10:09 -08:00
Joe Finney 09c27cdabc Add kubernetes-e2e-gce-release-1.2 e2e suite. 2016-03-09 09:48:53 -08:00
k8s-merge-robot b4f3fa7f78 Merge pull request #22520 from mwielgus/enable_cm_jenkins
Auto commit by PR queue bot
2016-03-08 03:09:21 -08:00
Joe Finney 01d32c919e Create kubernetes-test-go-release-1.2. 2016-03-07 14:28:57 -08:00
Joe Finney 78bb0ec645 Create kubernetes-build-1.2. 2016-03-07 14:16:06 -08:00
k8s-merge-robot 3cc6e0262b Merge pull request #22662 from spxtr/move-test-history
Auto commit by PR queue bot
2016-03-07 13:29:47 -08:00
Joe Finney 9f86f8749e Only run test-history on Jenkins builds. 2016-03-07 11:42:00 -08:00
Joe Finney 94c5e3cd4c Fix gsutil upload in test-history. 2016-03-07 10:44:59 -08:00
Wojciech Tyczynski d6d7f3ffd2 Move high-density kubemark back to us-east1 2016-03-07 12:09:35 +01:00
k8s-merge-robot 0956b6ff0c Merge pull request #22003 from spxtr/test-history
Auto commit by PR queue bot
2016-03-05 20:04:30 -08:00
k8s-merge-robot ea43db8039 Merge pull request #22481 from ihmccreery/better-upgrade-tests
Auto commit by PR queue bot
2016-03-04 20:07:29 -08:00
k8s-merge-robot 93650d28a8 Merge pull request #22547 from jlowdermilk/sdk-ci-bucket
Auto commit by PR queue bot
2016-03-04 17:39:08 -08:00
Abhi Shah 506f4d2212 Merge pull request #22551 from dchen1107/test1
Enable --log-level=info for docker daemons for scalability jenkins jo…
2016-03-04 16:50:19 -08:00
Isaac Hollander McCreery 0e9114f667 Add ExperimentalNodeUpgrade test that a service stays up during cluster upgrade, not just master upgrade
- Duplicate old test to keep old functionality while allowing ExperimentalNodeUpgrade
- Also remove push test; no longer used/functioning
2016-03-04 16:10:29 -08:00
Joe Finney 633e12e1d4 Add a simple test history generator. 2016-03-04 15:52:44 -08:00
Joe Finney 9056c5c7b0 Send timeout to the runner, not to the curl. 2016-03-04 15:31:21 -08:00
Dawn Chen fd10ca2f45 Enable --log-level=info for docker daemons for jenkins jobs and e2e tests except soak-continuous. 2016-03-04 13:31:42 -08:00
k8s-merge-robot bf2a33f831 Merge pull request #22548 from wojtek-t/switch_to_us_central
Auto commit by PR queue bot
2016-03-04 12:42:32 -08:00
Wojciech Tyczynski 113e0496c7 Move scalability jobs to us-central from us-east 2016-03-04 20:31:59 +01:00
Jeff Lowdermilk 6c4c033d5a Use new bucket for ci cloud sdk 2016-03-04 11:27:52 -08:00
Joe Finney 81c3b98f6a Restrict update-jenkins-jobs to run on the master node only. 2016-03-04 10:15:29 -08:00
Marcin Wielgus 7617cc6df4 Enable custom metrics in gce-autoscaling jenkins job 2016-03-04 13:42:30 +01:00
Wojciech Tyczynski d3cfbea30e Move scalability suite to dedicated project 2016-03-04 11:23:58 +01:00
Joe Finney 02fb7b89c3 Set up update-jenkins-jobs on PR Jenkins. 2016-03-03 15:14:07 -08:00
Jeff Lowdermilk 0b89a709d8 Merge pull request #22374 from spxtr/dump
Dump master/node logs at the end of E2E Jenkins jobs.
2016-03-03 14:01:00 -08:00
Joe Finney 36917ccf47 Print out a message if e2e times out. 2016-03-03 13:23:40 -08:00
Joe Finney 56b7c9ba20 Dump logs at the end of e2e runs. 2016-03-02 15:49:08 -08:00
Jeff Lowdermilk d644062445 Merge pull request #22333 from bprashanth/gke-ingress
Move gke ingress tests into a different project.
2016-03-02 15:06:06 -08:00
Jeff Lowdermilk 6154f59599 Merge pull request #22330 from pwittrock/jenkins-cleanup
node e2e ci - clean up workspace before builds
2016-03-02 15:05:29 -08:00
Joe Finney 5315921d68 Use timeout command instead of Jenkins for e2e tests. 2016-03-02 15:02:29 -08:00
Prashanth Balasubramanian 67e1ddddfb Move gke ingress tests into a different project. 2016-03-02 13:03:54 -08:00
Joe Finney 9cba0c62a1 Point soak tests at the correct workspace directory. 2016-03-02 10:24:33 -08:00
gmarek fb2173cedf Register master kubelet in scalability suite 2016-03-02 16:09:37 +01:00
gmarek 73863757ce Shorten the name for high-density kubemark, as we're generating too long names with the old one. 2016-03-02 15:45:40 +01:00
gmarek 11b938bde6 Add a name for high density kubemark 2016-03-02 14:41:11 +01:00
gmarek 174155b9ae Run 100 pods/node 100 node kubemark suite. 2016-03-02 12:21:27 +01:00
k8s-merge-robot 737f6f04fa Merge pull request #22015 from spxtr/fix-soak
Auto commit by PR queue bot
2016-03-02 01:23:59 -08:00
Phillip Wittrock 6ae1624dc9 node e2e ci - clean up workspace before builds 2016-03-01 17:35:03 -08:00
Joe Finney eff5a9c14d Add cluster/log-dump.sh. 2016-03-01 17:13:18 -08:00
Isaac Hollander McCreery 523f18cc0e Fix script again 2016-03-01 09:00:09 -08:00
Justin Santa Barbara c76c167ee0 e2e hotfix: don't quote ci/latest in GS URL
Fix #22287
2016-03-01 11:23:46 -05:00
Isaac Hollander McCreery 361cd2cad3 Merge pull request #22073 from ihmccreery/upgrade-job-infra
Prep for upgrade job infra fixups
2016-03-01 08:03:29 -08:00
gmarek fb32c086fe Use 1000-machine MIGs in enormous clusters 2016-03-01 09:40:33 +01:00
Isaac Hollander McCreery adbd8a9c94 Refactor e2e-runner.sh in preparation for upgrade job infra improvements 2016-02-29 16:36:37 -08:00
k8s-merge-robot d1ebc532eb Merge pull request #22175 from wojtek-t/store_kubemark_logs_in_case_of_failure
Auto commit by PR queue bot
2016-02-29 06:54:37 -08:00
Wojciech Tyczynski c09b470b2b Store logs from base cluster if kubemark fails 2016-02-29 14:22:06 +01:00
Wojciech Tyczynski ca72f9908c Enable parallel namespace deletion in kubemarks and enormous cluster 2016-02-29 10:54:59 +01:00
Wojciech Tyczynski ffa50f107f Revert "Move scalability suite to a separate project" 2016-02-29 07:16:04 +01:00
k8s-merge-robot 577eb94c68 Merge pull request #21749 from wojtek-t/move_scalability_to_separate_project
Auto commit by PR queue bot
2016-02-28 13:40:36 -08:00
k8s-merge-robot 43792754d8 Merge pull request #21469 from wojtek-t/parallel_namespace_deletion
Auto commit by PR queue bot
2016-02-27 07:26:49 -08:00
Wojciech Tyczynski 1f2fe27122 Store logs from main cluster in kubemark only in case of failure 2016-02-26 10:42:27 +01:00
Marek Grabowski c1f410ee12 Merge pull request #22048 from wojtek-t/fix_kubemark
Fix kubemark after increase kube-proxy resources
2016-02-26 10:36:01 +01:00
Wojciech Tyczynski d923730e10 Fix kubemark after increase kube-proxy resources 2016-02-26 10:34:48 +01:00
Wojciech Tyczynski 60d17c2ccd Merge pull request #22046 from wojtek-t/store_logs_from_main_cluster
Store logs from main cluster if start-kubemark doesn't work
2016-02-26 09:34:56 +01:00
Wojciech Tyczynski 84b1a02bad Store logs from main cluster if start-kubemark doesn't work 2016-02-26 09:32:28 +01:00
Jeff Grafton 67ada27250 Bump timeout for kubernetes-test-go to 45m 2016-02-25 15:04:44 -08:00
Joe Finney 610e9f9996 Explicitly set custom workspace for soak jobs. 2016-02-25 13:50:01 -08:00
Joe Finney 1e802923f2 Send 1.1 upgrade jobs to the proper e2e runner. 2016-02-25 10:04:01 -08:00
Wojciech Tyczynski 506899008f Parallelization of namespace deletion 2016-02-25 16:33:25 +01:00
k8s-merge-robot 7f613dbf15 Merge pull request #21204 from pwittrock/node-e2e-pull
Auto commit by PR queue bot
2016-02-24 22:16:48 -08:00
Phillip Wittrock c51c606f22 Node e2e test runner - run against images
- support allocating gce instances from images and running tests against them
- set --hostname-override to match node name
- add jenkins script to source to reproduce jenkins build locally
2016-02-24 16:29:59 -08:00
Joe Finney 1f4e1ba956 Quiet cloudsdk download and untar. 2016-02-24 15:11:50 -08:00
k8s-merge-robot 3f7705b47b Merge pull request #21897 from spxtr/fix-upgrades
Auto commit by PR queue bot
2016-02-24 13:37:56 -08:00
Wojciech Tyczynski d1876956b4 Fix kubemark setup 2016-02-24 19:23:09 +01:00
Joe Finney 8f8aec4122 Properly set runner for upgrade jobs. 2016-02-24 10:21:24 -08:00
Wojciech Tyczynski f2651017d5 Revert #21867 and #21868 2016-02-24 18:25:19 +01:00
Wojciech Tyczynski 06197e5966 Run empty set of tests to not match anything 2016-02-24 13:08:03 +01:00
gmarek a5052d9b7b Run kubemarks in kubernetes-scale for a while 2016-02-24 10:57:35 +01:00
Wojciech Tyczynski 78caf3a4f9 Temporarily move kubemark tests to different project 2016-02-24 10:31:28 +01:00
Quinton Hoole b0b31845a7 Make ubernetes lite e2e tests run stable tests and in parallel.
Fixes #21797
2016-02-23 15:49:56 -08:00
Joe Finney c1bd13ec4b Merge pull request #21489 from pwittrock/jenkinsyaml
Jenkinsyaml
2016-02-23 13:31:12 -08:00
k8s-merge-robot 2524249a41 Merge pull request #21779 from quinton-hoole/2016-02-23-fix-ubelite-e2e-zone-config
Auto commit by PR queue bot
2016-02-23 12:48:10 -08:00
Phillip Wittrock 538a2c489c Address pr comments 2016-02-23 11:18:56 -08:00
Quinton Hoole fcc4f34902 Fixes #21777 (e2e script refactor broke ubernetes-lite e2e tests) 2016-02-23 11:15:32 -08:00
Joe Finney 178a8835d2 Merge pull request #21704 from spxtr/finish-yaml-refactor
Finish yaml refactor
2016-02-23 11:10:44 -08:00
Phillip Wittrock 35e753f22b Move credentialsId to a variable 2016-02-23 10:52:51 -08:00
Phillip Wittrock eba1767af6 yaml for jenkins node docker-build-push/e2e cadvisor/heapster/node jobs. #20538 2016-02-23 09:59:57 -08:00
Wojciech Tyczynski b87ef607dd Move scalability suite to a separate project 2016-02-23 14:52:36 +01:00
k8s-merge-robot ac644e03bd Merge pull request #20769 from bprashanth/ing_config
Auto commit by PR queue bot
2016-02-23 02:09:15 -08:00
k8s-merge-robot be68276db0 Merge pull request #21708 from spxtr/fix-trusty
Auto commit by PR queue bot
2016-02-22 16:16:54 -08:00
Joe Finney 892c8e5153 Comment upgrade YAML. 2016-02-22 15:16:56 -08:00
Dawn Chen 699c80b752 Merge pull request #21641 from bprashanth/promisc
Teach the kubelet about promiscuous mode, take 2
2016-02-22 15:08:18 -08:00
Joe Finney 1dea4052b9 Properly set runner for trusty gce jobs. 2016-02-22 13:30:49 -08:00
Joe Finney cb55119723 Move upgrade environment variables to YAML. 2016-02-22 11:48:04 -08:00
Prashanth Balasubramanian 804903f320 Move ingress tests to a different project. 2016-02-22 11:35:01 -08:00
gmarek b593dd9019 Disable running enormous-startup after build success 2016-02-22 10:02:10 +01:00
gmarek 430bfe2c63 Move enormour startup to east1-d zone 2016-02-22 07:37:37 +01:00
k8s-merge-robot b7a89bfd47 Merge pull request #21352 from mikedanese/test-more
Auto commit by PR queue bot
2016-02-21 04:40:26 -08:00
k8s-merge-robot 7462f8cb47 Merge pull request #21180 from ixdy/cleanup-upload-to-gcs-script
Auto commit by PR queue bot
2016-02-21 03:14:31 -08:00
Prashanth Balasubramanian 2e8ff81de1 Teach the kubelet about --hairpin-mode=promiscuous-bridge. 2016-02-20 22:40:54 -08:00
Marek Grabowski 06a6aaca2d Merge pull request #21616 from gmarek/startup
enormous startup fix
2016-02-20 10:52:38 +01:00
gmarek 70bb358e12 enormous startup fix 2016-02-20 10:51:51 +01:00
k8s-merge-robot 783074eded Merge pull request #21596 from caesarxuchao/linkcheck-golang-path
Auto commit by PR queue bot
2016-02-20 01:51:09 -08:00
gmarek 503a2e66a2 fix enormous startup take 2 2016-02-20 10:29:39 +01:00
gmarek 328a41675d fix enormous startup 2016-02-20 09:41:58 +01:00
k8s-merge-robot 900ab8d2b1 Merge pull request #21597 from spxtr/remove-verify-jobs
Auto commit by PR queue bot
2016-02-20 00:29:47 -08:00
Daniel Smith a8b943dddd Revert "Put the container bridge in promiscuous mode." 2016-02-19 23:14:53 -08:00
Prashanth B b36e046fc8 Merge pull request #21326 from bprashanth/cbr0_promisc
Put the container bridge in promiscuous mode.
2016-02-19 17:52:34 -08:00
k8s-merge-robot 5918967a86 Merge pull request #21590 from ixdy/jenkins-job-configs
Auto commit by PR queue bot
2016-02-19 15:48:32 -08:00
Chao Xu cdb6fb9a67 add golang to path to run on jenkins 2016-02-19 15:18:38 -08:00
Joe Finney 06899b23ac Remove PR E2E config. 2016-02-19 15:10:57 -08:00
Joe Finney 0c8403b266 Remove hack/verify-jenkins-jobs.sh. 2016-02-19 15:03:01 -08:00
Prashanth Balasubramanian a694a7ae4b Teach the kubelet about --hairpin-mode=promiscuous-bridge. 2016-02-19 14:59:16 -08:00
Joe Finney 2cc07f1c6f Properly set provider-env in an enormous cluster job. 2016-02-19 14:39:43 -08:00
Joe Finney 27369806b5 Move e2e environment variables for most jobs into YAML. 2016-02-19 14:25:54 -08:00
Jeff Grafton 81e15e8b55 Upload build log after running custom GCS scripts 2016-02-19 14:20:44 -08:00
Joe Finney dcc25e2a04 Merge pull request #21264 from gmarek/jenkins-config
Enormous cluster jenkins configs
2016-02-19 11:50:43 -08:00
gmarek ff5ddd93bf Enormous cluster jenkins configs 2016-02-19 20:39:06 +01:00
Joe Finney 3679aa24c7 Fix bad indentation in examples yaml. 2016-02-19 10:07:22 -08:00
k8s-merge-robot 8a5738c044 Merge pull request #21375 from gmarek/config
Auto commit by PR queue bot
2016-02-19 10:00:56 -08:00
k8s-merge-robot 62587b66ff Merge pull request #21019 from freehan/estest
Auto commit by PR queue bot
2016-02-19 05:46:23 -08:00
gmarek cc3cf17519 extend timeout in kubemark-scale 2016-02-19 12:01:25 +01:00
Jeff Grafton 74cdfea025 Fix small typo in ubernetes-lite E2E_ZONES
Also fix name of MULTIZONE env var
2016-02-18 17:12:25 -08:00
k8s-merge-robot 1c1c57719a Merge pull request #21515 from ihmccreery/upgrade-target-to-latest
Auto commit by PR queue bot
2016-02-18 16:15:28 -08:00
Phillip Wittrock 644d651c69 Merge pull request #21442 from ixdy/e2e-runner-ginkgo-test-args
Don't bail if GINKGO_TEST_ARGS isn't set
2016-02-18 16:07:11 -08:00
Isaac Hollander McCreery 194abade89 Default upgrade-target (ci/latest) for upgrade jobs on master 2016-02-18 15:10:35 -08:00
Jeff Grafton 68fddbdfad Don't bail if GINKGO_TEST_ARGS isn't set 2016-02-18 11:31:58 -08:00
k8s-merge-robot 80ff0cbbda Merge pull request #21193 from caesarxuchao/linkchecker-jenkins
Auto commit by PR queue bot
2016-02-18 10:29:50 -08:00
laushinka 7ef585be22 Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
Isaac Hollander McCreery 83bfe2cfda Refactor e2e.sh in preparation for YAML-ifying configs
Remove E2E_CLUSTER_NAME, E2E_NETWORK, and KUBE_GCE_INSTANCE_PREFIX from jobs that don't need them, because they are in their own project, and add defaults

Fail on leaked resources by default

Kill E2E_SET_CLUSTER_API_VERSION

Rely on defaults for E2E_UP, E2E_TEST, E2E_DOWN

Only PUBLISH_GREEN_VERSION for kubernetes-e2e-gce

Directly export ZONE vars rather than chaining and setting locals

Collapse E2E_CLUSTER_NAME, E2E_NETWORK, and KUBE_GCE_INSTANCE_PREFIX into E2E_NAME (always take the shortest of the three, to avoid name length problems

Factor out soak vars

Remove incorrect feature enablement ENV vars

export GINKGO_TEST_ARGS directly, rather than looping through export at the bottom

Directly export E2E Control Variables

Export KUBEMARK ENV vars directly

export KUBERNETES_PROVIDER directly

Export JENKINS_PUBLISHED_VERSION directly, and don't use it where unnecessary; remove old CURRENT_RELEASE_PUBLISHED_VERSION

export PROJECT and NETWORK_PROVIDER directly

export node ENV vars directly

export other shared cluster ENV vars directly

Directly export CLOUDSDK ENV vars

export GCE and AWS ENVs directly

Various cleanup, including refactoring upgrades

Fixup: no PERFORMANCE env for AWS

Address comment

Fixes for comments up to cebf501

Address comments through 81f39b8

Fix: default E2E_UP, E2E_TEST, E2E_DOWN

Use JENKINS_FORCE_GET_TARS for upgrade jobs; fixes through 140ea2b

Fix ubernetes-lite config

Address rebased 2 comments

Remove tab
2016-02-17 11:28:18 -08:00
gmarek a72a4ea3d6 Remove buildcop from ingress test failure emails 2016-02-17 14:14:18 +01:00
Marek Grabowski 411e7671f1 Merge pull request #21371 from wojtek-t/kubemark_in_us
Run 100-node Kubemark in US to enable running load test there.
2016-02-17 13:44:53 +01:00
Wojciech Tyczynski 4930bc22c2 Enable load test in Kubemark100 2016-02-17 09:51:14 +01:00
Wojciech Tyczynski e14e7964a7 Run 100-node Kubemark in us-central1-b 2016-02-17 09:49:58 +01:00
Chao Xu f679913720 add a jenkins job config for linkchecker 2016-02-16 17:33:23 -08:00
Mike Danese 2857baa7fd use defaults in test-dockerized for etcd prefix and api versions
Test more things
2016-02-16 15:46:22 -08:00
Quinton Hoole b4a3559807 Add Jenkins e2e test job for multi-zone Ubernetes Lite 2016-02-16 13:07:17 -08:00
Alex Robinson 589fa7a2c0 Merge pull request #21156 from wonderfly/add_job_configs_for_gke_trusty
Jenkins: Add configs for gke+trusty e2e test jobs
2016-02-16 10:11:56 -08:00
k8s-merge-robot b0d8f361ab Merge pull request #20969 from justinsb/configurable_status_upload
Auto commit by PR queue bot
2016-02-14 02:47:39 -08:00
k8s-merge-robot c30bffacc8 Merge pull request #20967 from luxas/local_build_time
Auto commit by PR queue bot
2016-02-13 20:29:38 -08:00
k8s-merge-robot 3375fa6fb6 Merge pull request #21102 from ixdy/echo-time
Auto commit by PR queue bot
2016-02-13 08:33:52 -08:00
Isaac Hollander McCreery cc9b092e94 Remove parallel-flaky suite 2016-02-12 17:24:07 -08:00
Isaac Hollander McCreery 3cec929f1c Remove old GCE upgrade jobs; no longer useful 2016-02-12 17:24:06 -08:00
Isaac Hollander McCreery c09da9e03c Remove [Skipped] as a label for tests. 2016-02-12 17:24:06 -08:00
Janet Kuo 2874f30c05 Enable Deployments by default 2016-02-12 12:29:14 -08:00
Jeff Grafton 03ec0e12d2 Clean up upload-to-gcs.sh to remove unnecessary cruft 2016-02-12 11:58:37 -08:00
Daniel Wang 91b2f59bc6 Jenkins: Add configs for gke+trusty e2e test jobs
Additionally, merge kubernetes-e2e-trusty.yaml into kubernetes-e2e.yaml and
refactor the latter to serve all e2e jobs.
2016-02-12 11:30:55 -08:00
Jeff Grafton 5aead14c62 Echo start and finish times to build log 2016-02-11 13:11:45 -08:00
Mike Danese 1478cf345a Merge pull request #21090 from ihmccreery/feature-reboot
Quarantine reboot tests (again)
2016-02-11 11:28:37 -08:00
Isaac Hollander McCreery 6ad95be523 Quarantine reboot tests (again) 2016-02-11 11:18:15 -08:00
Minhan Xia e4a03cddca Add elasticsearch suite 2016-02-11 09:56:12 -08:00
Wojciech Tyczynski fe4e65fb76 Disable load test on kubemark 100 2016-02-11 17:10:26 +01:00
Wojciech Tyczynski 0662a2d00a Enable load test in 100- and 1000-node Kubemarks 2016-02-11 10:55:11 +01:00
Lucas Käldström b67445b064 Share the host's timezone with the build container 2016-02-11 07:44:05 +02:00
Dawn Chen 9a23c52cb8 Export HAIRPIN_MODE environment variable for soaking test. 2016-02-10 17:24:45 -08:00
k8s-merge-robot 86a7a9534a Merge pull request #20924 from kubernetes/revert-20651-quarantine-reboot
Auto commit by PR queue bot
2016-02-10 09:36:09 -08:00
Wojciech Tyczynski ac401a27f7 Merge pull request #20972 from wojtek-t/fix_kubemark_timeouts
Update timeouts for scalability-related suites
2016-02-10 15:48:30 +01:00
Wojciech Tyczynski 8e647e57bc Update timeouts for scalability-related suites 2016-02-10 15:15:44 +01:00
Justin Santa Barbara ba19c4e2f0 e2e runner: make build start/finished upload configurable
Allow the target GCS bucket to be changed, and allow upload to GCS to be
suppressed altogether, with the same env vars that upload-to-gcs.sh
uses.
2016-02-10 08:24:48 -05:00
k8s-merge-robot 808209de52 Merge pull request #20839 from spxtr/clone-soak
Auto commit by PR queue bot
2016-02-10 02:51:03 -08:00
Wojciech Tyczynski e9e3f7b938 Merge pull request #20903 from wojtek-t/delete_namespace_in_kubemark
Delete namespace in Kubemarks
2016-02-10 08:32:54 +01:00
Joe Finney 7075d3c378 Fix indentation for ingress jobs in e2e.sh. 2016-02-09 17:54:16 -08:00
Prashanth B f0620a5efd Merge pull request #20883 from bprashanth/kubelet_flag
Kubelet flag for disabling hairpin mode
2016-02-09 17:31:30 -08:00
Joe Finney 184779b5fd Merge pull request #19903 from spxtr/describe-build
Upload useful Jenkins build information to GCS.
2016-02-09 17:30:41 -08:00
Joe Finney 22ebb97741 Merge pull request #20620 from wonderfly/create_trusty_configs
Move Trusty e2e testing jobs to job-configs
2016-02-09 17:22:12 -08:00
Isaac Hollander McCreery 2ad245b8a8 Revert "[Discussion] Quarantine reboot tests as [Feature:Reboot] due to instability?" 2016-02-09 12:25:03 -08:00
Prashanth Balasubramanian c3a3a2bacd Pipe hairpin-mode flag through kubelet, enable on soak. 2016-02-09 12:12:19 -08:00
Marcin 90cc3d050f Googleinfluxdb for gce-autoscaling 2016-02-09 20:52:26 +01:00
Wojciech Tyczynski 4abe6a9891 Delete namespace in Kubemarks 2016-02-09 16:34:49 +01:00
Wojciech Tyczynski b5a9e5d144 Fix failing kubemark 2016-02-09 16:24:04 +01:00
Wojciech Tyczynski a6a0392b03 Merge pull request #20891 from wojtek-t/fix_load_test
Fix load test & run it on 100- and 500-node Kubemarks
2016-02-09 15:33:12 +01:00
Wojciech Tyczynski 470a9ad3c5 Run load tests in 100-node and 500-node Kubemarks 2016-02-09 08:48:48 +01:00
Daniel Wang a599307589 Move Trusty e2e testing jobs to job-configs 2016-02-08 15:41:24 -08:00
Joe Finney 6ee9f13ff5 Upload useful Jenkins build information to GCS. 2016-02-08 15:04:26 -08:00
Joe Finney 94b08128da Clone the GCE soak job. 2016-02-08 11:24:45 -08:00
k8s-merge-robot 3bbf55d38b Merge pull request #20596 from ihmccreery/skip-lists2
Auto commit by PR queue bot
2016-02-08 10:02:09 -08:00
k8s-merge-robot 19c80e126a Merge pull request #20651 from ihmccreery/quarantine-reboot
Auto commit by PR queue bot
2016-02-06 18:29:09 -08:00
gmarek 432d04149b Run enormous-startup suite in us-east1-b zone 2016-02-05 16:52:15 +01:00
k8s-merge-robot 9bbc22cf3a Merge pull request #20526 from spxtr/aws-jobs
Auto commit by PR queue bot
2016-02-04 10:15:38 -08:00
Isaac Hollander McCreery 3f893e53eb Quarantine reboot tests as [Feature:Reboot] due to instability 2016-02-04 09:15:19 -08:00
k8s-merge-robot dbd7b83d93 Merge pull request #20545 from pmorie/boilerplate
Auto commit by PR queue bot
2016-02-03 19:46:26 -08:00
Paul Morie b672785d72 Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
Paul Morie 05bd107301 Add boilerplate checks for Makefiles 2016-02-03 18:35:26 -05:00
Isaac Hollander McCreery 1e8a7716e8 Fix typos in e2e.sh 2016-02-03 14:41:37 -08:00
Isaac Hollander McCreery da8c6df2e0 Remove skip list ENVs, instead rely on labels 2016-02-03 14:39:19 -08:00
k8s-merge-robot 0dc25f545f Merge pull request #20558 from ihmccreery/move-e2e
Auto commit by PR queue bot
2016-02-03 11:46:17 -08:00
Isaac Hollander McCreery 3b89db78bf Organize jobs in e2e.sh 2016-02-03 09:06:08 -08:00
Piotr Szczesniak d7dd663d2a Merge pull request #20412 from gmarek/enable
Add a flag to allow non-fatal errors in validate-cluster
2016-02-03 09:33:17 +01:00
Piotr Szczesniak 0e396b2084 Merge pull request #20407 from gmarek/1000-kube-up
Allow some NotReady nodes in 1000 node clusters
2016-02-03 09:32:59 +01:00
Jeff Lowdermilk 136c1f9d94 Merge pull request #20373 from bprashanth/l7_flaky
Mark L7 tests as Feature:Ingress
2016-02-02 18:24:15 -08:00
Joe Finney d6c422547e Add AWS Jenkins jobs to source control. 2016-02-02 16:05:41 -08:00
Jeff Lowdermilk 449e708aa5 Merge pull request #20359 from ihmccreery/timeouts
Knock down the timeouts for gce, gce-slow, gke, and gke-slow
2016-02-02 09:20:16 -08:00
Isaac Hollander McCreery a61361b3df Knock down the timeouts for gce, gce-slow, gke, and gke-slow now that they run in parallel 2016-02-01 15:33:06 -08:00
Prashanth Balasubramanian 4f50292347 Create new ingress suite. 2016-02-01 12:12:29 -08:00
gmarek 5ed9b3fab7 Change the tag for performance tests. 2016-02-01 17:41:48 +01:00
gmarek efacc0435e Add a flag to allow non-fatal errors in validate-cluster 2016-02-01 14:26:31 +01:00
gmarek 6aaabc6f46 Allow some NotReady nodes in 1000 node clusters 2016-02-01 12:40:40 +01:00
Marcin Wielgus a14f791d8c Revert "Merge pull request #20329 from kubernetes/revert-20323-bump-influxdb"
This reverts commit b4188ec459, reversing
changes made to 28951bd66a.
2016-02-01 12:12:37 +01:00
Isaac Hollander McCreery 36a55566bd Also remove -gce-parallel 2016-01-29 14:17:12 -08:00
Isaac Hollander McCreery 86c67686a7 Remove -reboot test suites; now covered in -serial suites 2016-01-29 14:06:34 -08:00
Fabio Yeon 1dc6e88a0d Merge pull request #20274 from ihmccreery/autoscaling-feature
Move HPA e2es into the default slow suite, and add [Feature:ClusterSizeAutoscaling] and [Feature:InitialResources]
2016-01-29 09:39:33 -08:00
Isaac Hollander McCreery aa56b87b51 Skip [Skipped] tests 2016-01-29 09:35:59 -08:00
Isaac Hollander McCreery 5ac20da16c Move HPA e2es into the default slow suite, and add [Feature:ClusterSizeAutoscaling] and [Feature:InitialResources] 2016-01-29 09:20:47 -08:00
Fabio Yeon 5d8174ee95 Merge pull request #20276 from ihmccreery/make-jobs-parallel
[WIP] Run kubernetes-e2e-gce and kubernetes-e2e-gke in parallel
2016-01-29 08:54:42 -08:00
Filip Grzadkowski 13480c171d Revert "Yet another try to migrate to the new Heapster" 2016-01-29 15:03:49 +01:00
Piotr Szczesniak 0c5cc1bde1 Revert "Merge pull request #20215 from kubernetes/revert-20156-bump-influxdb"
This reverts commit 06996d5af9, reversing
changes made to b2f6e7d08f.
2016-01-29 09:19:03 +01:00
Fabio Yeon 03a26330a8 Merge pull request #20278 from ihmccreery/gke-slow
Make slow tests run in parallel, add gke-slow suite
2016-01-28 20:42:44 -08:00
Fabio Yeon c3e966a4ea Merge pull request #20297 from ihmccreery/skip-feature-serial
Reclassify Restart tests as [Disruptive] and skip [Feature:.+] tests in -serial jobs
2016-01-28 16:47:05 -08:00
Isaac Hollander McCreery 843b913b07 Reclassify Restart tests as [Disruptive] and skip [Feature:.+] tests in -serial jobs 2016-01-28 14:44:22 -08:00
Fabio Yeon e68ea9e8d4 Merge pull request #19936 from ixdy/jenkins-job-configs
Restrict build jobs to running on build node instead of master
2016-01-28 14:36:05 -08:00
Fabio Yeon 454ebc4e30 Merge pull request #19547 from ihmccreery/feature-example
Reclassify [Example] and [Feature:Example]
2016-01-28 14:03:48 -08:00
k8s-merge-robot 430acc733b Merge pull request #19950 from spxtr/examples
Auto commit by PR queue bot
2016-01-28 12:49:24 -08:00
Isaac Hollander McCreery 804c986f87 Make slow tests run in parallel, add gke-slow suite 2016-01-28 11:33:45 -08:00
Isaac Hollander McCreery 1ce8e2345e Run kubernetes-e2e-gce and kubernetes-e2e-gce in parallel 2016-01-28 11:32:36 -08:00
Isaac Hollander McCreery d002a68f3c Label feature tests for Feature:DaemonSet, Feature:Deployment, Feature:ExperimentalResourceUsageTracking, and remove GKE and AWS skip lists 2016-01-27 16:09:12 -08:00
Isaac Hollander McCreery 599f646a48 Collapse GKE_DEFAULT_SKIP_TESTS into GKE_REQUIRED_SKIP_TESTS 2016-01-27 16:09:12 -08:00
Filip Grzadkowski 0dedf869c7 Revert "Bumped Heapster version to v0.20.0-alpha and Influxdb to 0.9.2.1" 2016-01-27 17:22:36 +01:00
Piotr Szczesniak e96993f2ce Bumped Heapster version to v0.20.0-alpha and Influxdb to 0.9.2.1 2016-01-27 11:09:18 +01:00
Isaac Hollander McCreery f318ccb5eb Make upgrades e2es [Feature:Upgrade] 2016-01-26 15:38:44 -08:00
Brendan Burns 3328cfe1c5 Merge pull request #20163 from spxtr/enable-jobs
Reenable Jenkins e2e jobs.
2016-01-26 14:44:20 -08:00
Jeff Grafton 3cec673a4b Use PR# rather than git sha1 for PR log path 2016-01-26 11:11:54 -08:00
Joe Finney b8fd6a35fb Reenable Jenkins e2e jobs. 2016-01-26 09:48:04 -08:00
Isaac Hollander McCreery 056b5e14c2 Revert "Add AWS jobs to source control." 2016-01-26 09:10:06 -08:00
k8s-merge-robot 1ed61f5e63 Merge pull request #19926 from spxtr/jobs-jobs-jobs
Auto commit by PR queue bot
2016-01-26 06:04:20 -08:00
Dawn Chen 93168c1ede Merge pull request #20036 from ihmccreery/instance-prefix
Use INSTANCE_PREFIX to prefix uploaded binaries in GCE
2016-01-25 16:07:13 -08:00
Zach Loafman a71a0f05ef Merge pull request #19933 from spxtr/fix-verifier
Handle multijob runners properly in verify-jenkins-jobs.sh
2016-01-23 07:34:28 -08:00
Isaac Hollander McCreery 9477bc08a5 Use INSTANCE_PREFIX to prefix uploaded binaries in GCE, fixes #8705 2016-01-22 15:27:33 -08:00
Joe Finney 3eef36b8a0 Handle multijob runners properly in verify-jenkins-jobs.sh 2016-01-21 14:28:32 -08:00
Joe Finney 9dccefae8f Add examples E2E job to source control. 2016-01-21 13:46:47 -08:00
Alex Mohr 8d021f3d88 Merge pull request #19897 from ixdy/test-golang-1.5.3
Update tests from Go 1.5.2 to Go 1.5.3
2016-01-21 12:00:00 -08:00
Jeff Grafton df53c44abc Restrict build jobs to running on build node instead of master 2016-01-21 11:29:24 -08:00
k8s-merge-robot 61096f4998 Merge pull request #19517 from spxtr/fix-test-go
Auto commit by PR queue bot
2016-01-21 11:25:58 -08:00
Alex Mohr 753b1f3ae6 Merge pull request #19419 from spxtr/gcp-resource
Export variables needed by e2e-runner.sh.
2016-01-21 10:38:41 -08:00
Joe Finney 31e33ac58b Add AWS jobs to source control. 2016-01-21 10:22:04 -08:00
Joe Finney 10c217024d Merge pull request #19742 from spxtr/more-jobs
Add kubemark jobs to source control.
2016-01-21 10:02:13 -08:00
Jeff Grafton 0d84b49f65 Update tests from Go 1.5.2 to Go 1.5.3 2016-01-21 09:43:52 -08:00
Marek Grabowski 3d7c79ca03 Merge pull request #19836 from ixdy/jenkins-test-image-netcat
Update kubekins-test image to include netcat
2016-01-21 17:43:32 +01:00
k8s-merge-robot 0c368c090c Merge pull request #19586 from yifan-gu/ginkgo_parallel
Auto commit by PR queue bot
2016-01-21 04:02:08 -08:00
Jeff Grafton ad8ea35d94 Update kubekins-test image to include netcat 2016-01-19 16:24:58 -08:00
Joe Finney f47bdc8a5c Add kubemark tests to source control. 2016-01-19 11:20:59 -08:00
Isaac Hollander McCreery 5daf01bfd1 Fix serial jobs by using right project and using selectors properly 2016-01-19 11:08:03 -08:00
Isaac Hollander McCreery 78ea78e26b Collapse into one project 2016-01-15 15:16:00 -08:00
Joe Finney ba8878cb1a Use special cleanup rules for kubernetes-test-go job. 2016-01-15 14:02:35 -08:00
Isaac Hollander McCreery e61f6614ca Add gce-serial and gke-serial jobs to start deflaking serial, disruptive, and restart tests 2016-01-15 11:07:36 -08:00
k8s-merge-robot 68a6147454 Merge pull request #19543 from ihmccreery/autoscaling-skips
Auto commit by PR queue bot
2016-01-15 06:10:59 -08:00
gmarek 3a1463fea8 Functionally revert #19381 2016-01-15 14:36:42 +01:00
gmarek b7d1cacbff Run only reboot tests in reboot suite. 2016-01-15 12:26:43 +01:00
Marek Grabowski 61884ab0b5 Revert "Print HR output in e2e tests before figuring out how to make the JSON…" 2016-01-15 11:53:38 +01:00
gmarek 548b3b2fc1 Print HR output in e2e tests before figuring out how to make the JSON output shorter 2016-01-15 09:14:43 +01:00
Yifan Gu eb9c5ae59e jenkins: Set '--nodes' when 'GINKGO_PARALLEL' is set.
By default, if 'GINKGO_PARALLEL' is true, then '--nodes=$GINKGO_PARALLEL_NODES'
will be passed. The default 'GINKGO_PARALLEL_NODES' is 30.
2016-01-14 16:23:44 -08:00
Isaac Hollander McCreery f6fe6949d5 Merge pull request #19505 from ihmccreery/label-documentation
Add documentation for labels
2016-01-14 13:11:31 -08:00
Mike Danese 5b270551a9 Merge pull request #19378 from ihmccreery/remove-update-jobs
Remove old gce-upgrade jobs
2016-01-14 11:51:26 -08:00
Mike Danese b7438274dc Merge pull request #19659 from ihmccreery/timeout-reboot
Up timeout of gce-reboot Jenkins job
2016-01-14 09:57:49 -08:00
Isaac Hollander McCreery 2d09e07ae6 Add documentation for test labels 2016-01-14 09:54:23 -08:00
Isaac Hollander McCreery 859ff3a709 Up timeout of gce-reboot Jenkins job 2016-01-14 09:49:41 -08:00
gmarek 7bc697a888 Print scalability data in JSON format 2016-01-14 14:12:38 +01:00
k8s-merge-robot ab93bbb135 Merge pull request #19381 from ihmccreery/fix-reboot-suites
Auto commit by PR queue bot
2016-01-14 04:44:35 -08:00
k8s-merge-robot eaeb37c7bd Merge pull request #19377 from spxtr/verify-jobs
Auto commit by PR queue bot
2016-01-14 02:21:07 -08:00
Joe Finney 80c6e678d8 Update verify-jenkins-jobs, check in job config. 2016-01-13 14:07:37 -08:00
Isaac Hollander McCreery 8f401fb0d5 Merge pull request #19372 from ihmccreery/upgrade-jobs
Move upgrade jobs to version control
2016-01-12 16:03:01 -08:00
Daniel Smith 4e72ded59d Merge pull request #19371 from brendandburns/aws2
Switch to m3.medium for e2e testing
2016-01-12 10:45:22 -08:00
Daniel Smith 44681a9554 Merge pull request #19370 from spxtr/suppress-gcloud-updates
Skip gcloud update checks for Jenkins jobs.
2016-01-12 10:44:51 -08:00
Isaac Hollander McCreery b202b2eb24 Reclassify [Example] and [Feature:Example] 2016-01-12 10:34:12 -08:00
Isaac Hollander McCreery cfdae7b482 Make [Autoscaling] [Feature:Autoscaling] 2016-01-12 10:11:56 -08:00
Isaac Hollander McCreery a05d0a869c Up timeout for gke-reboot; fixes #19539 2016-01-12 09:54:37 -08:00
Joe Finney 2a72ff5464 Merge pull request #19301 from spxtr/job-configs
Track most remaining Jenkins E2E jobs.
2016-01-12 09:47:47 -08:00
Joe Finney 6dd867108b Merge pull request #19430 from spxtr/test-go
Add kubernetes-test-go and ilk to source control.
2016-01-11 15:51:28 -08:00
Isaac Hollander McCreery e05724cee8 Properly run GCE_PARALLEL_SKIP_TESTS in reboot suites 2016-01-11 11:41:07 -08:00
Joe Finney abf41a5304 Merge pull request #19429 from spxtr/soak-yaml
Add soak tests to source control.
2016-01-11 09:59:32 -08:00
Joe Finney 90255f8ac5 Add kubernetes-test-go and ilk to source control. 2016-01-08 14:21:34 -08:00
Joe Finney c972b9fcdb Add soak tests to source control. 2016-01-08 13:51:40 -08:00
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
Joe Finney 698d70591c Export variables needed by e2e-runner.sh. 2016-01-08 10:26:13 -08:00
Isaac Hollander McCreery 5b0a6f5927 Jenkins upgrade jobs 2016-01-07 16:19:31 -08:00
Isaac Hollander McCreery cef05926bf Remove old gce-upgrade jobs 2016-01-07 14:18:12 -08:00
Abhi Shah ce96ff416b Revert "Label [Skipped] tests appropriately" 2016-01-07 11:54:41 -08:00