gmarek
c36e965c45
Change the go version checking in go format to the same as in contrib.
2016-04-08 10:14:01 -04:00
Jeff Grafton
c924f5aa87
Only keep 7 days' worth of logs for kubernetes-update-jenkins-jobs
2016-04-08 00:21:47 -07:00
Clayton Coleman
ea3467f822
Add a client flag for --now delete
...
Is equivalent to --grace-period=0 but is more intuitive for end users.
2016-04-07 23:45:08 -04:00
Crazykev
7c9dfd8620
fix relative working dirctory of KUBE_ROOT
...
Signed-off-by: Crazykev <zcq8989@gmail.com>
2016-04-08 11:00:27 +08:00
Erick Fejta
5fd47873dd
Update hack/test-cmd.sh to use tagged, gcr.io images
2016-04-07 17:55:22 -07:00
Jeff Lowdermilk
d427eeea10
Merge pull request #23842 from mml/gcloud
...
Set CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS on GCE e2e runs.
2016-04-07 15:59:23 -07:00
k8s-merge-robot
25ffc6ab03
Merge pull request #23984 from vishh/skip-tests-node-e2e
...
Automatic merge from submit-queue
Add an option to focus or skip tests in the node e2e makefile rule.
cc @kubernetes/sig-node
2016-04-07 14:09:12 -07:00
Paul Morie
9069cbb086
Correctly handle secret and configMap envs in kubectl describe
2016-04-07 14:16:59 -04:00
Vishnu kannan
1e7e941dae
Add an option to focus or skip tests in the node e2e makefile rule.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-04-07 10:22:22 -07:00
Erick Fejta
7416c4470c
Increase standard e2e suite timeout to 50m, twice mean runtime
2016-04-06 19:11:17 -07:00
Joe Finney
5f5639da1e
Retry the cloudsdk gsutil copy.
2016-04-06 16:42:14 -07:00
k8s-merge-robot
7b0766ad67
Merge pull request #23712 from freehan/jenkins
...
Automatic merge from submit-queue
add jenkins project for kubenet
added a jenkins project for gce using kubenet as network provider
`k8s-jkns-e2e-gce-kubenet` has been created and configured
2016-04-06 15:33:49 -07:00
Matt Liggett
42b8fa8ca6
Stop using storage.cloud.google.com in test logs.
2016-04-06 12:59:53 -07:00
Isaac Hollander McCreery
9a7860855c
Merge pull request #22962 from ihmccreery/split-upgrade-jobs
...
Add configuration for splitting upgrade jobs instead of using Jenkins steps
2016-04-05 13:05:25 -07:00
Wlodzimierz Borkowski
63712cbb1c
invalid arg during applying SELinux label
...
Tested with ubuntu 16.04 with selinux support.
Actually after chcon with long label got: Invalid argument from cmd
2016-04-05 13:07:36 +02:00
Matt Liggett
3a4beb1ef1
Set CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS on GCE e2e runs.
...
This should help us debug the large number of gcloud crashes we are
seeing.
2016-04-04 15:07:53 -07:00
Isaac Hollander McCreery
53c3a5626d
Add configuration for splitting upgrade jobs instead of using Jenkins steps
2016-04-04 14:21:21 -07:00
Vishnu kannan
a3cfe90b14
Transfer ownership of cadvisor e2es to Tim St. Clair.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-04-04 13:15:03 -07:00
Isaac Hollander McCreery
e5d900a23f
Remove cloud-kubernetes-alerts from notifications, since the emails aren't going through anyway
2016-04-04 10:47:08 -07:00
Isaac Hollander McCreery
718c5b0d2f
Create test job against release/latest on GKE
2016-04-04 10:47:08 -07:00
Chris Drake
7aa9ef54ce
Replace tab with eight spaces
2016-04-01 18:47:13 -07:00
Joe Finney
1358f5c529
Disable autoscaling Jenkins job.
2016-04-01 13:16:05 -07:00
Fabio Yeon
bf07a6f5e1
Merge pull request #23452 from david-mcmahon/mungedocs
...
Add --norecurse bool to allow mungedocs to process kube root.
2016-04-01 12:06:56 -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
a49d5c1fd0
Merge pull request #23714 from wojtek-t/dont_run_without_watch_cache
...
Automatic merge from submit-queue
Don't run integration tests without watch cache.
@lavalamp - FYI
2016-04-01 09:31:34 -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.<!-- Managed by Jenkins Job Builder --></description>
---
> <description>Run E2E tests on GKE test endpoint. Test owner: wonderfly@google.com.<!-- Managed by Jenkins Job Builder --></description>
49c49
< export PROJECT="k8s-jkns-e2e-gke-test"
---
> export PROJECT="kubekins-e2e-gke-trusty-test"
51a52
> export E2E_NAME="jkns-gke-e2e-test-trusty"
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
k8s-merge-robot
07929972a3
Merge pull request #18835 from brendandburns/3rdparty
...
Automatic merge from submit-queue
Add support for 3rd party objects to kubectl
@deads2k @jlowdermilk
Instructions for playing around with this:
Run an apiserver with third party resources turned on (`--runtime-config=extensions/v1beta1=true,extensions/v1beta1/thirdpartyresources=true`)
Then you should be able to:
```
kubectl create -f rsrc.json
```
```json
{
"metadata": {
"name": "foo.company.com"
},
"apiVersion": "extensions/v1beta1",
"kind": "ThirdPartyResource",
"versions": [
{
"apiGroup": "group",
"name": "v1"
},
{
"apiGroup": "group",
"name": "v2"
}
]
}
```
Once that is done, you should be able to:
```
curl http://<server>/apis/company.com/v1/foos
```
```
curl -X POST -d @${HOME}/foo.json http://localhost:8080/apis/company.com/v1/namespaces/default/foos
```
```json
{
"kind": "Foo",
"apiVersion": "company.com/v1",
"metadata": {
"name": "baz"
},
"someField": "hello world",
"otherField": 1
}
```
After this PR, you can do:
```
kubectl create -f foo.json
```
```
kubectl get foos
```
etc.
2016-03-31 18:09:56 -07:00
k8s-merge-robot
f8ea3fab53
Merge pull request #23427 from wojtek-t/conversions_with_framework_4
...
Automatic merge from submit-queue
Migrate to the new conversion generator - part1
This PR contains two commits:
- few more fixes to the generator
- migration of the pkg/api/v1 to use the new generator
The second commit is big, but I reviewed the changes and they contain:
- conversions between types that we didn't even generating conversion between
- changes in how we handle maps/pointers/slices - previously we were explicitly referencing fields, now we are using "shadowing in, out" to make the code more generic
- lack of auto-generated method for ReplicationControllerSpec (because these types are different (*int vs int for Replicas) and a preexisting conversion already exists
Most of issues in the first commit (e.g. adding references to "in" and "out" for slices/maps/points) were discovered by our tests. So I'm pretty confident that this change is correct now.
2016-03-31 17:28:36 -07:00
David McMahon
37787ffe90
Add --norecurse bool to allow mungedocs to process kube root.
...
Run hack/after-build/update-generated-docs.sh on kube root with --norecurse and
--skip-munges=unversioned-warning.
2016-03-31 16:53:44 -07:00
Wojciech Tyczynski
70688f84e8
Don't run integration tests without watch cache.
2016-04-01 00:51:23 +02: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
Brendan Burns
be6c5b332b
Add third party support to kubectl
2016-03-31 10:53:32 -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
Janet Kuo
c1596e6711
Update guestbook examples; replace RC concepts with Deployment
2016-03-30 14:16:52 -07:00
Isaac Hollander McCreery
84a6c4588a
Fix cluster names to be numeric in upgrade jobs
2016-03-30 13:31:01 -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
k8s-merge-robot
be8ce6c385
Merge pull request #23353 from spiffxp/conformance-docs
...
Automatic merge from submit-queue
Update conformance test policy
Addresses #14913
/cc @kubernetes/sig-testing
2016-03-30 06:21:13 -07:00
k8s-merge-robot
6226cbe6ca
Merge pull request #23308 from yifan-gu/rkt_bump
...
Automatic merge from submit-queue
rkt: bump rkt version to 1.2.1
Upon bumping the rkt version, `--hostname` is supported. Also we now gets the configs from the rkt api service, so `stage1-image` is deprecated.
cc @yujuhong @Random-Liu
2016-03-30 05:42:58 -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
Wojciech Tyczynski
9ee8278e4a
Fix remaining issues with conversion generator.
2016-03-29 09:49:27 +02:00
Yifan Gu
d814d973ff
rkt: Bump rkt required version. Get options from api service.
2016-03-28 17:06:14 -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
k8s-merge-robot
23fc7905c1
Merge pull request #23466 from andyzheng0831/fix
...
Auto commit by PR queue bot
2016-03-26 04:01:49 -07:00
Robert Bailey
44b1f63d16
Set the correct api endpoint for gke prod.
2016-03-25 15:34:55 -07:00
Andy Zheng
364ac85179
Support differentiation of OS distro in e2e tests
2016-03-25 14:53:36 -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
David McMahon
47ee746fcc
Merge pull request #23364 from david-mcmahon/godep-licenses
...
Write a parallel (godeps) _workspace tree to hold all the missing files.
2016-03-24 15:35:50 -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
k8s-merge-robot
8355cefb7b
Merge pull request #23373 from wojtek-t/conversions_with_framework_3
...
Auto commit by PR queue bot
2016-03-24 01:39:23 -07:00
k8s-merge-robot
76fde46b16
Merge pull request #23025 from nikhiljindal/disableSwaggerUI
...
Auto commit by PR queue bot
2016-03-24 00:55:06 -07:00
Wojciech Tyczynski
42e7ecda5a
Fix bunch of issues with conversion generator.
2016-03-24 08:26:51 +01:00
Prashanth Balasubramanian
3ced1eedf5
Give 1-2 ingress tests their own project.
2016-03-23 16:22:49 -07:00
k8s-merge-robot
635bc410a6
Merge pull request #23405 from ixdy/jenkins-job-configs
...
Auto commit by PR queue bot
2016-03-23 16:19:33 -07:00
k8s-merge-robot
f8bb10b479
Merge pull request #22818 from andyzheng0831/enhance
...
Auto commit by PR queue bot
2016-03-23 16:19:31 -07:00
Jeff Grafton
601ecaff0a
Run upload-to-gcs.sh after upload-finished.sh.
2016-03-23 15:28:06 -07:00
k8s-merge-robot
69b3cb36a6
Merge pull request #22726 from chuckbutler/juju-import-layers
...
Auto commit by PR queue bot
2016-03-23 14:26:42 -07:00
nikhiljindal
1cccfc7074
Disabling swagger ui by default. Adding a flag to enable it
2016-03-23 13:19:22 -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
David McMahon
3e613ee341
Write a parallel (godeps) _workspace tree to hold all the missing files.
...
godeps doesn't get everything we want, so fix the problem but write it
to a parallel tree since _workspace is reserved only for godeps auto-generated
files.
2016-03-22 16:51:30 -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
Joe Finney
7fb8a8e46c
Disable the vendor experiment in hack/verify-godeps.sh
2016-03-22 13:50:15 -07:00
Aaron Crickenberger
3f501f61ac
Remove hack/conformance-test.sh
2016-03-22 13:28:13 -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
Andy Zheng
0a8e68fb49
Trusty: Avoid reaching GCE custom metadata size limit
2016-03-20 10:22:50 -07: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
k8s-merge-robot
ed6088a879
Merge pull request #23209 from jlowdermilk/rc-bucket
...
Auto commit by PR queue bot
2016-03-18 20:57:13 -07:00
k8s-merge-robot
8fb0bfb0d3
Merge pull request #23179 from wojtek-t/remove_old_deep_copy_generator
...
Auto commit by PR queue bot
2016-03-18 19:35:54 -07:00
k8s-merge-robot
d55f096804
Merge pull request #23154 from hongchaodeng/deplic
...
Auto commit by PR queue bot
2016-03-18 18:20:59 -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
Wojciech Tyczynski
ce9b2ab3e3
Remove old deep-copy generator.
2016-03-18 09:42:15 +01:00
k8s-merge-robot
6bd5ecc192
Merge pull request #23164 from david-mcmahon/update-licenses
...
Auto commit by PR queue bot
2016-03-18 00:26:47 -07:00
k8s-merge-robot
d4912eafb5
Merge pull request #23157 from spxtr/fix-tags
...
Auto commit by PR queue bot
2016-03-17 19:59:36 -07:00
k8s-merge-robot
98bede7f2d
Merge pull request #23110 from wojtek-t/migrate_to_new_deep_copy_generator
...
Auto commit by PR queue bot
2016-03-17 19:21:23 -07: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
David McMahon
ede7bb6793
Add a --retry to curl to help avoid transient failures.
2016-03-17 17:16:40 -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
9ba006572a
Always use long format in git tag.
2016-03-17 15:07:25 -07:00
Hongchao Deng
dd6487d0b7
use '/usr/bin/env bash' in update/verify-godep-licenses.sh
2016-03-17 14:55:21 -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
Wojciech Tyczynski
04eb0d40bb
Migrate everything to new deep-copy generator.
2016-03-17 15:22:18 +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
k8s-merge-robot
4e67d9606c
Merge pull request #23083 from janetkuo/rollout-undo-paused-check
...
Auto commit by PR queue bot
2016-03-17 06:28:39 -07:00
k8s-merge-robot
65e79a1ee6
Merge pull request #23076 from ixdy/install-etcd
...
Auto commit by PR queue bot
2016-03-17 05:52:22 -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
k8s-merge-robot
865d233aba
Merge pull request #23072 from timstclair/test-isolation
...
Auto commit by PR queue bot
2016-03-16 16:35:57 -07:00
Janet Kuo
2bd30c7572
Stop the users from rolling back a paused deployment in kubectl rollout undo
2016-03-16 15:46:22 -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
Jeff Grafton
4cd652b048
Have curl retry etcd download if it fails
2016-03-16 13:43:46 -07:00
Joe Finney
59db405607
Fix test history updater.
2016-03-16 13:18:46 -07:00
Tim St. Clair
dcd94aa118
More informative errors for the verify-symbols checker
2016-03-16 12:56:34 -07:00
Charles Butler
b8b54ac3cf
Updating the flag exceptions list per CI instructions
2016-03-16 14:25:26 -04:00
Joe Finney
b38fecd35b
Fix zone for 1.2 scalability job.
2016-03-16 10:24:32 -07:00
Marek Grabowski
9f64eb16e6
Merge pull request #23053 from gmarek/master
...
Move kubemark-5 suite to us-central1-f
2016-03-16 16:55:34 +01:00
k8s-merge-robot
4e29c580a8
Merge pull request #22206 from jayunit100/kubeit
...
Auto commit by PR queue bot
2016-03-16 08:36:41 -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
Jay Vyas
9a71dfe753
KubeDescribe implementation with verify into after-build/ scripts.
2016-03-15 22:29:21 -04:00
k8s-merge-robot
a1fcccd8b5
Merge pull request #23016 from timstclair/test-isolation
...
Auto commit by PR queue bot
2016-03-15 16:56:33 -07:00
k8s-merge-robot
2bb7960b61
Merge pull request #22738 from wojtek-t/build_protobufs_in_docker
...
Auto commit by PR queue bot
2016-03-15 16:56:26 -07:00
Tim St. Clair
a93b67fe97
Add and to the bad symbols check
2016-03-15 15:41:01 -07: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
Justin Santa Barbara
e0caa1e559
non_masquerade_cidr: verify-flags exception, salt syntax
...
Cope is non_masquerade_cidr value is empty; add exception for
verify-flags.
2016-03-15 11:05:55 -04: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
k8s-merge-robot
003c77f2d5
Merge pull request #22949 from ixdy/verify-all
...
Auto commit by PR queue bot
2016-03-14 20:11:41 -07:00
k8s-merge-robot
e290a10dbc
Merge pull request #22956 from caesarxuchao/generate-api-docs
...
Auto commit by PR queue bot
2016-03-14 16:28:47 -07:00
k8s-merge-robot
7d0de5c7d6
Merge pull request #19905 from ixdy/export-go-version
...
Auto commit by PR queue bot
2016-03-14 15:51:30 -07:00
Chao Xu
b3056429bc
adding groups
2016-03-14 14:59:12 -07:00
Jeff Grafton
fb663f2cd5
Include Go version, platform, and other build info in version string
...
Additionally update MatchesServerVersion to only check GitVersion,
GitCommit, and GitTreeState.
2016-03-14 13:55:28 -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
Jeff Grafton
457b9d365a
Make has_changes_against_upstream_branch detect uncommitted changes
2016-03-14 12:59:17 -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
Jeff Grafton
51f70b6154
Revert "Disable verify-godep-licenses.sh in hack/verify-all.sh"
...
This reverts commit 991f7446ac
.
2016-03-11 17:31:56 -08:00
Jeff Grafton
8b2ecf4a94
Use LC_ALL=C with the other sort call in update-godep-licenses.sh
...
Also update LICENSES based on this ordering.
2016-03-11 17:29:51 -08: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
Brian Grant
532ba5a3c6
Merge pull request #21535 from AdoHe/restore_secure_etcd
...
restore ability to run against secured etcd
2016-03-11 12:14:06 -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
AdoHe
7228b9b987
restore ability to run against secured etcd
2016-03-11 11:21:16 -05:00
deads2k
5bd161a9cc
allow resource.version.group in kubectl
2016-03-11 10:21:50 -05:00
k8s-merge-robot
4ee7424a7a
Merge pull request #22624 from fejta/testing
...
Auto commit by PR queue bot
2016-03-11 02:57:10 -08:00
Brian Grant
e5748a44d6
Merge pull request #22840 from liggitt/preferred-gvk
...
Prefer fetched version when determining HPA group version kind
2016-03-11 00:41:39 -08:00
Jeff Grafton
991f7446ac
Disable verify-godep-licenses.sh in hack/verify-all.sh
...
Also reenable in Makefile so Travis still runs it.
2016-03-10 23:30:40 -08:00
Jeff Grafton
d94ff5b83a
Merge pull request #22834 from ixdy/verify-all
...
Add jq to the kubekins-test image and pass through KUBE_FORCE_VERIFY_CHECKS
2016-03-10 22:15:20 -08:00
Jordan Liggitt
560b02b3ec
Prefer fetched version when determining HPA group version kind
2016-03-11 00:03:38 -05:00
k8s-merge-robot
97d384f269
Merge pull request #22756 from huang195/add_proxy_kubeconfig_flag
...
Auto commit by PR queue bot
2016-03-10 18:37:18 -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
HAI HUANG
b08e2b7201
added proxy-kubeconfig flag
2016-03-10 20:35:49 -05:00
k8s-merge-robot
144e818ae0
Merge pull request #22811 from madhusudancs/kubectl-rs-autoscale
...
Auto commit by PR queue bot
2016-03-10 17:16:26 -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
k8s-merge-robot
b8e589456c
Merge pull request #22809 from madhusudancs/kubectl-rs-desc
...
Auto commit by PR queue bot
2016-03-10 16:37:09 -08:00
Jeff Grafton
3821b26ef8
Merge pull request #22681 from ixdy/verify-all
...
Refactor hack/verify-all.sh and run almost all checks
2016-03-10 16:21:16 -08:00
Madhusudan.C.S
dba9d99e2e
Add kubectl describe tests for replica sets.
2016-03-10 15:06:12 -08:00
Madhusudan.C.S
dfc62b56cc
Enable kubectl autoscale for replica sets.
...
Also add some tests for it.
2016-03-10 15:05:54 -08:00
k8s-merge-robot
c9b3b007cd
Merge pull request #22808 from madhusudancs/kubectl-rs-cp-testdata
...
Auto commit by PR queue bot
2016-03-10 14:37:45 -08:00
k8s-merge-robot
5b00059fd2
Merge pull request #22762 from soltysh/job_run
...
Auto commit by PR queue bot
2016-03-10 13:22:29 -08:00
Isaac Hollander McCreery
6e3a276eeb
Configure upgrade jobs for the v1.2 release cycle
2016-03-10 11:32:26 -08:00
Eric Paris
c8d3a06223
Use LC_ALL=C when calling sort
2016-03-10 14:07:09 -05:00
Maciej Szulik
de83631768
Added job/v1 generator to kubectl run
2016-03-10 19:56:57 +01:00
Madhusudan.C.S
9c011c6e0f
Copy replicaset example yamls to hack/testdata directory.
2016-03-10 10:53:29 -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
4242fd2ee1
Refactor hack/verify-all.sh and run almost all checks.
...
The reasons why checks are skipped is now more explicit. Output is also
improved a bit, giving both the check name and the runtime on the
pass/fail line.
This commit also makes `make verify`, Travis, and Shippable all use
hack/verify-all.sh instead of calling scripts explicitly, as we had been
doing on Jenkins. Everything should now be consistent.
2016-03-09 15:20:36 -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
0976ed59c9
Remove hack/e2e-internal/e2e-upgrade.sh.
2016-03-09 14:14:04 -08:00
k8s-merge-robot
36cb9d05ea
Merge pull request #22728 from spxtr/tidy-shell
...
Auto commit by PR queue bot
2016-03-09 13:59:13 -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
Wojciech Tyczynski
52798beef2
Generate protobuf-related files in Docker
2016-03-09 10:45:24 +01:00
Joe Finney
9845639e14
Remove cluster/kube-env.sh.
2016-03-08 16:57:31 -08:00
Joe Finney
401985bf6c
Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh.
2016-03-08 16:51:20 -08:00
k8s-merge-robot
3d58b9c07f
Merge pull request #22678 from spxtr/feature-tests
...
Auto commit by PR queue bot
2016-03-08 11:53:58 -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
05ff3f00fd
Fix regex in list-feature-tests.sh.
2016-03-07 16:49:39 -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
k8s-merge-robot
2f912089a1
Merge pull request #22657 from spxtr/test-history
...
Auto commit by PR queue bot
2016-03-07 13:29:45 -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
Eric Paris
cbc4581bd6
Default to allow new golang versions
...
Out tests for features that didn't exist in old golang versions (like
gofmt didn't exist in 1.3 or the linker didn't want an = in 1.4) checked
for the new version. But this means every time there is a new version we
have to update the test. This PR inverts the test. We do it the old way
for the old version and if a new version comes along we just assume it
is going to work the new way.
2016-03-07 09:57:36 -05:00
Wojciech Tyczynski
d6d7f3ffd2
Move high-density kubemark back to us-east1
2016-03-07 12:09:35 +01:00
Erick Fejta
fd4fee788b
Add simplified testing instructions and etcd installation check.
2016-03-06 19:07:34 -08:00
k8s-merge-robot
3e948a6ee0
Merge pull request #22557 from eparis/e2e-node-test
...
Auto commit by PR queue bot
2016-03-06 03:36:45 -08:00
k8s-merge-robot
e5a908c898
Merge pull request #22476 from ixdy/cluster-logs
...
Auto commit by PR queue bot
2016-03-05 23:06:29 -08: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
d869dd0121
Merge pull request #22357 from ncdc/job-hpa-update-storage-test
...
Auto commit by PR queue bot
2016-03-05 05:45:33 -08:00
k8s-merge-robot
2808973503
Merge pull request #22038 from mqliang/daemonset-cache
...
Auto commit by PR queue bot
2016-03-05 03:38:55 -08:00
k8s-merge-robot
271784e5fa
Merge pull request #21167 from andyzheng0831/trusty-release
...
Auto commit by PR queue bot
2016-03-05 01:57:52 -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
Andy Goldstein
156c1f3c5d
Test jobs/hpas in storage update
2016-03-04 17:05:39 -05: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
Eric Paris
082cdd5ad4
hack/e2e-node-test should not assume ginkgo installed
...
It should use the version we build.
2016-03-04 16:28:35 -05: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
Andy Zheng
242b9977c7
Remove manifest copies from Trusty support
...
This change revises the way to provide kube-system manifests for clusters on Trusty. Originally, we maintained copies of some manifests under cluster/gce/trusty/kube-manifests, which is not scalable and hard to maintain. With this change, clusters on Trusty will use the same source of manifests as ContainerVM. This change also fixes some minor problems such as shell variables and comments to meet the style guidance better.
2016-03-04 11:16:49 -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
3b4ce5ed33
Merge pull request #22515 from wojtek-t/move_scalability_to_dedicated_project
...
Move scalability suite to dedicated project
2016-03-04 11:34:32 +01:00
k8s-merge-robot
130c67f1b0
Merge pull request #22474 from bprashanth/local-up
...
Auto commit by PR queue bot
2016-03-04 02:29:36 -08:00
k8s-merge-robot
18160741d4
Merge pull request #22429 from wojtek-t/fix_update_codecgen
...
Auto commit by PR queue bot
2016-03-04 02:29:33 -08:00
Wojciech Tyczynski
d3cfbea30e
Move scalability suite to dedicated project
2016-03-04 11:23:58 +01:00
Wojciech Tyczynski
965de9098f
Fix update codecgen
2016-03-04 10:42:06 +01:00
k8s-merge-robot
6418a9b278
Merge pull request #22473 from spxtr/pr-yaml
...
Auto commit by PR queue bot
2016-03-03 20:19:07 -08:00
k8s-merge-robot
3af6566ab3
Merge pull request #22463 from huang195/add_kubelet_kubeconfig_flag
...
Auto commit by PR queue bot
2016-03-03 20:19:05 -08:00
Jeff Lowdermilk
93e14a63e8
Revert "Enable --log-level=info for docker daemons for scalability jenkins jo…"
2016-03-03 19:21:11 -08:00
Jeff Lowdermilk
7215860ecd
Merge pull request #22453 from dchen1107/test1
...
Enable --log-level=info for docker daemons for scalability jenkins jo…
2016-03-03 16:29:34 -08:00
Jeff Grafton
d70c516d4f
Remove log collection code in cluster/gce/util.sh.
...
Also update some docs to mention cluster/log-dump.sh.
2016-03-03 15:28:33 -08:00
Jeff Lowdermilk
afa7816c38
Merge pull request #22009 from aveshagarwal/master-create-urls-issue
...
Fix kubectl create to create to all resources in a url.
2016-03-03 15:21:35 -08:00
k8s-merge-robot
c705d67a2e
Merge pull request #22466 from janetkuo/delete-hpa-first
...
Auto commit by PR queue bot
2016-03-03 15:19:40 -08:00
Joe Finney
02fb7b89c3
Set up update-jenkins-jobs on PR Jenkins.
2016-03-03 15:14:07 -08:00
Prashanth Balasubramanian
0aa5502fe1
Use 8.8.8.8 as default DNS server in local-up-cluster.
2016-03-03 14:59:40 -08:00
k8s-merge-robot
2a4479fa60
Merge pull request #22246 from huang195/kubelet_api_server_flag
...
Auto commit by PR queue bot
2016-03-03 14:44:58 -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
Janet Kuo
0c4e13cd9e
Delete hpa first before deleting the resources it controlls in test-cmd.sh
2016-03-03 13:57:45 -08:00
HAI HUANG
ee095e755a
adding kubelet-kubeconfig flag to km scheduler
2016-03-03 16:33:31 -05:00
Joe Finney
36917ccf47
Print out a message if e2e times out.
2016-03-03 13:23:40 -08:00
Jeff Lowdermilk
9cb3f16c5b
Merge pull request #22282 from andrewstuart/fix-config-writing
...
Update start_kubedns to use API_{HOST,PORT} vars
2016-03-03 11:39:53 -08:00
Dawn Chen
84689a7a69
Enable --log-level=info for docker daemons for scalability jenkins job and e2e test.
2016-03-03 11:11:56 -08:00
k8s-merge-robot
d81d823ca5
Merge pull request #22393 from eparis/blunderbuss
...
Auto commit by PR queue bot
2016-03-02 18:51:56 -08:00
Eric Paris
5e5a823294
Move blunderbuss assignees into tree
2016-03-02 20:46:32 -05:00
Janet Kuo
d5953991d9
Fix kubectl edit: no such file
2016-03-02 16:05:08 -08:00
Jeff Lowdermilk
d5f4595c5f
Merge pull request #21914 from spxtr/remove-prepare-version
...
Remove PrepareVersion from hack/e2e.go.
2016-03-02 15:57:59 -08:00
Joe Finney
56b7c9ba20
Dump logs at the end of e2e runs.
2016-03-02 15:49:08 -08:00
Avesh Agarwal
ad6dfa0370
Fix kubectl create to create all resources in a url.
...
https://github.com/kubernetes/kubernetes/issues/18751 .
2016-03-02 18:08:24 -05: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
k8s-merge-robot
9c72e6e923
Merge pull request #22362 from wojtek-t/print_go_version_in_building_release
...
Auto commit by PR queue bot
2016-03-02 09:10:50 -08:00
k8s-merge-robot
1dbc618c14
Merge pull request #22358 from gmarek/set-register
...
Auto commit by PR queue bot
2016-03-02 08:34:02 -08:00
Wojciech Tyczynski
947589607b
Print go version when building release
2016-03-02 16:40:35 +01:00
k8s-merge-robot
6dbdcfe78f
Merge pull request #22116 from david-mcmahon/license-tool
...
Auto commit by PR queue bot
2016-03-02 07:14:40 -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
HAI HUANG
15ffe5746d
added kubelet-api-servers flag to km scheduler
2016-03-02 08:18:58 -05:00
k8s-merge-robot
73b39e9f1e
Merge pull request #22293 from dchen1107/test
...
Auto commit by PR queue bot
2016-03-02 03:35:05 -08: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
David McMahon
ffeaef6201
New Godeps LICENSE generation tool.
...
Includes initial Godeps/LICENSES and Godeps/.license_file_state file to ensure
fast local generation.
2016-03-01 18:16:09 -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
Dawn Chen
a90ac42dd8
Kill docker daemon after configing cbr0 if flag --babysit-daemon is true so that babysitter process can restart it again with proper configurations and checkpoint file.
2016-03-01 16:46:31 -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
Andrew Stuart
a767b700b4
Update start_kubedns to use API_{HOST,PORT} vars
2016-03-01 08:54:55 -07:00
mqliang
7e1ab26c06
add lookup cache for daemonset
2016-03-01 22:04:56 +08:00
k8s-merge-robot
546bd99d8d
Merge pull request #22260 from gmarek/jenkins-config
...
Auto commit by PR queue bot
2016-03-01 01:46:17 -08:00
k8s-merge-robot
739285b146
Merge pull request #21265 from stevekuznetsov/skuznets/new-sa
...
Auto commit by PR queue bot
2016-03-01 01:14:06 -08:00
gmarek
fb32c086fe
Use 1000-machine MIGs in enormous clusters
2016-03-01 09:40:33 +01:00
k8s-merge-robot
694cda4a89
Merge pull request #22037 from ixdy/etcd-version-check
...
Auto commit by PR queue bot
2016-02-29 22:44:39 -08:00
k8s-merge-robot
a608cc94e8
Merge pull request #22156 from caesarxuchao/revert-20202
...
Auto commit by PR queue bot
2016-02-29 18:24:31 -08: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
cf7e6d0fc3
Merge pull request #21965 from mqliang/flag-abbreviation
...
avoid use abbreviation in flag
2016-02-29 14:43:26 +01: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
Chao Xu
cd6aea2f7b
switch namespace before recreate a pod in test-cmd.sh
2016-02-28 19:03:31 -08: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
cdf456af0e
Merge pull request #21520 from mikedanese/fastbuild
...
Auto commit by PR queue bot
2016-02-28 07:23:22 -08:00
Brian Grant
aa04237789
Eliminate racy scale command from resource-alias test.
...
Fixes #22128 .
2016-02-27 22:43:08 +00: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
k8s-merge-robot
00d99ac261
Merge pull request #20347 from ericchiang/authz_grpc
...
Auto commit by PR queue bot
2016-02-26 22:00:42 -08:00
Fabio Yeon
375b4ca8d6
Revert "Revert 20202. Use other measures to prevent race in test-cmd.sh"
2016-02-26 19:25:08 -08:00
k8s-merge-robot
a5ceafc48a
Merge pull request #21175 from caesarxuchao/revert-20202
...
Auto commit by PR queue bot
2016-02-26 18:33:42 -08:00
Fabio Yeon
5de5ecb689
Merge pull request #21501 from swagiaal/hostname-override
...
Enable passing hostname-override through environment variable
2016-02-26 13:15:07 -08:00
Fabio Yeon
802bfc8f5e
Merge pull request #21391 from pmorie/num-nodes-default
...
Fix default for num-nodes in ginkgo-e2e.sh
2016-02-26 13:14:39 -08:00
Fabio Yeon
df4529e33d
Merge pull request #21711 from sjenning/fix-flake-21640
...
increase wait_for_url defaults
2016-02-26 13:10:07 -08:00
k8s-merge-robot
a53bf86f40
Merge pull request #21946 from pwittrock/node-e2e-images
...
Auto commit by PR queue bot
2016-02-26 12:18:03 -08:00
Jeff Grafton
7adaf80cc7
Make hack/install-etcd.sh use hack/lib/etcd.sh
2016-02-26 11:54:43 -08:00
Phillip Wittrock
a11489e0ff
Node e2e documentations and minor features
...
- Add README.md for node e2e tests
- Add support for --cleanup=false to leave test files on remote hosts and temporary instances for debugging
- Add ubuntu trusty instances for docker 1.8 and docker 1.9 to jenkins pr builder
- Disable coreos-beta for jenkins ci since it is failing - need to investigate
2016-02-26 10:58:48 -08:00
Steve Kuznetsov
e5b696ee43
added 'kubectl create sa' to create serviceaccounts
2016-02-26 10:27:37 -05: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
Paul Morie
531d84520b
Fix default for num-nodes in ginkgo-e2e.sh
2016-02-25 17:31:13 -05: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
deads2k
9c42d219bc
allow disambiguation of resouces
2016-02-25 07:35:23 -05:00
k8s-merge-robot
47986aa018
Merge pull request #21163 from pmorie/downward-api-e2e-time
...
Auto commit by PR queue bot
2016-02-25 03:08:44 -08:00
mqliang
4a9a3aeeea
avoid use abbreviation in flag
2016-02-25 17:30:21 +08: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
k8s-merge-robot
9a4e3f8470
Merge pull request #21870 from mqliang/lookup-cache
...
Auto commit by PR queue bot
2016-02-24 20:01:29 -08:00
k8s-merge-robot
628858eb84
Merge pull request #21930 from spxtr/silence-gke
...
Auto commit by PR queue bot
2016-02-24 17:25:17 -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
Chao Xu
e113aef9f0
Merge pull request #21822 from caesarxuchao/error-exit-linkcheck
...
verify-linkchecker.sh now exits with a non-zero return code if found invalid links
2016-02-24 15:42:34 -08:00
Joe Finney
1f4e1ba956
Quiet cloudsdk download and untar.
2016-02-24 15:11:50 -08:00
Brian Grant
9403f95d31
Merge pull request #21793 from janetkuo/test-cmd-delete-flake
...
Set RC's pod template TerminationGracePeriodSeconds to 0 in test-cmd.sh test data
2016-02-24 13:57:29 -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
k8s-merge-robot
449f1180fe
Merge pull request #21850 from spxtr/remove-upgrade-e2e-test
...
Auto commit by PR queue bot
2016-02-24 13:37:55 -08:00
Joe Finney
930291588c
Remove PrepareVersion from hack/e2e.go.
2016-02-24 13:08:22 -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
mqliang
e44e71ca87
make cache size configurable
2016-02-24 22:37:02 +08: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
Joe Finney
2e889763d2
Remove hack/upgrade-e2e-test.sh.
2016-02-23 18:01:51 -08:00
Chao Xu
b9a350a7f1
verify-linkchecker.sh now exits with a non-zero return code if found invalid links
2016-02-23 16:51:29 -08:00
k8s-merge-robot
7a8ea1528a
Merge pull request #21802 from spxtr/remove-parallel-e2e
...
Auto commit by PR queue bot
2016-02-23 16:42:46 -08:00
k8s-merge-robot
5c9bfaa42c
Merge pull request #21799 from quinton-hoole/2016-02-23-focus-ubelite-e2e
...
Auto commit by PR queue bot
2016-02-23 16:42:45 -08:00
k8s-merge-robot
e5b5c2c5f3
Merge pull request #21771 from eparis/godep-rebase
...
Auto commit by PR queue bot
2016-02-23 16:42:43 -08:00
k8s-merge-robot
067998e727
Merge pull request #21622 from pwittrock/nodee2essh
...
Auto commit by PR queue bot
2016-02-23 16:42:42 -08: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
9f5d3545f8
Remove hack/parallel-e2e.sh.
2016-02-23 14:37:49 -08:00
Janet Kuo
dbfb6c0169
Set RC's pod template TerminationGracePeriodSeconds to 0 in test-cmd.sh test data
2016-02-23 14:22:41 -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
k8s-merge-robot
6c8ce0e417
Merge pull request #21393 from erictune/fix-swagger-gen-1
...
Auto commit by PR queue bot
2016-02-23 11:11:40 -08:00
k8s-merge-robot
6332d84039
Merge pull request #19782 from pmorie/config-docs
...
Auto commit by PR queue bot
2016-02-23 11:11:36 -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
Eric Paris
784d264c4a
Pin Godep to version v53
...
which isn't horribly broken
2016-02-23 14:01:52 -05:00
Phillip Wittrock
35e753f22b
Move credentialsId to a variable
2016-02-23 10:52:51 -08:00
Paul Morie
7e64b4ac52
Add ConfigMap docs
2016-02-23 13:27:54 -05: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
Sami Wagiaalla
2ed03a194d
Enable passing hostname-override through environment variable
2016-02-23 09:44:41 -05: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
b034050f6a
Merge pull request #21725 from spxtr/remove-e2e-from-release
...
Auto commit by PR queue bot
2016-02-23 00:49:32 -08:00
k8s-merge-robot
84e5cabdf7
Merge pull request #21642 from mitake/remove-kube-dump
...
Auto commit by PR queue bot
2016-02-23 00:49:31 -08:00
k8s-merge-robot
5d4007f2fa
Merge pull request #21644 from thibserot/dns2
...
Auto commit by PR queue bot
2016-02-22 23:45:44 -08:00
Phillip Wittrock
a3623c0c14
Refactor node e2e tests
...
- Add Makefile targets
- Start services in the test harness and connect locally
- Build test into binary and copy to remote host to start services
- Use tar to copy binaries to remote hosts to simplify design
2016-02-22 20:06:15 -08:00
Joe Finney
454cec71e8
Remove hack/e2e-from-release.sh.
2016-02-22 16:45:29 -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
Jeff Lowdermilk
c406665b2b
Plumb node labels through salt
...
Expose node-labels flag on kubelet for gce via a startup script
env var.
2016-02-22 15:31:34 -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
Seth Jennings
fdc1e0b310
increase wait_for_url defaults
2016-02-22 15:32:03 -06:00
Joe Finney
1dea4052b9
Properly set runner for trusty gce jobs.
2016-02-22 13:30:49 -08:00
Eric Chiang
b50ede606f
*: enable authorization.k8s.io/v1beta1 extensions for go tests
2016-02-22 11:49:01 -08:00
Joe Finney
cb55119723
Move upgrade environment variables to YAML.
2016-02-22 11:48:04 -08:00
Eric Chiang
080bdde5c1
*: update documentation for webhook authorizer
2016-02-22 11:39:07 -08:00
Prashanth Balasubramanian
804903f320
Move ingress tests to a different project.
2016-02-22 11:35:01 -08:00
Eric Tune
cef288eb42
Warn when not enough FDs
...
Helps debug problem when running tests on OS X.
2016-02-22 07:27:10 -08:00
Eric Tune
e97967589c
Replace deprecated flags with new equivalents
...
When running apiserver in hack/after-build/update-swagger-spec.sh.
2016-02-22 07:10:53 -08:00
Eric Tune
22f14a92c0
Let update-swagger-spec.sh run on Mac
...
Put the certs into a temp dir rather than a protected
system dir (/var/run) which only root can access.
2016-02-22 07:10:21 -08:00
gmarek
b593dd9019
Disable running enormous-startup after build success
2016-02-22 10:02:10 +01:00
k8s-merge-robot
aee2eb3977
Merge pull request #21434 from erictune/job-ga
...
Auto commit by PR queue bot
2016-02-22 00:12:54 -08:00
gmarek
430bfe2c63
Move enormour startup to east1-d zone
2016-02-22 07:37:37 +01:00
k8s-merge-robot
1ce188e557
Merge pull request #21430 from spxtr/e2e-internal
...
Auto commit by PR queue bot
2016-02-21 12:08:22 -08:00
Thibault Serot
57c06224eb
Enabling DNS support in local-up-cluster.sh
2016-02-21 18:56:14 +01:00
Thibault Serot
9c5f4c112b
Enabling DNS support in local-up-cluster.sh
2016-02-21 18:55:06 +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
e34a23b289
Merge pull request #21351 from smarterclayton/optional_pod_status
...
Auto commit by PR queue bot
2016-02-21 04:10:19 -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
k8s-merge-robot
d6192dd152
Merge pull request #21342 from spxtr/remove-e2e-test
...
Auto commit by PR queue bot
2016-02-21 00:39:38 -08:00
Prashanth Balasubramanian
2e8ff81de1
Teach the kubelet about --hairpin-mode=promiscuous-bridge.
2016-02-20 22:40:54 -08:00
k8s-merge-robot
9b395b558e
Merge pull request #15476 from burmanm/hawkular_save
...
Auto commit by PR queue bot
2016-02-20 19:09:18 -08:00
k8s-merge-robot
330f484c17
Merge pull request #21174 from deads2k/make-patch-more-predictable
...
Auto commit by PR queue bot
2016-02-20 05:56:41 -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
Chao Xu
314a6ab7de
switch namespace before recreate a pod in test-cmd.sh
2016-02-19 12:13:59 -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
deads2k
11da9a7638
fix --record to not fail a successful patch
2016-02-19 14:28:23 -05:00
Mike Danese
132c4271dc
add linux fastbuild option to ./build/release.sh
2016-02-19 10:18:05 -08:00
Joe Finney
3679aa24c7
Fix bad indentation in examples yaml.
2016-02-19 10:07:22 -08:00
k8s-merge-robot
4d59d700c2
Merge pull request #21556 from erictune/mac-fix-2
...
Auto commit by PR queue bot
2016-02-19 10:00:57 -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
Eric Tune
bcdbd1c709
Fix Job Reaping
...
Ensure batch.Kind("Job") has a reaper, so that pods are not orphaned.
Check for orphaned pods in test-cmd.sh.
Also provide describer and scaler for batch.Kind("Job").
The scaler, reaper, and describer for extensions can
be reused for batch.
2016-02-19 09:22:05 -08:00
Eric Tune
3433d50bc3
Fix test and reorder initialization of groups
...
Delete a job scale test
A subsequent PR is going to remove support
for this anyways.
Initialize extensions before batch and autoscaling
per @lavalamp review suggestion.
2016-02-19 09:22:05 -08:00
Eric Tune
d5f303d3d7
Fixed and added tests
2016-02-19 09:20:56 -08:00
Eric Tune
98a801a37b
Created batch API group and copied Job there
...
Modeled after on first commit (2fbc5bb
) of piosz:hpa-ga (#20501 ).
2016-02-19 09:20:56 -08:00
Eric Tune
8d1831b075
Remove a diff option not in BSD diff
...
Allows autogeneration on mac.
2016-02-19 08:47:57 -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
k8s-merge-robot
5a3dec8dad
Merge pull request #20777 from pmorie/kubectl-create-configmap
...
Auto commit by PR queue bot
2016-02-19 00:03:53 -08:00
Paul Morie
51a9c2c9ba
Add kubectl create configmap
2016-02-18 21:24:21 -05:00
Hitoshi Mitake
cb7951e7aa
hack/kube-dump.sh: remove an unused script
...
Based on the comments on https://github.com/kubernetes/kubernetes/pull/19915
2016-02-19 11:02:36 +09: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
Paul Morie
6cc1ba4158
Make downward API volume test run faster
2016-02-18 17:20:09 -05: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
k8s-merge-robot
5acdb92126
Merge pull request #21177 from laushinka/spelling-fixes
...
Auto commit by PR queue bot
2016-02-18 10:29:49 -08:00
k8s-merge-robot
17325ef6ef
Merge pull request #20501 from piosz/hpa-ga
...
Auto commit by PR queue bot
2016-02-18 06:52:39 -08:00
Wojciech Tyczynski
03af3f60e9
Revert "Move scalability suite to a dedicated project"
2016-02-18 12:13:41 +01:00
Wojciech Tyczynski
dd4289c87d
Move scalability suite to a dedicated project
2016-02-18 10:49:28 +01:00
Joe Finney
2b756ca56d
Move E2E kube-up call into test-setup from e2e-internal.
2016-02-17 16:49:07 -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
Joe Finney
98981ac3ec
Remove unused functions from hack/e2e.go.
2016-02-17 11:23:33 -08:00
k8s-merge-robot
1a2f811a3b
Merge pull request #20063 from mqliang/imageGC-config
...
Auto commit by PR queue bot
2016-02-17 06:16:45 -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
k8s-merge-robot
207b90ae63
Merge pull request #19578 from quinton-hoole/2016-01-04-ube-lite-e2e
...
Auto commit by PR queue bot
2016-02-17 04:29:48 -08:00
k8s-merge-robot
4c69bdaacd
Merge pull request #21294 from luxas/add_arm_test_targets
...
Auto commit by PR queue bot
2016-02-17 02:26:49 -08: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
Clayton Coleman
778fb1798b
Don't print reason or message if they are empty on pods
...
For running pods they are typically empty and convey no value. Don't
print images twice.
2016-02-16 23:26:59 -05: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
Joe Finney
6f7182e500
Remove hack/e2e-test.sh in favor of hack/e2e.go.
2016-02-16 14:54:50 -08:00
Quinton Hoole
b4a3559807
Add Jenkins e2e test job for multi-zone Ubernetes Lite
2016-02-16 13:07:17 -08:00
k8s-merge-robot
eb44520f5f
Merge pull request #21276 from mesosphere/jdef_host_port_endpoints_refactor
...
Auto commit by PR queue bot
2016-02-16 10:59:11 -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
dada47eb2f
Merge pull request #21179 from smarterclayton/cant_replace_cluster_resource
...
Auto commit by PR queue bot
2016-02-16 04:45:43 -08:00
Lucas Käldström
fa39730f0b
Add test targets for ARM
2016-02-16 08:25:18 +02:00
k8s-merge-robot
47acbd62ec
Merge pull request #21099 from deads2k/extend-patch
...
Auto commit by PR queue bot
2016-02-15 14:49:02 -08:00
James DeFelice
8c776b7eb9
host port mapping should be more consistent between scheduler and
...
controller-manager in k8sm:
- rename host_port_endpoints flag to host-port-endpoints
- host port mapping strategy in scheduler should be driven by host-port-endpoints flag
- added host-port-endpoints to known flags
- docs: scheduler should also be configured with host-port-endpoints
- task recovery: be explicit about excluding mirror pods
2016-02-15 21:28:46 +00:00
Piotr Szczesniak
d9705940d6
Fixed and added tests
2016-02-15 21:39:00 +01:00
Piotr Szczesniak
2fbc5bb767
Created autoscaling API group and copied HPA there
2016-02-15 21:39:00 +01:00
mqliang
641ba92aa3
move minGCAge to ImageGCPolicy and make it configurable
2016-02-15 22:54:54 +08:00
Paul Morie
d1dc259ef2
ConfigMap volume source
2016-02-14 16:19:17 -05:00
k8s-merge-robot
43fb544a4a
Merge pull request #21001 from ericchiang/oidc_groups
...
Auto commit by PR queue bot
2016-02-14 05:24:43 -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
53d9f9ecab
Merge pull request #20814 from deads2k/restmapper-errors
...
Auto commit by PR queue bot
2016-02-13 15:53:22 -08:00
k8s-merge-robot
060f8f4db7
Merge pull request #20802 from aveshagarwal/master-allnamespaces-issue
...
Auto commit by PR queue bot
2016-02-13 15:25:15 -08:00
k8s-merge-robot
f43b849e54
Merge pull request #20770 from liggitt/ugorji-var-reset
...
Auto commit by PR queue bot
2016-02-13 14:59: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
Jordan Liggitt
6b97e2ec51
Fix verify-codecgen.sh
2016-02-13 09:15:39 -05:00
k8s-merge-robot
19c8d73cac
Merge pull request #18077 from soltysh/stop_deployment
...
Auto commit by PR queue bot
2016-02-12 22:47:04 -08:00
Isaac Hollander McCreery
cc9b092e94
Remove parallel-flaky suite
2016-02-12 17:24:07 -08:00
Isaac Hollander McCreery
ec5b9abba8
Add instructions and tooling for munging test infra for a new release series
2016-02-12 17:24:06 -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
k8s-merge-robot
8a4a73e372
Merge pull request #20517 from janetkuo/enable-deployments-default
...
Auto commit by PR queue bot
2016-02-12 14:26:12 -08:00
Mike Danese
695211e2ee
Merge pull request #21105 from caesarxuchao/watchCacheForIntegration
...
turn on and off watch cache in integration test
2016-02-12 14:02:47 -08:00
Clayton Coleman
d23c531869
Can't replace a generic resource that is cluster scoped
...
It should be allowed to invoke kubectl replace with a JSON file that has
no resource version set. Namespaced resources were working correctly,
but cluster resources were silently failing to lookup the current state
of the object to get the resource version because we weren't using
NamespaceIfScoped(). Added a failing test.
2016-02-12 16:20:37 -05: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
Mike Danese
2172e0dea0
Merge pull request #21108 from mml/slow-flake
...
Include some debug output when the API server never appears.
2016-02-12 11:27:12 -08:00
Eric Chiang
92d37d5cc5
plugin/pkg/auth/authenticator/token/oidc: get groups from custom claim
2016-02-12 09:58:18 -08:00
deads2k
9f003f7db3
allow patch to handle multiple types
2016-02-12 11:12:09 -05:00
Michael Burman
528be97b41
Hawkular support for the Initial Resources
2016-02-12 17:36:11 +02:00
Maciej Szulik
b929424135
Scale deployments fall-back to regular deployment update
2016-02-12 10:17:35 +01:00
Matt Liggett
7a2e649745
Include some debug output when the API server never appears.
...
Helps with #20916
2016-02-11 16:33:35 -08:00
k8s-merge-robot
662a4291f3
Merge pull request #19488 from derekwaynecarr/fix_19129
...
Auto commit by PR queue bot
2016-02-11 15:08:55 -08:00
Avesh Agarwal
c0e1623be2
Fix kubectl get error when both all-namespaces and namespace are provided.
...
As per kubectl get help, --namespace should be ignored with all-namespaces,
but kubectl get pods --all-namespaces --namespace=<name-space> gives
following error:
"the namespace from the provided object "default" does not match the
namespace "". You must pass '--namespace=default' to perform this
operation."
This commit fixes this error issue.
2016-02-11 17:06:04 -05:00
Chao Xu
18c1eb2d56
turn on and off watch cache in integration test
2016-02-11 13:51:03 -08:00
Jeff Grafton
5aead14c62
Echo start and finish times to build log
2016-02-11 13:11:45 -08:00
k8s-merge-robot
f6ae6b47ae
Merge pull request #20687 from vishh/systemd-support
...
Auto commit by PR queue bot
2016-02-11 13:06:29 -08:00
Maisem Ali
1c6a223eaa
Merge pull request #20865 from maisem/master
...
Adding a readiness probe to kubectl e2e tests.
2016-02-11 12:55:15 -08:00
derekwaynecarr
06f26189f0
Update kubectl create subcommand to use printer flags
2016-02-11 15:37:47 -05: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
Maciej Szulik
0ea31b56ed
Adding reaper for deployments
2016-02-11 19:02:32 +01:00
Minhan Xia
e4a03cddca
Add elasticsearch suite
2016-02-11 09:56:12 -08:00
deads2k
deb4d3ccca
type RESTMapper errors to better handle MultiRESTMapper errors
2016-02-11 11:45:05 -05:00
Wojciech Tyczynski
fe4e65fb76
Disable load test on kubemark 100
2016-02-11 17:10:26 +01:00
k8s-merge-robot
611a3b9d55
Merge pull request #21064 from wojtek-t/enable_load_in_kubemarks
...
Auto commit by PR queue bot
2016-02-11 06:24:34 -08:00
k8s-merge-robot
09314f97f6
Merge pull request #20944 from janetkuo/move-deployment-example
...
Auto commit by PR queue bot
2016-02-11 02:37:31 -08:00
k8s-merge-robot
3208665edf
Merge pull request #20928 from madhusudancs/replicaset-expose
...
Auto commit by PR queue bot
2016-02-11 02:02:20 -08:00
Wojciech Tyczynski
0662a2d00a
Enable load test in 100- and 1000-node Kubemarks
2016-02-11 10:55:11 +01:00
k8s-merge-robot
06d43a4cdd
Merge pull request #20881 from caesarxuchao/refactor-update-api-reference-docs-script
...
Auto commit by PR queue bot
2016-02-11 00:26:35 -08:00
Lucas Käldström
b67445b064
Share the host's timezone with the build container
2016-02-11 07:44:05 +02:00
k8s-merge-robot
2d85c6e4b0
Merge pull request #20864 from caesarxuchao/generate-versioned-clients
...
Auto commit by PR queue bot
2016-02-10 18:29:35 -08:00
Vishnu kannan
575812787d
Replace --resource-container
and --system-container
with
...
`--kubelet-cgroups` and `--system-cgroups` respectively.
Updated `--runtime-container` to `--runtime-cgroups`.
Cleaned up most of the kubelet code that consumes these flags to match
the flag name changes.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-10 17:33:28 -08:00
Dawn Chen
9a23c52cb8
Export HAIRPIN_MODE environment variable for soaking test.
2016-02-10 17:24:45 -08:00
Chao Xu
1c84552757
generate the versioned clientset
2016-02-10 17:22:46 -08:00
Chao Xu
6aa23e4e49
refacotr update-api-reference-docs.sh
2016-02-10 16:46:59 -08:00
Madhusudan.C.S
293793cf0d
Allow replica set to be exposed as a service and add kubectl command tests for replica sets.
2016-02-10 16:20:08 -08:00
Vishnu kannan
38efc837b9
Make container runtime's cgroup configurable.
...
Use the real cgroups for metrics generation.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-10 16:02:34 -08:00
Mike Danese
b3172a4ccf
kubelet: add a pidfile
2016-02-10 11:38:50 -08:00
Janet Kuo
ddd983286b
Move deployment example to docs/user-guide
2016-02-10 10:46:12 -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
Marcin
b7d72ef36d
Startup scripts for custom metrics
2016-02-10 12:32:04 +01: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
k8s-merge-robot
71b6b81102
Merge pull request #20076 from derekwaynecarr/namespace_controller_workers
...
Auto commit by PR queue bot
2016-02-10 00:55:57 -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
k8s-merge-robot
41a98b43e4
Merge pull request #19840 from madhusudancs/replicaset-deployment
...
Auto commit by PR queue bot
2016-02-09 18:57:42 -08: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
Madhusudan.C.S
e7a9f30936
Address review comments.
2016-02-09 15:50:01 -08:00
Maisem Ali
4dfdb154fb
Adding testing-manifests to the test tar ball
2016-02-09 14:09:26 -08:00
derekwaynecarr
106693d9b3
Refactor namespace controller to use workers, do more delete collection calls
2016-02-09 16:39:13 -05:00
k8s-merge-robot
f36b604bec
Merge pull request #19769 from luxas/server_cross_compilation
...
Auto commit by PR queue bot
2016-02-09 13:09:13 -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
k8s-merge-robot
68a165cda9
Merge pull request #20681 from justinsb/aws_sync_kubeup_gce_step3
...
Auto commit by PR queue bot
2016-02-09 02:08:48 -08:00
Wojciech Tyczynski
470a9ad3c5
Run load tests in 100-node and 500-node Kubemarks
2016-02-09 08:48:48 +01:00
Madhusudan.C.S
ed7ad6dcf3
Make deployments work.
2016-02-08 21:27:49 -08: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
b32078d89b
Merge pull request #20496 from matthewdupre/masquerade-config
...
Auto commit by PR queue bot
2016-02-08 10:49:20 -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
807e5f08d0
Merge pull request #20796 from smarterclayton/parallel_test
...
Auto commit by PR queue bot
2016-02-08 08:22:09 -08:00
Matt Dupre
9925cddc11
Change iptables fwmark to use single configurable bit instead of whole mark space
2016-02-08 11:12:09 +00:00
Clayton Coleman
e8cbb762e2
e2e SecurityContext tests wrong volume dir
...
The volume directory is not guaranteed to be /var/lib/kubelet
for a conforming implementation of Kubernetes. Add --volume-dir
and an internal shim
2016-02-07 16:45:25 -05:00
Lucas Käldström
c969c041e2
Add support for building arm, arm64 and ppc64le server and client targets
2016-02-07 20:35:14 +02:00
Justin Santa Barbara
899e61ef3c
Update verify-flags exceptions
2016-02-07 11:11:38 -05:00
Tim Hockin
2052e334b6
mkdir in build when the output dir is needed
2016-02-06 21:14:20 -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
k8s-merge-robot
c2ac1bcd30
Merge pull request #20356 from mml/tuso-faster
...
Auto commit by PR queue bot
2016-02-06 01:48:07 -08:00
k8s-merge-robot
b45a94bc78
Merge pull request #20765 from janetkuo/remove-podtemplate-key
...
Auto commit by PR queue bot
2016-02-06 00:44:47 -08:00
k8s-merge-robot
939927fe90
Merge pull request #20277 from deads2k/pin-generator
...
Auto commit by PR queue bot
2016-02-05 23:41:30 -08:00
k8s-merge-robot
6c5540baae
Merge pull request #20232 from mml/daemonset-warn
...
Auto commit by PR queue bot
2016-02-05 23:12:51 -08:00
Madhusudan.C.S
4f9b8b2bfc
Link all the ReplicaSet controller boilerplate together.
...
1. Enable replica set in controller manager.
2. Enable replica set etcd storage in master package.
3. Add replica set support to kubectl commands.
2016-02-05 21:05:10 -08:00
k8s-merge-robot
fcf9c4a1e4
Merge pull request #19741 from pwittrock/syncfsmetrics
...
Auto commit by PR queue bot
2016-02-05 17:54:22 -08:00
Janet Kuo
bb0c5fea0e
Fix test failure
2016-02-05 17:26:07 -08:00
Mike Danese
b1743a6887
this is a manual reversion of #20702
...
I can't revert with github which says "Sorry, this pull request couldn’t be
reverted automatically. It may have already been reverted, or the content may
have changed since it was merged."
Reverts commit: 0c191e787b
2016-02-05 16:34:02 -08:00
Phillip Wittrock
3de94cd23c
Supply volume fs metrics to server/stats/handler.go
...
* Metrics will not be expose until they are hooked up to a handler
* Metrics are not cached and expose a dos vector, this must be fixed before release or the stats should not be exposed through an api endpoint
2016-02-05 16:00:24 -08:00
k8s-merge-robot
5066e507ae
Merge pull request #20194 from derekwaynecarr/fix_hack_test_cmd
...
Auto commit by PR queue bot
2016-02-05 14:39:00 -08:00
Daniel Smith
9441721fee
Merge pull request #19689 from AdoHe/kubectl_label_display
...
kubectl add show-labels flag to make it more readable
2016-02-05 14:08:37 -08:00
Daniel Smith
b278c6acd9
Merge pull request #20565 from kubernetes/revert-20000-disable-flaky
...
Revert "Disable flaky test."
2016-02-05 14:01:07 -08:00
k8s-merge-robot
14d74a1c01
Merge pull request #19365 from jsafrane/devel/retry-delete
...
Auto commit by PR queue bot
2016-02-05 09:55:21 -08:00
k8s-merge-robot
06060d4d77
Merge pull request #20716 from gmarek/master
...
Auto commit by PR queue bot
2016-02-05 08:53:32 -08:00
k8s-merge-robot
266d7aa5b3
Merge pull request #19783 from magicwang-cn/master
...
Auto commit by PR queue bot
2016-02-05 08:53:30 -08:00
Jan Safranek
76b6449715
Retry recycle or delete operation on failure.
...
Recycle controller tries to recycle or delete a PV several times.
It stores count of failed attempts and timestamp of the last attempt in
annotations of the PV.
By default, the controller tries to recycle/delete a PV 3 times in
10 minutes interval. These values are configurable by
kube-controller-manager --pv-recycler-maximum-retry=X --pvclaimbinder-sync-period=Y
arguments.
2016-02-05 17:02:13 +01:00
gmarek
432d04149b
Run enormous-startup suite in us-east1-b zone
2016-02-05 16:52:15 +01:00
k8s-merge-robot
ae15a4437b
Merge pull request #19944 from mwielgus/simple-cm
...
Auto commit by PR queue bot
2016-02-05 06:41:28 -08:00
gmarek
0c191e787b
Split controller flags between controllers
2016-02-05 12:17:51 +01:00
Marcin Wielgus
bf0c881263
Set Docker custom metric label for cAdvisor if custom metric volume is mounted
2016-02-05 12:00:02 +01:00
magicwang-cn
d2cf858560
make watch cache sizes configuratable of kube-apiserver
2016-02-05 15:47:27 +08: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
AdoHe
714d12cf72
kubectl add show-labels flag to make it more readable
2016-02-04 02:08:44 -05: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
k8s-merge-robot
bb7ad7cd09
Merge pull request #18795 from dcbw/cbr0-network-plugin
...
Auto commit by PR queue bot
2016-02-03 19:46:25 -08:00
k8s-merge-robot
d4da1ee3ce
Merge pull request #19835 from janetkuo/kubectl-rollout
...
Auto commit by PR queue bot
2016-02-03 17:39:04 -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
Paul Morie
6a5157b496
Allow boilerplate checks on whole filenames
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
Daniel Smith
24b8125bb1
Revert "Disable flaky test."
2016-02-03 10:15:38 -08:00
Isaac Hollander McCreery
3b89db78bf
Organize jobs in e2e.sh
2016-02-03 09:06:08 -08:00
Dan Williams
fabb65c13f
Add a network plugin that duplicates "configureCBR0" functionality
2016-02-03 10:08:08 -06: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
Janet Kuo
442c75045a
Add kubectl rollout undo
2016-02-02 14:20:01 -08:00
k8s-merge-robot
8bab0022ad
Merge pull request #20000 from erictune/disable-flaky
...
Auto commit by PR queue bot
2016-02-02 11:29:34 -08:00
Matt Liggett
f2d5375bc0
Stop deleting DaemonSet pods during drain.
...
We do this because they will be recreated immediately by the
DaemonSet Controller. In addition, we also require a specific flag
(--ignore-daemonsets) when there are DaemonSet pods on the node.
2016-02-02 11:13:29 -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
k8s-merge-robot
74c62aecc5
Merge pull request #20186 from lavalamp/import-boss
...
Auto commit by PR queue bot
2016-02-02 06:21:50 -08:00
k8s-merge-robot
c5260c8c71
Merge pull request #20145 from mqliang/quorum-read
...
Auto commit by PR queue bot
2016-02-02 05:50:41 -08:00
k8s-merge-robot
ac24a68801
Merge pull request #20094 from mesosphere/jdef_mesos_026_godeps
...
Auto commit by PR queue bot
2016-02-02 03:19:25 -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
James DeFelice
e01b5560ca
swappable storage backends for frameworkID
2016-02-01 06:03:25 +00:00
Alex Robinson
1903c4eb51
Merge pull request #19605 from aveshagarwal/master-sort-by-panic
...
Fix panic when sort-by is used with kubectl get.
2016-01-30 10:48:56 -08:00
k8s-merge-robot
e4c5f892c6
Merge pull request #20234 from mml/update-objects
...
Auto commit by PR queue bot
2016-01-30 07:32:25 -08:00
mqliang
b0e06c14e5
add a knob to enable quorum read
2016-01-30 20:32:12 +08:00
k8s-merge-robot
7912682595
Merge pull request #20226 from smarterclayton/fix_extract_list
...
Auto commit by PR queue bot
2016-01-29 17:15:30 -08:00
Matt Liggett
1cd140fe49
When running test-update-storage-objects, only build kube-apiserver.
...
Prior to this we built everything. So slow!
2016-01-29 15:56:51 -08: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
Daniel Smith
22b43d8f82
Determinisitically get kubectl proxy port
2016-01-28 16:07:08 -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
Fabio Yeon
70ff0bda57
Merge pull request #20201 from caesarxuchao/resilient-wget
...
make wget in gen-swagger-doc more resilient
2016-01-28 13:32:24 -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
Matt Liggett
352c439a96
Guard both kill and wait with APISERVER_PID.
2016-01-28 11:05:02 -08:00
deads2k
ec2008d948
pin the run command to produce a job
2016-01-28 12:55:36 -05:00
Fabio Yeon
146a9e6075
Merge pull request #19667 from ihmccreery/fix-provider-skip-lists
...
Remove provider skip lists
2016-01-28 09:47:56 -08:00
k8s-merge-robot
d3fdc61ff7
Merge pull request #19696 from mesosphere/jdef_mesos_pod_discovery
...
Auto commit by PR queue bot
2016-01-28 01:15:40 -08:00
Daniel Smith
46d12b185e
Add 'import-boss': enforce go import restrictions.
2016-01-27 16:18:46 -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
Clayton Coleman
71a13f7f4b
ExtractList should handle v1.RawExtension correctly
...
Also fixes CustomColumnPrinter to pass decoder in, and ensures a test
case tests the combined path.
2016-01-27 15:30:21 -05:00
James DeFelice
06df194943
updated license exceptions for testify and yaml.v2
2016-01-27 17:25:00 +00: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
k8s-merge-robot
729a76f749
Merge pull request #19512 from mml/update-objects
...
Auto commit by PR queue bot
2016-01-27 07:40:47 -08: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
k8s-merge-robot
603931f237
Merge pull request #20038 from caesarxuchao/remove-cmd-unused
...
Auto commit by PR queue bot
2016-01-26 22:18:25 -08:00
Chao Xu
237f4451b6
make wget in gen-swagger-doc more resilient
2016-01-26 22:09:12 -08:00
derekwaynecarr
c906e9c90a
hack/test-cmd.sh did not run any admission control
2016-01-26 21:28:05 -05:00
k8s-merge-robot
91527c29cf
Merge pull request #17382 from caesarxuchao/rewrite-linkchecker
...
Auto commit by PR queue bot
2016-01-26 17:51:44 -08:00
Chao Xu
3ec4cd423e
linkchecker tool now visits the URL to determine if it's valid
2016-01-26 17:01:37 -08: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
k8s-merge-robot
3254df3a7c
Merge pull request #19426 from smarterclayton/rewrite_tags
...
Auto commit by PR queue bot
2016-01-26 13:11:58 -08:00
Jeff Grafton
3cec673a4b
Use PR# rather than git sha1 for PR log path
2016-01-26 11:11:54 -08:00
Avesh Agarwal
bec2d678b9
Fix panic when sort-by is used with kubectl get.
2016-01-26 13:58:24 -05: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
Clayton Coleman
14a3aaf479
protobuf: During generation, copy protobuf tags back
...
The protobuf tags contain the assigned tag id, which then ensures
subsequent generation is consistently tagging (tags don't change across
generations unless someone deletes the protobuf tag).
In addition, generate final proto IDL that is free of gogoproto
extensions for ease of generation into other languages.
Add a flag --keep-gogoproto which preserves the gogoproto extensions in
the final IDL.
2016-01-26 11:41:21 -05: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
k8s-merge-robot
8c821700f3
Merge pull request #19389 from justinsb/internal_cidr
...
Auto commit by PR queue bot
2016-01-26 03:58:48 -08:00
k8s-merge-robot
3f40fb7d0a
Merge pull request #17923 from yuvipanda/kube2dns-pflag
...
Auto commit by PR queue bot
2016-01-26 02:13:44 -08:00
k8s-merge-robot
9ae960ef7c
Merge pull request #19718 from pmorie/update-all-err
...
Auto commit by PR queue bot
2016-01-25 19:47:59 -08:00
Dawn Chen
02e6f56b65
Merge pull request #19977 from brendandburns/deps
...
Update the docker/spdystream dependency
2016-01-25 16:55:01 -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
Brendan Burns
61ff7475a8
Add a stray dependency that was missing due to godep update
2016-01-25 10:05:29 -08:00
James DeFelice
1748f028d5
experimental support for task discovery-info generation
2016-01-25 16:25:03 +00:00
k8s-merge-robot
d3b869ae14
Merge pull request #17922 from smarterclayton/split_codec
...
Auto commit by PR queue bot
2016-01-25 06:30:39 -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
Justin Santa Barbara
d8460d5920
AWS: Pass non-masquerade-cidr through kube-up
...
Set the environment variable NON_MASQUERADE_CIDR.
Docs in cluster/aws/options.md
2016-01-22 21:01:44 -05:00
Chao Xu
bc2a9736dc
remove duplicated tests
2016-01-22 15:40:42 -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
Eric Tune
7944fa01ec
Disable flaky test.
2016-01-22 09:55:39 -08:00
YuviPanda
1751bcf1e1
Update hack/verify-flags/exceptions.txt
2016-01-22 00:19:01 -08:00
Clayton Coleman
c49cd4edf9
Alter the build to generate for __internal correctly
2016-01-22 01:10:22 -05:00
Paul Morie
9be7883f7e
Make hack/update-all.sh short-circuit unless run with -a
2016-01-22 00:17:14 -05:00
YuviPanda
f0c5051201
Fix verify-flags lists to account for flag changes
2016-01-21 16:59:02 -08:00
Joe Finney
3eef36b8a0
Handle multijob runners properly in verify-jenkins-jobs.sh
2016-01-21 14:28:32 -08:00
Alex Mohr
359c684d57
Merge pull request #19698 from kargakis/expose-deployments
...
kubectl: Support exposing deployments
2016-01-21 14:26:14 -08:00
Joe Finney
9dccefae8f
Add examples E2E job to source control.
2016-01-21 13:46:47 -08:00
Justin Santa Barbara
58191c446c
Allow non-masquerade-cidr to be passed to the kubelet
...
Removing the hard-coding of 10.0.0.0/8
Issue #11204
2016-01-21 15:18:31 -05: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
Alex Mohr
eaa61a72b0
Merge pull request #17919 from justinsb/multizone_gce
...
Ubernetes Lite support for GCE
2016-01-21 10:22:34 -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
dda29bedd8
Merge pull request #18722 from deads2k/add-sar
...
Auto commit by PR queue bot
2016-01-21 07:06:05 -08: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
Justin Santa Barbara
43cbfb74fe
Ubernetes Lite GCE: Support multiple zones in GCE cloud provider
...
We adapt the existing code to work across all zones in a region.
We require a feature-flag to enable Ubernetes-Lite
Reasons:
* There are some behavioural changes if users create volumes with
the same name in two zones.
* We don't want to make one API call per zone if we're not running
Ubernetes-Lite.
* Ubernetes-Lite is still experimental.
There isn't a parallel flag implemented for AWS, because at the moment
there would be no behaviour changes from this.
2016-01-20 23:04:53 -05:00
deads2k
14396fc464
add subject access review types
2016-01-20 08:24:15 -05:00
k8s-merge-robot
a5d2c1b0fb
Merge pull request #18706 from eparis/upstream-godep
...
Auto commit by PR queue bot
2016-01-20 04:43:26 -08:00
k8s-merge-robot
2a79ac4a31
Merge pull request #18322 from mesosphere/licenses
...
Auto commit by PR queue bot
2016-01-19 17:17:17 -08:00
Jeff Grafton
ad8ea35d94
Update kubekins-test image to include netcat
2016-01-19 16:24:58 -08:00
Jeff Grafton
62bc09adf3
Only return unprivileged ports in get_random_port and fix nc argument bug
2016-01-19 16:24:43 -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
Clayton Coleman
dc83a11758
Merge pull request #19768 from madhusudancs/fix-update-codecgen
...
Do not dirname on the dependency file's path twice while generating types using codecgen.
2016-01-18 11:15:12 -05:00
k8s-merge-robot
bd8d37f6f2
Merge pull request #19522 from apcera/dev_python3
...
Auto commit by PR queue bot
2016-01-17 03:21:07 -08:00
Madhusudan.C.S
1511466b9d
Do not dirname on the dependency file's path twice while generating types using codecgen.
2016-01-17 02:23:26 -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
Michail Kargakis
08d8843a9c
kubectl: Support exposing deployments
2016-01-15 17:02:24 +01: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
Karl Isenberg
6125f539b6
Add hack/update-godep-licenses.sh to generate Godeps/LICENSES.md
...
- Add Godeps/LICENSES.md
- Add verify-godep-licenses to verify that Godeps/LICENSES.md is up to date
- Trigger verify-godep-licenses in the pre-commit hook only if the Godeps dir has changed
- Exclude verify-godep-licenses in verify-all
- Add verify-godep-licenses to make verify (used by travis)
- Add verify-godep-licenses to shippable
- Update dev docs to mention update-godep-licenses
2016-01-14 09:05:25 -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
k8s-merge-robot
c059dfdb9b
Merge pull request #18712 from pmorie/config-kubectl
...
Auto commit by PR queue bot
2016-01-13 13:51:29 -08:00
k8s-merge-robot
25c31b6cc8
Merge pull request #19588 from mikedanese/boiler
...
Auto commit by PR queue bot
2016-01-13 09:15:22 -08:00
k8s-merge-robot
cf7d2af14a
Merge pull request #19086 from mikedanese/fix-build
...
Auto commit by PR queue bot
2016-01-13 02:12:44 -08:00
k8s-merge-robot
c475b4ee35
Merge pull request #18611 from timstclair/allocatable-impl2
...
Auto commit by PR queue bot
2016-01-12 22:48:12 -08:00
Mike Danese
a6589f7d38
hack: ignore cluster/env.sh in boilerplate check
...
This is used for user configuration overrides in cluster/. We should not
enforce the boilerplate headers in this file.
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-12 22:04:33 -08:00
Mike Danese
f71657d9a6
retrofit the scheduler with the leader election client.
...
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-12 21:37:03 -08:00
Tim St. Clair
e2ffd007f7
Implement node Allocatable
...
Add `kube-reserved` and `system-reserved` flags for configuration
reserved resources for usage outside of kubernetes pods. Allocatable is
provided by the Kubelet according to the formula:
```
Allocatable = Capacity - KubeReserved - SystemReserved
```
Also provides a method for estimating a reasonable default for
`KubeReserved`, but the current implementation probably is low and needs
more tuning.
2016-01-12 17:00:43 -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
Mike Danese
bf763bba95
Merge pull request #19498 from pwittrock/nodelabels
...
Node labels: Remove node-labels-file command line option. Change --n…
2016-01-12 15:12:57 -08:00
Phillip Wittrock
f1c8384ff4
Node labels: Remove node-labels-file command line option. Change --node-label format from key=value to key:value to be consitent with how the header key:value is specified on command line.
2016-01-12 12:57:12 -08:00
Chao Xu
64083a0576
Generate the clientset
2016-01-12 11:30:04 -08:00
Josh Ellithorpe
76e8a8b08d
Fix issues with Python3 and bring up a dev cluster
2016-01-12 11:08:42 -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
Mike Danese
22cfa5ea7e
build: move some of hack/lib/ into a new cluster/lib/
...
Some functionality in hack/lib is currently depended on by
cluster/common.sh so kube-up from the full release tar (which
does not include hack/) is currently broken. With this PR we
create cluster/lib/ and move the necessary bits from hack/
over to get kube-up working again.
Fixes: 96d1b8d1b2
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-11 17:10:26 -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
Matt Liggett
fefb7a9846
Reduce test-update-storage-objects flakiness by adding a sleep.
2016-01-11 15:08:50 -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
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
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
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