k8s-merge-robot
96586e7c60
Merge pull request #23958 from petervo/byte-args
...
Automatic merge from submit-queue
kubectl: Allow []byte config fields to be set by the cli
Allows []byte config fields such as 'certificate-authority-data' to be set using `kubectl config set` commands.
2016-04-26 10:23:07 -07:00
k8s-merge-robot
9b08bc62d1
Merge pull request #24623 from ixdy/kubemark-cluster-logs
...
Automatic merge from submit-queue
Use cluster/log-dump.sh to collect base cluster logs in kubemark
Fixes #24415 .
cc @fejta @spxtr @wojtek-t
2016-04-26 09:13:42 -07:00
k8s-merge-robot
d609e6cc98
Merge pull request #24676 from jeffvance/hack-pv
...
Automatic merge from submit-queue
added claim_binder sync period
simple addition to local-up-cluster to support pvclaimbinder-sync-period.
2016-04-26 08:07:15 -07:00
k8s-merge-robot
b8131feaf4
Merge pull request #24131 from fejta/cron
...
Automatic merge from submit-queue
Script to cache metadata requests on the jenkins master
Fixes https://github.com/kubernetes/kubernetes/issues/23545
Create an http server which caches most requests to the metadata server. Use special logic to cache access tokens such that the expires_on json field is correct. Add a script to simplify enabling/disabling the cache by editing `/etc/hosts`
2016-04-26 08:07:13 -07:00
jianhuiz
3bdd4130cd
add protobuf generation
2016-04-26 02:08:10 -07:00
jianhuiz
1c1ad1ad3f
add cluster registry
2016-04-26 02:06:47 -07:00
Erick Fejta
7605ff0380
Script to cache metadata requests on the jenkins master
2016-04-25 23:15:27 -07:00
Clayton Coleman
4752d1a181
Allow test-cmd to run on non-Linux OS
2016-04-25 19:40:25 -04:00
Joe Finney
5121ce3dc3
Shallow clone for kubernetes-build and kubernetes-test-go jobs.
2016-04-25 15:43:55 -07:00
Zach Loafman
a505882adb
gke-large-cluster: Allow up to 1% of 1000 = 10 nodes
...
Per 2016/03/16 GKE release note, CreateCluster can return success with
only 99% success.
2016-04-25 14:16:26 -07:00
Alain Roy
fa9d79df75
Initial kube-up support for VMware's Photon Controller
...
This is for: https://github.com/kubernetes/kubernetes/issues/24121
Photon Controller is an open-source cloud management platform. More
information is available at:
http://vmware.github.io/photon-controller/
This commit provides initial support for Photon Controller. The
following features are tested and working:
- kube-up and kube-down
- Basic pod and service management
- Networking within the Kubernetes cluster
- UI and DNS addons
It has been tested with a Kubernetes cluster of up to 10
nodes. Further work on scaling is planned for the near future.
Internally we have implemented continuous integration testing and will
run it multiple times per day against the Kubernetes master branch
once this is integrated so we can quickly react to problems.
A few things have not yet been implemented, but are planned:
- Support for kube-push
- Support for test-build-release, test-setup, test-teardown
Assuming this is accepted for inclusion, we will write documentation
for the kubernetes.io site.
We have included a script to help users configure Photon Controller
for use with Kubernetes. While not required, it will help some
users get started more quickly. It will be documented.
We are aware of the kube-deploy efforts and will track them and
support them as appropriate.
2016-04-25 13:24:16 -07:00
Zach Loafman
cc7634f84a
Change kubernetes-e2e-gke-large-cluster to n1-highmem-2
...
c.f. internal b/27776043
2016-04-25 11:19:42 -07:00
Chao Xu
5cd4929764
update codegen before update codecgen
2016-04-25 11:15:53 -07:00
Jeff Vance
f4f6a53a3b
added claim_binder sync period
2016-04-25 09:40:50 -07:00
Jeff Lowdermilk
1baa473ef2
kubectl rolling-update support for same image
2016-04-25 09:20:15 -07:00
derekwaynecarr
1ff0a793d7
Add generated artifacts for kubelet flags
2016-04-24 19:03:23 -04:00
k8s-merge-robot
945daaae91
Merge pull request #24626 from nikhiljindal/kubeapiversions
...
Automatic merge from submit-queue
Removing KUBE_API_VERSIONS from our test scripts
We dont need to specify them.
Its an unnecessary extra change that people have to make while adding a group.
We also need this change for ubernetes.
cc @caesarxuchao @jianhuiz
2016-04-22 16:36:19 -07:00
petervo
4f9d3ace5d
kubectl: Allow []byte config fields to be set by the cli
...
Allows []byte config fields such as 'certificate-authority-data'
to be set using `kubectl config set` commands.
2016-04-22 15:53:24 -07:00
k8s-merge-robot
2e9bcb8311
Merge pull request #24025 from ZJU-SEL/fix-working-dirctory-mistake
...
Automatic merge from submit-queue
fix relative working dirctory of KUBE_ROOT
fix relative working dirctory of `KUBE_ROOT`, do not need to change to `KUBE_ROOT` in the first place
Signed-off-by: Crazykev <zcq8989@gmail.com>
2016-04-22 15:01:16 -07:00
Joe Finney
009ea19bf6
Up to go 1.6.2.
2016-04-22 14:21:52 -07:00
k8s-merge-robot
19a106f61e
Merge pull request #24274 from euank/configurable-release-bucket
...
Automatic merge from submit-queue
jenkins: Allow configuration of release bucket
This allows others to leverage the existing E2E code to test some
patched kube binary by simply overriding the bucket and reusing many of
the existing scripts
2016-04-21 23:09:05 -07:00
k8s-merge-robot
7acb5db00f
Merge pull request #24637 from caesarxuchao/disable-linkcheck-jenkins
...
Automatic merge from submit-queue
disable linkcheck jenkins job
I don't have time to fix linkcheck any soon, so temporarily disable the job.
ref #23162
2016-04-21 19:04:00 -07:00
Chao Xu
68e474381e
disable linkcheck jenkins job
2016-04-21 16:07:47 -07:00
k8s-merge-robot
c9ab0ebbd4
Merge pull request #24627 from zmerlynn/1000nodes
...
Automatic merge from submit-queue
First pass at a GKE large cluster Jenkins job
Runs a 1000 node GKE parallel e2e test. On demand only. We'll add more
tests as I see what actually works - this is going to have some
flakiness on its own.
2016-04-21 15:40:54 -07:00
k8s-merge-robot
e73606b974
Merge pull request #24574 from nikhiljindal/buildFederatedServer
...
Automatic merge from submit-queue
update hack/build-go to build federation/cmd/federated-apiserver as well
federation/cmd/federated-apiserver was added in https://github.com/kubernetes/kubernetes/pull/23509
cc @jianhuiz
2016-04-21 15:00:06 -07:00
Jeff Grafton
308692a0c5
Use cluster/log-dump.sh to collect base cluster logs in kubemark
2016-04-21 14:39:10 -07:00
Zach Loafman
fa2a516fce
First pass at a GKE large cluster Jenkins job
...
Runs a 1000 node GKE parallel e2e test. On demand only. We'll add more
tests as I see what actually works - this is going to have some
flakiness on its own.
2016-04-21 14:36:56 -07:00
nikhiljindal
75b0842388
Removing KUBE_API_VERSIONS from our test scripts
2016-04-21 13:56:04 -07:00
k8s-merge-robot
34fc7f0401
Merge pull request #24461 from wojtek-t/enable_components_to_use_protobufs
...
Automatic merge from submit-queue
Allow components to use protobufs while talking to apiserver.
2016-04-21 12:46:17 -07:00
nikhiljindal
aa4cdac005
hack/build-go tp build federation/cmd/federated-apiserver as well
2016-04-21 12:38:53 -07:00
k8s-merge-robot
de3ce4f465
Merge pull request #24519 from fejta/heapster
...
Automatic merge from submit-queue
Disable heapster job which has been broken for a month
https://github.com/kubernetes/kubernetes/issues/23538
This job is no longer producing a useful signal. http://kubekins.dls.corp.google.com/ shows that the last pass was nearly two months ago. I would like to disable the job until someone has the chance to fix it so we are not wasting jenkins resources, contributing to system instability.
2016-04-21 11:29:19 -07:00
Wojciech Tyczynski
43f5102903
Verify protobufs
2016-04-21 16:22:52 +02:00
Wojciech Tyczynski
31e2f8e485
Regenerate files
2016-04-21 14:12:13 +02:00
Erick Fejta
e5dfba496d
Disable heapster job which has been broken for a month
2016-04-20 20:09:09 -07:00
Prashanth Balasubramanian
0ac10c6cc2
PetSet type, apps apigroup
2016-04-20 18:49:31 -07:00
k8s-merge-robot
2599607a64
Merge pull request #24521 from fejta/flannel
...
Automatic merge from submit-queue
Disable flannel job until it works
https://github.com/kubernetes/kubernetes/issues/24520
See bug, this job is fails every time and has done so for two months. Until someone has time to investigate and fix disable the job on jenkins so we're not wasting resources and reducing system stability.
2016-04-20 18:27:28 -07:00
k8s-merge-robot
cee4273e43
Merge pull request #24374 from smarterclayton/proto_default_on
...
Automatic merge from submit-queue
Enable protobuf compilation by default
Enables protobuf compilation, build verification checks, and generates all initial code.
kubectl is now 47M on OSX, build time from clean on a 2014 MBP (4 core) on Go 1.6 is ~150s.
@wojtek-t
2016-04-20 18:27:26 -07:00
Erick Fejta
7c2eb2c43e
Disable flannel job until it works
2016-04-20 17:18:01 -07:00
k8s-merge-robot
49741c71aa
Merge pull request #24270 from gtank/swaggergen-defaults
...
Automatic merge from submit-queue
hack: change update-swagger-spec.sh apiserver defaults
Removing the explicit list of KUBE_API_VERSIONS will cause the apiserver
to enable all APIs by default. This change reduces the amount of script
hacking needed to add new API groups in the future.
2016-04-20 17:13:34 -07:00
goltermann
3fa6c6f6d9
Enable vet
2016-04-20 09:48:24 -07:00
Clayton Coleman
befe95869b
Add generated-protobuf to hack/update-all.sh
2016-04-20 12:13:10 -04:00
Clayton Coleman
ddb7b54006
Ensure a newline at the end of all API docs
2016-04-20 12:13:08 -04:00
Clayton Coleman
cea4c010a6
Strip the proto build guard
2016-04-20 12:12:29 -04:00
k8s-merge-robot
86544c2288
Merge pull request #24426 from pwittrock/flaky
...
Automatic merge from submit-queue
Incremental improvements to kubelet e2e tests
- Add keep-alive to ssh connection
- Don't try to stop services on image-based runs
- Increase jenkins ci timeout to 90 minutes to accomadate unpredictable go build times
- Remove spammy log statement
2016-04-19 22:36:40 -07:00
CJ Cullen
760568796f
Masquerade traffic from off-cluster going through kube-proxy.
2016-04-19 21:39:34 -07:00
k8s-merge-robot
265c7df39e
Merge pull request #24232 from spxtr/e2e-docs
...
Automatic merge from submit-queue
Add some more info to the Jenkins README.
This is a bit of a work-in-progress, and I'd appreciate feedback on what to add or remove. I'm not sure that I need to say so much about the GCS format, and I should probably say some more about JJB.
@kubernetes/sig-testing
2016-04-19 16:37:15 -07:00
k8s-merge-robot
c1fe51c7f8
Merge pull request #24439 from nikhiljindal/fixVerifySwaggerDocs
...
Automatic merge from submit-queue
Removing call to update-swagger-spec.sh from update-generated-swagger-docs.sh
Fixes https://github.com/kubernetes/kubernetes/issues/24233
Right now `update-generated-swagger-docs.sh` calls `update-swagger-spec.sh`, but `verify-generated-swagger-docs.sh` does not verify swagger spec (that is done by `verify-swagger-spec.sh`).
Hence, `verify-swagger-spec` breaks if it is called after `verify-generated-swagger-docs`.
Fixing it by removing the call to `update-swagger-spec.sh` from `update-generated-swagger-docs.sh`.
This will require users to run both `update-swagger-spec` and `update-generated-swagger-docs` when they update api types, but they already need to run many more scripts (`update-api-reference-docs`, `update-codegen`).
People should mostly be running hack/update-all.sh directly :)
2016-04-19 15:07:10 -07:00
Jeff Lowdermilk
d5425708a6
Merge pull request #24425 from jlowdermilk/list-resources
...
Always pull list-resources.sh from head
2016-04-19 14:54:49 -07:00
k8s-merge-robot
d01939e604
Merge pull request #24283 from andyzheng0831/e2e
...
Automatic merge from submit-queue
Shorten cluster names in GKE Jenkins on Trusty
We identified an issue that the PD tests in GKE Jenkins on Trusty fail because the PD name is longer than the limit of 63 characters. The PD name embeds the "E2E_NAME" env variable exported in the Jenkins job configuration. This PR shortens that string for all GKE Jenkins on Trusty. As a result, the PD name will meet the limit requirement.
2016-04-19 14:31:30 -07:00
k8s-merge-robot
02a133e21f
Merge pull request #24468 from johscheuer/fix-kube-root-codegen
...
Automatic merge from submit-queue
Remove double assignment of KUBE_ROOT
`KUBE_ROOT` got assigned twice in the codegen script.
2016-04-19 13:51:16 -07:00
k8s-merge-robot
d1c5ae65d8
Merge pull request #24480 from spxtr/bump-test-go
...
Automatic merge from submit-queue
Bump kubernetes-test-go timeout.
It looks like the run times got more inconsistent because of load on the VM. Adding another Jenkins slave improved things so we're not constantly timing out, but it still gets a little close to timing out at times.
Average runtime is ~45 mins so I went with a 100 min timeout.
Fixes #24285
2016-04-19 13:03:30 -07:00
k8s-merge-robot
705837683a
Merge pull request #24346 from spxtr/remove-1-1-soak
...
Automatic merge from submit-queue
Remove soak and disruptive 1.1 Jenkins jobs.
They're both in the kubernetes-jenkins project, not their own. The disruptive one isn't a critical build, and I don't think the soak should be critical at all, since it's never green for a week anyway and I don't think we ever plan for it to be.
2016-04-19 13:03:28 -07:00
Jeff Lowdermilk
4402cbc289
Always pull list-resources.sh from head
...
This should fix tag-pinned GKE tests that are currently broken
because #24058 doesn't exist for v1.2.2.
2016-04-19 11:40:59 -07:00
k8s-merge-robot
c9c2a252f6
Merge pull request #24477 from ihmccreery/bump-timeout
...
Automatic merge from submit-queue
Bump upgrade test timout to 10 hours
@spxtr is it reasonable to expect that running the v1.2 tests in serial would take longer than ~ 5 hours (assuming the upgrade beforehand takes < 1 hour)?
2016-04-19 10:48:46 -07:00
Joe Finney
999ee9a222
Bump kubernetes-test-go timeout.
2016-04-19 10:02:31 -07:00
Isaac Hollander McCreery
59dfea62cc
Bump upgrade test timout to 10 hours
2016-04-19 09:35:34 -07:00
Johannes Scheuermann
38cb577cd3
Remove double assignment of KUBE_ROOT
2016-04-19 16:18:16 +02:00
k8s-merge-robot
b1aabc794d
Merge pull request #24448 from a-robinson/multizone
...
Automatic merge from submit-queue
Use 3 nodes per zone in the GKE multizone test instead of 1
@quinton-hoole @saad-ali
2016-04-19 03:47:10 -07:00
k8s-merge-robot
c37e3cc6b9
Merge pull request #24435 from spxtr/fix-test-go
...
Automatic merge from submit-queue
Run test-go less often on release branches.
I made 1.2 run every 3 hours and 1.1 run every 6 hours. They'll still run right away once a build completes.
I'm going to have to lower the number of executors on the Jenkins slaves that run test-go jobs, since running 3 at a time makes them use up all the CPU and flake.
2016-04-19 03:47:09 -07:00
k8s-merge-robot
9ae35f875d
Merge pull request #23774 from cjdrake/master
...
Automatic merge from submit-queue
Replace tab with eight spaces
This file only uses spaces for indentation, and my text editor highlighted the one tab.
2016-04-19 03:47:06 -07:00
Alex Robinson
27096ccf5c
Use 3 nodes per zone in the GKE multizone test instead of 1
2016-04-18 21:32:52 -07:00
nikhiljindal
be5b842eb3
Adding note regarding which script requires another script to be run before that
2016-04-18 17:58:02 -07:00
nikhiljindal
ff06f1e200
removing call to update-swagger-spec.sh from update-generated-swagger-docs.sh
2016-04-18 17:58:02 -07:00
k8s-merge-robot
5abbc24a86
Merge pull request #24432 from ihmccreery/upg-num-node-fix
...
Automatic merge from submit-queue
Export NUM_MINIONS and MINION_SIZE for experimental upgrade tests
This has precedent in `e2e.sh`: https://github.com/kubernetes/kubernetes/blob/release-1.1/hack/jenkins/e2e.sh#L811
2016-04-18 16:51:25 -07:00
Joe Finney
8436b9dc72
Run test-go less often on release branches.
2016-04-18 16:15:53 -07:00
Isaac Hollander McCreery
36d46e6464
Export NUM_MINIONS=3 and MINION_SIZE='n1-standard-2' for experimental upgrade tests starting in v1.1.
2016-04-18 16:02:16 -07:00
Phillip Wittrock
90d2f9ad5e
Incremental improvements to kubelet e2e tests
...
- Add keep-alive to ssh connection
- Don't try to stop services on image-based runs
- Increase jenkins ci timeout to 90 minutes to accomadate unpredictable go build times
- Remove spammy log statement
2016-04-18 13:56:07 -07:00
Joe Finney
f3b2490c90
Kubemark tests need to run on the Jenkins master.
2016-04-18 09:56:02 -07:00
Joe Finney
f815be2c72
Revert "Revert "Revert "Revert "Run most GCE, GKE, and Kubemark e2e jobs inside Docker""""
...
This reverts commit e0f585ae93
.
2016-04-18 09:55:09 -07:00
k8s-merge-robot
a275a045d1
Merge pull request #23914 from sky-uk/make-etcd-cache-size-configurable
...
Automatic merge from submit-queue
Make etcd cache size configurable
Instead of the prior 50K limit, allow users to specify a more sensible size for their cluster.
I'm not sure what a sensible default is here. I'm still experimenting on my own clusters. 50 gives me a 270MB max footprint. 50K caused my apiserver to run out of memory as it exceeded >2GB. I believe that number is far too large for most people's use cases.
There are some other fundamental issues that I'm not addressing here:
- Old etcd items are cached and potentially never removed (it stores using modifiedIndex, and doesn't remove the old object when it gets updated)
- Cache isn't LRU, so there's no guarantee the cache remains hot. This makes its performance difficult to predict. More of an issue with a smaller cache size.
- 1.2 etcd entries seem to have a larger memory footprint (I never had an issue in 1.1, even though this cache existed there). I suspect that's due to image lists on the node status.
This is provided as a fix for #23323
2016-04-17 00:06:31 -07:00
k8s-merge-robot
bfc953cd4b
Merge pull request #23890 from pmorie/kubectl-describe-envs
...
Automatic merge from submit-queue
Correctly handle secret and configMap envs in kubectl describe
Fixes #23679
cc @kubernetes/kubectl @jwforres
2016-04-16 17:08:58 -07:00
k8s-merge-robot
957ee1d50a
Merge pull request #23819 from rrati/controller-manager-startup-delay
...
Automatic merge from submit-queue
Added optional delays to starting controller managers. #22669
2016-04-16 15:33:32 -07:00
Andy Zheng
b2b738eed3
Shorten cluster names in GKE Jenkins on Trusty
2016-04-16 08:56:43 -07:00
k8s-merge-robot
e87d8bacc4
Merge pull request #24273 from gtank/local-up-advertise
...
Automatic merge from submit-queue
hack: specify --advertise-address in hack/local-up-cluster.sh
This fixes the bug where the script fails to launch an apiserver on a
machine without active networking (issue #24272 ).
2016-04-16 07:31:14 -07:00
k8s-merge-robot
d40bf503ed
Merge pull request #24256 from porridge/fix-newlines
...
Automatic merge from submit-queue
Fix spacing in usage_from_stdin and info_from_stdin (issue #24186 ).
If "a" is a bash array, then the syntax to append the contents of $line as a
new element to the array is a+=("$line"), not messages+=$line
Using the former syntax just seems to append to the first element, creating a
long string and thus losing newline information.
Fixing this allows us to drop some empty lines from invocations of
usage_from_stdin.
2016-04-16 07:31:12 -07:00
k8s-merge-robot
8a44115cc5
Merge pull request #24338 from spxtr/linkcheck
...
Automatic merge from submit-queue
Move cmd/linkcheck to test targets.
https://github.com/kubernetes/kubernetes/issues/24285#issuecomment-210306681
2016-04-16 00:00:30 -07:00
k8s-merge-robot
7bc49fb085
Merge pull request #24243 from hodovska/master
...
Automatic merge from submit-queue
Remove --api-version usage in test-cmd.sh.
Kubectl flag `--api-version` has been deprecated.
Fixes #24053
2016-04-16 00:00:27 -07:00
Joe Finney
e0f585ae93
Revert "Revert "Revert "Run most GCE, GKE, and Kubemark e2e jobs inside Docker"""
...
This reverts commit 93ea0252fd
.
2016-04-15 18:41:40 -07:00
Joe Finney
009b0f051d
Merge pull request #24356 from spxtr/revert-revert
...
Revert "Revert "Run most GCE, GKE, and Kubemark e2e jobs inside Docker""
2016-04-15 16:02:30 -07:00
k8s-merge-robot
985b5f14e2
Merge pull request #24168 from ixdy/jenkins-daily-maintenance-job
...
Automatic merge from submit-queue
Rename "gcloud-update" jobs to "daily-maintenace" and add Docker cleanup
I'm guessing Jenkins Job Builder won't delete the old job, and we'll need to do that manually?
@spxtr @fejta
2016-04-15 15:41:03 -07:00
k8s-merge-robot
03f48e730e
Merge pull request #22810 from amygdala/cassandra2
...
Automatic merge from submit-queue
phase 2 of cassandra example overhaul
Here's the next iteration in overhauling this example, towards https://github.com/kubernetes/kubernetes/issues/20961 . This removes the pod adoption part, but doesn't (yet) otherwise change any of the resources used.
It also includes some README cleanup, and removes some explicit specification of labels in the rc yaml.
This PR doesn't yet add any commentary on how we're using the seed provider (re: https://github.com/kubernetes/kubernetes/issues/20961#issuecomment-190405959 etc.). Maybe we should add that.
Also: LMK if this PR should include any changes to the links out to the docs.
cc @bgrant0607 @johndmulhausen
2016-04-15 15:41:01 -07:00
Joe Finney
93ea0252fd
Revert "Revert "Run most GCE, GKE, and Kubemark e2e jobs inside Docker""
...
This reverts commit b2f8b1962f
.
2016-04-15 14:56:48 -07:00
k8s-merge-robot
82458d8f46
Merge pull request #24281 from ixdy/dockerized-e2e
...
Automatic merge from submit-queue
Set metadata.google.internal IP in dockerized e2e based on /etc/hosts
Support the metadata cacher from #24131 inside dockerized e2e runs.
cc @fejta
2016-04-15 14:48:15 -07:00
Jeff Grafton
9fa35d0bc6
Set metadata.google.internal IP in dockerized e2e based on /etc/hosts
2016-04-15 12:12:12 -07:00
k8s-merge-robot
75d9b36a2a
Merge pull request #24175 from fejta/fast
...
Automatic merge from submit-queue
Restart job 5m after the previous failure.
If a job flakes at the beginning of it scripts, it will likely sit around doing nothing for 30m blocking the merge queue. Decreasing this to 5m.
2016-04-15 12:04:08 -07:00
Mike Danese
c5cc0c34fb
Merge pull request #24277 from ihmccreery/upgrade-timeout
...
Use a sane timeout for experimental upgrade jobs, and skip v1.1 tests
2016-04-15 11:40:09 -07:00
Joe Finney
c2906ee09d
Remove soak and disruptive 1.1 Jenkins jobs.
2016-04-15 11:34:30 -07:00
Joe Finney
7179296e30
Move cmd/linkcheck to test targets.
2016-04-15 09:55:04 -07:00
Erick Fejta
f5cc8f772b
Restart job 5m after the previous failure.
2016-04-15 07:33:18 -07:00
k8s-merge-robot
ff1da7674d
Merge pull request #24268 from wojtek-t/remove_old_conversions_generator
...
Automatic merge from submit-queue
Remove old conversion generator
2016-04-15 04:25:19 -07:00
Wojciech Tyczynski
89e860e622
Remove old conversion generator
2016-04-15 12:07:57 +02:00
Amy Unruh
8846b313dc
phase 2 of cassandra example overhaul
2016-04-14 21:55:23 -07:00
Daniel Smith
225f4786af
Merge pull request #24026 from gmarek/gofmt
...
Add go1.4 and 1.6 to hack/verify-gofmt.sh and fail verify check if go…
2016-04-14 16:56:33 -07:00
Daniel Smith
a42d7fa31c
Merge pull request #23756 from smarterclayton/force_delete
...
Add a client flag to delete "--now" for grace period 0
2016-04-14 16:55:07 -07:00
Daniel Smith
d8532e0746
Merge pull request #24294 from spxtr/build-boop
...
Bump kubernetes-build timeout.
2016-04-14 16:23:11 -07:00
Daniel Smith
f778cb3bc7
Merge pull request #24223 from tyangliu/generate-yaml-docs
...
Include genyaml in update/verify generated docs scripts
2016-04-14 16:22:03 -07:00
Joe Finney
21e664aa95
Bump kubernetes-build timeout.
2016-04-14 16:16:21 -07:00
Daniel Smith
276665f774
Merge pull request #24289 from spxtr/bandaid
...
Bump the kubernetes-test-go timeout.
2016-04-14 15:52:12 -07:00
Joe Finney
b00ade13e5
Bump the kubernetes-test-go timeout.
2016-04-14 15:48:37 -07:00
Daniel Smith
a4e0aaab9d
Merge pull request #24068 from ixdy/jjb-diff
...
Compute Jenkins job config XML changes easily
2016-04-14 15:12:09 -07:00
Daniel Smith
4389aa1364
Merge pull request #23931 from luxas/build_for_arm64
...
Build Kubernetes, etcd and flannel for arm64 and ppc64le
2016-04-14 15:10:37 -07:00
Joe Finney
e6919f335e
Update Jenkins documentation.
2016-04-14 14:13:32 -07:00
Isaac Hollander McCreery
5e1a268511
Use a sane timeout for experimental upgrade jobs, and skip v1.1 tests properly
2016-04-14 13:13:20 -07:00
Euan Kemp
9f9c54cdd2
jenkins: Allow configuration of release bucket
...
This allows others to leverage the existing E2E code to test some
patched kube binary by simply overriding the bucket and reusing many of
the existing scripts
2016-04-14 12:26:43 -07:00
George Tankersley
07eb9ec305
hack: specify advertise address for local-up-cluster.sh
...
This fixes the bug where the script fails to launch an apiserver on a
machine without active networking.
2016-04-14 12:08:21 -07:00
George Tankersley
64b11a0b79
hack: change update-swagger-spec.sh apiserver defaults
...
Removing the explicit list of KUBE_API_VERSIONS will cause the apiserver
to enable all APIs by default. This change reduces the amount of script
hacking needed to add new API groups in the future.
2016-04-14 11:48:11 -07:00
Daniel Smith
490c68dbe3
Merge pull request #23768 from wojtek-t/conversions_with_framework_6
...
Migrate to new conversions generator - part 2
2016-04-14 11:30:21 -07:00
Marcin Owsiany
9ce855269e
Fix spacing in usage_from_stdin and info_from_stdin (issue #24186 ).
...
If "a" is a bash array, then the syntax to append the contents of $line as a
new element to the array is a+=("$line"), not messages+=$line
Using the former syntax just seems to append to the first element, creating a
long string and thus losing newline information.
Fixing this allows us to drop some empty lines from invocations of
usage_from_stdin.
2016-04-14 18:19:02 +02:00
Dominika Hodovska
70a43aa043
Remove --api-version usage in test-cmd.sh.
2016-04-14 10:14:11 +02:00
Lucas Käldström
4559a84d3b
Build Kubernetes, etcd and flannel for arm64 and ppc64le
2016-04-14 07:29:10 +03:00
Daniel Smith
d19bc6b245
Merge pull request #24222 from pwittrock/jjbto
...
Increase kubelet timeout from 30->45 minutes to address long build ti…
2016-04-13 17:15:25 -07:00
Phillip Wittrock
e79483ab0b
Increase kubelet timeout from 30->45 minutes to address long build times.
2016-04-13 15:14:12 -07:00
Thomas Liu
f4f04e2985
Include genyaml in update/verify generated docs scripts
2016-04-13 15:11:31 -07:00
goltermann
a3104ba96c
Final vet fixes; enabling vet checks in verify scripts.
2016-04-13 13:51:51 -07:00
Tim St. Clair
b0d3f32e88
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
Robert Rati
83de3e9733
Added optional delays to starting controller managers. #22669
2016-04-13 09:52:28 -04:00
k8s-merge-robot
d8680feda6
Merge pull request #24184 from fejta/kubemark
...
Automatic merge from submit-queue
Increase 5 node kubemark to a 60m timeout, schedule every 5m
Closes https://github.com/kubernetes/kubernetes/issues/24183 and should reduce mergebot flakes
http://kubekins.dls.corp.google.com/view/Submit%20Queue/job/kubernetes-kubemark-5-gce/1354/consoleFull is an example where everything seemed to be running find but ran out of time after 30m, which is only slightly slower than its average passing runtime of 20m. I'm increasing to 3x average runtime.
2016-04-13 04:43:05 -07:00
Erick Fejta
e1ed4d48a4
Increase 5 node kubemark to a 60m timeout and start every 5m (when not already running)
2016-04-13 01:28:46 -07:00
k8s-merge-robot
42ac05fa20
Merge pull request #24115 from rmmh/test-history-suites
...
Automatic merge from submit-queue
Add suite pages to test-history
This changes http://storage.googleapis.com/kubernetes-test-history/static/index.html to look like:

And adds sub-pages to show test results for specific suites:

2016-04-12 19:48:56 -07:00
Erick Fejta
b2f8b1962f
Revert "Run most GCE, GKE, and Kubemark e2e jobs inside Docker"
2016-04-12 18:40:21 -07:00
Ryan Hitchman
5683c0b087
Make test-history generator create pages for individual suites
...
This makes it easier to determine which tests cause particular suites to
fail.
All static HTML pages are now generated by one invocation of gen_html.py.
- make index include good/flake/fail numbers for each link
- consistently use % for string interpolation
2016-04-12 18:07:59 -07:00
Jeff Grafton
d82a8cb282
Add a verify check to check Jenkins job config changes
2016-04-12 16:49:28 -07:00
Jeff Grafton
47967d0756
Add script to compute diff in Jenkins job config changes
2016-04-12 16:49:22 -07:00
Jeff Grafton
5bcd1f8d7b
Rename "gcloud-update" jobs to "daily-maintenace" and add Docker cleanup
2016-04-12 16:43:34 -07:00
Abhi Shah
405656eff8
Merge pull request #24149 from ihmccreery/upgrade-clean
...
e2e-runner: don't clean old binaries before upgrade
2016-04-12 15:19:56 -07:00
Jeff Grafton
0fb747882d
Merge pull request #24109 from ixdy/dockerized-e2e
...
Run most GCE, GKE, and Kubemark e2e jobs inside Docker
2016-04-12 14:38:04 -07:00
k8s-merge-robot
95871a3582
Merge pull request #24066 from wonderfly/serial_tests_trusty
...
Automatic merge from submit-queue
Start running [Serial] tests in Trusty CI jobs and the release job of Trusty-dev
Adding these tests as requested in https://github.com/kubernetes/kubernetes/issues/23956#issuecomment-207096136
@spxtr Can you review this?
cc/ @dchen1107 @andyzheng0831
2016-04-12 13:28:40 -07:00
Isaac Hollander McCreery
7fb421bdc3
e2e-runner: don't clean old binaries before upgrade
2016-04-12 11:12:59 -07:00
Alex Robinson
80a75ff76c
Merge pull request #24075 from a-robinson/multizone
...
Add an e2e test suite for multi-zone GKE clusters.
2016-04-12 09:31:24 -07:00
James Ravn
5bb0595260
Make deserialization cache size configurable
...
Instead of the default 50K entries, allow users to specify more sensible
sizes for their cluster.
2016-04-12 13:42:27 +01:00
Jeff Grafton
a639e702f0
Run most GCE, GKE, and Kubemark e2e jobs inside Docker
...
Explicitly pin all <= 1.1 e2e jobs, upgrade, soak, and AWS jobs to
the master node and "legacy" e2e runner.
2016-04-11 14:26:00 -07:00
Jordan Liggitt
37c86041ca
Preserve int64 data when patching
2016-04-11 16:23:28 -04:00
Jeff Grafton
1816582fda
Remove "dirty workspace" check in e2e-runner.sh
2016-04-11 12:02:14 -07:00
Jeff Grafton
94d4a3eca3
Merge pull request #24010 from ixdy/dockerized-e2e
...
Run kubernetes-e2e-g[ck]e-flaky inside Docker
2016-04-11 11:36:18 -07:00
Isaac Hollander McCreery
f9ffeb8244
Merge pull request #24077 from ihmccreery/upgrade-version-1.1
...
Fix upgrade jobs again
2016-04-11 09:52:46 -07:00
Wojciech Tyczynski
7448cc04e1
Switch to new generator
2016-04-11 08:04:45 +02:00
k8s-merge-robot
e31177219b
Merge pull request #23962 from fejta/test-cmd
...
Automatic merge from submit-queue
Update hack/test-cmd.sh to use tagged, gcr.io images
Migrate hack/test-cmd.sh and related test data to use tagged, gcr.io versions of the images for #13288 and #20836
2016-04-09 20:37:45 -07:00
Isaac Hollander McCreery
a2fc84878e
Use 1.1 as published version for experimental upgrade jobs
2016-04-08 17:31:10 -07:00
Alex Robinson
e686ba978f
Add an e2e test suite for multi-zone GKE clusters.
2016-04-09 00:14:44 +00:00
Jeff Grafton
fde3545351
Use dockerized e2e for g[ck]e-flaky jobs, and run on the Jenkins slave
...
Force all other e2e jobs to run on master.
2016-04-08 16:45:00 -07:00
Jeff Grafton
253711016e
Make e2e-runner.sh work inside Docker and add wrapper script
2016-04-08 16:42:09 -07:00
Jeff Lowdermilk
3a1767fda0
Merge pull request #23649 from ihmccreery/release-pin
...
Create test job against release/latest on GKE
2016-04-08 16:38:42 -07:00
Erick Fejta
7d2055a762
Increase *-slow workflow timeouts to 150 as avg runtime is 50m
2016-04-08 15:54:49 -07:00
Daniel Wang
f7b674533c
Start running [Serial] tests in Trusty CI jobs and the release job of Trusty-dev
2016-04-08 14:25:11 -07:00
Jeff Lowdermilk
9ee4d79a62
Merge pull request #23821 from spxtr/retry-404
...
Retry the cloudsdk gsutil copy.
2016-04-08 12:56:28 -07:00
Jeff Lowdermilk
8b6ab71901
Merge pull request #23760 from spxtr/disable-jobs
...
Disable autoscaling Jenkins job.
2016-04-08 12:54:41 -07:00
Jeff Lowdermilk
653bc04eb2
Merge pull request #24032 from ixdy/update-job
...
Only keep 7 days' worth of logs for kubernetes-update-jenkins-jobs
2016-04-08 12:44:29 -07:00
Jeff Lowdermilk
c0567e3b5f
Merge pull request #24046 from ihmccreery/fix-upgrade-splits
...
Fix upgrade tests
2016-04-08 12:43:51 -07:00
Jeff Lowdermilk
48ea7cae48
Merge pull request #23970 from fejta/slow
...
Increase standard e2e suite timeout to 50m, twice mean runtime
2016-04-08 09:33:32 -07:00
Isaac Hollander McCreery
1c28cf016c
Fix upgrade tests
2016-04-08 08:28:18 -07:00
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