Commit Graph

1782 Commits

Author SHA1 Message Date
k8s-merge-robot
7c2befe6df Merge pull request #17573 from wonderfly/blacklist_monitoring_test_for_trusty
Auto commit by PR queue bot
2015-11-23 05:31:03 -08:00
k8s-merge-robot
4cb0beeefd Merge pull request #17392 from jlowdermilk/e2e-clean-slate
Auto commit by PR queue bot
2015-11-23 03:19:24 -08:00
Isaac Hollander McCreery
6fd986065b Merge pull request #17539 from ihmccreery/current-release-published-version
Add CURRENT_RELEASE_PUBLISHED_VERSION to e2e.sh
2015-11-22 21:23:46 -08:00
Isaac Hollander McCreery
d4dff2a31d Add CURRENT_RELEASE_PUBLISHED_VERSION 2015-11-22 12:50:25 -08:00
k8s-merge-robot
6d2b92a0be Merge pull request #17269 from janetkuo/autoscale-deployments
Auto commit by PR queue bot
2015-11-21 22:23:23 -08:00
k8s-merge-robot
1a69efc3c0 Merge pull request #17585 from ncdc/fix-test-cmd
Auto commit by PR queue bot
2015-11-21 07:30:25 -08:00
k8s-merge-robot
0e5d3e867f Merge pull request #17388 from aveshagarwal/master-script-issue
Auto commit by PR queue bot
2015-11-20 17:08:07 -08:00
Daniel Wang
ed508e9bf0 Jenkins: Skip a flaky test on Trusty release job
The monitoring test, i.e., "Monitoring should verify monitoring pods and all
cluster nodes are available on influxdb using heapster" has been failing on the
Trusty release job for a while and it is known that it won't be fixed until the
next kubernetes release, see https://github.com/google/cadvisor/issues/947 for
more details.

Let's blacklist it so that the release job can be used to catch other real
issues.
2015-11-20 14:05:20 -08:00
Andy Goldstein
f9a018d454 Add missing kube_flags to kubectl scale in hack/test-cmd.sh 2015-11-20 15:28:14 -05:00
k8s-merge-robot
ac65782e03 Merge pull request #17121 from mikedanese/kube-proxy-static
Auto commit by PR queue bot
2015-11-20 07:19:26 -08:00
Nikhil Jindal
b12550273e Merge pull request #17530 from nikhiljindal/deploymente2eFlaky
Removing a deployment test from flaky tests list
2015-11-19 14:15:54 -08:00
Jeff Lowdermilk
e4f7db65af Re-add slow tests to gke-ci-reboot filter
Reboot tests are already slow, should only run fast tests
in this job.
2015-11-19 13:45:22 -08:00
nikhiljindal
afd3095c04 Removing a deployment test from flaky 2015-11-19 13:41:10 -08:00
Jeff Lowdermilk
dfb63a72cc Update test filters now that 1.1 is default in GKE 2015-11-19 10:52:33 -08:00
k8s-merge-robot
3dd04f9240 Merge pull request #17465 from wonderfly/separate_slow_jobs_for_trusty
Auto commit by PR queue bot
2015-11-19 08:17:05 -08:00
Marcin Wielgus
feb439c67c Revert "e2e test for node out of disk conditions" 2015-11-19 14:06:12 +01:00
k8s-merge-robot
5b2e339b24 Merge pull request #16398 from madhusudancs/out-of-disk-e2e
Auto commit by PR queue bot
2015-11-18 21:49:22 -08:00
Mike Danese
1d9d11c836 run kube-proxy in a static pod 2015-11-18 16:52:10 -08:00
Abhi Shah
704eac4bb8 Merge pull request #17450 from erictune/codecgen-osx-fix
Replace readlink in update-codecgen for OSX
2015-11-18 15:05:59 -08:00
Abhi Shah
7d95a4ce05 Merge pull request #17358 from pmorie/omitempty-space
Add description check for spaces around omitempty directive
2015-11-18 14:59:06 -08:00
Daniel Wang
afa12c58af Jenkins: Run slow tests for Trusty in dedicated jobs
Take slow tests out of release jobs because they are flaky and not as critical
as the rest of the release tests.

Also update the name of the release job for Trusy beta to
kubernetes-e2e-gce-trusty-beta-release.
2015-11-18 14:51:29 -08:00
Eric Tune
761a425b92 Replace readlink in update-codecgen for OSX
OS X does not have `readlink -f`
2015-11-18 10:34:32 -08:00
Jeff Lowdermilk
e95cf1d109 Delete orphaned namespaces at e2e start for soak tests
This will help prevent soak clusters getting hosed if a test is
interrupted without cleaning up resources.
2015-11-18 09:57:19 -08:00
Jeff Grafton
e0d447bf53 Use NODE_NAME in addition to EXECUTOR_NUMBER in PR Jenkins 2015-11-17 21:36:58 -08:00
k8s-merge-robot
01656fd9a2 Merge pull request #15950 from sdminonne/mt_loop_initial_content
Auto commit by PR queue bot
2015-11-17 17:43:24 -08:00
k8s-merge-robot
2afe5178ca Merge pull request #17383 from mikedanese/get-build-cleanup
Auto commit by PR queue bot
2015-11-17 16:36:51 -08:00
Madhusudan.C.S
706d768e20 Implement e2e test for node out of disk condition.
The ability to SSH into individual nodes, described by api.Node, and running
commands on them appears to be useful for other e2e tests too. So, move
issueSSHCommand utility function to e2e util file.

Also, modify waitForNodeToBe e2e util function to take any node condition. The
current implementation only takes api.NodeReady condition into consideration.
This change makes the function take any node condition.
2015-11-17 13:19:32 -08:00
Avesh Agarwal
920f32eaa4 Set execute permission for hack/build-ui.sh as other script files. 2015-11-17 15:37:58 -05:00
Mike Danese
91de3a12a1 cleanup some nits in hack/get-build.sh 2015-11-17 11:20:17 -08:00
Paul Morie
1f9d605096 Add description check for spaces around omitempty directive 2015-11-17 14:01:28 -05:00
k8s-merge-robot
e09e30d53e Merge pull request #17254 from jlowdermilk/gke-ci-reboot
Auto commit by PR queue bot
2015-11-17 05:13:20 -08:00
k8s-merge-robot
cae1f4095a Merge pull request #17367 from piosz/deployment-e2e
Auto commit by PR queue bot
2015-11-17 03:10:02 -08:00
Piotr Szczesniak
d246e7833b Enabled HPA for deployment e2e 2015-11-17 11:40:43 +01:00
Piotr Szczesniak
e53eeb551a Enabled HPA e2e tests for release 1.1 2015-11-17 10:57:30 +01:00
k8s-merge-robot
b7eb2caf5e Merge pull request #17321 from wonderfly/master
Auto commit by PR queue bot
2015-11-16 22:21:32 -08:00
k8s-merge-robot
885134a855 Merge pull request #17328 from mikedanese/unbount-get-build
Auto commit by PR queue bot
2015-11-16 17:05:51 -08:00
Mike Danese
cd79c6c096 fix unbound variable error in hace/get-build.sh 2015-11-16 11:49:47 -08:00
Jeff Lowdermilk
d96848693e Don't use ginkgo.focus for ci-reboot
focus is whitelist, we want to run unflaky, unslow tests along with
reboot to verify cluster functionality before/after.
2015-11-16 10:51:03 -08:00
Daniel Wang
f83418bdb7 jenkins: Skip a flaky test for Trusty release jobs
The "Kubelet regular resource usage tracking over 30m0s with 0 pods per node"
was broken and fixed after the v1.1.1 cut, by pull request #14603. Trusty
release jobs always pin to the latest release version of k8s, so we would have
to wait until next 1.1 release to pick up the fix. Temporarily skipping that
test for Trusty jobs now.
2015-11-16 09:58:57 -08:00
Salvatore Dario Minonne
e2c315ee99 modifying readFileContentInLoop to display iteratively file content and eventually check initial content 2015-11-14 22:52:34 +01:00
Janet Kuo
8e99bae7ec Support autoscale deployments 2015-11-13 23:33:55 -08:00
Jeff Grafton
896d04d5f3 Install libapparmor1 in kubekins-test image 2015-11-13 17:17:52 -08:00
k8s-merge-robot
6b6d5096af Merge pull request #17177 from jayunit100/net-enable-e2e
Auto commit by PR queue bot
2015-11-13 02:28:40 -08:00
jay vyas
4617ecb72c Remove networking from flakeys 2015-11-12 16:55:40 -05:00
Daniel Wang
8c0f77e410 Jenkins: pin to v1.1.1 for trusty release tests 2015-11-12 13:53:18 -08:00
k8s-merge-robot
11511e9020 Merge pull request #17020 from timothysc/symbol-check
Auto commit by PR queue bot
2015-11-12 01:51:40 -08:00
k8s-merge-robot
ff64185c46 Merge pull request #17070 from jlowdermilk/gke-soak
Auto commit by PR queue bot
2015-11-12 01:51:28 -08:00
k8s-merge-robot
f456d76b9b Merge pull request #17122 from jlowdermilk/gke-ci-reboot
Auto commit by PR queue bot
2015-11-12 00:23:34 -08:00
Jeff Lowdermilk
87895fdb9a Add config for gke soak deploy/test jobs 2015-11-11 14:54:42 -08:00
Prashanth Balasubramanian
fe5717916b Disable l7 test on soak continuous 2015-11-11 10:50:24 -08:00