Kubernetes Submit Queue
6507a94d8e
Merge pull request #49001 from fejta/ginkgo
...
Automatic merge from submit-queue (batch tested with PRs 49043, 49001, 49057, 49066, 48102)
Explicitly set --cluster-ip-range --clean-start --minStartupPods
ref https://github.com/kubernetes/test-infra/pull/3535 https://github.com/kubernetes/test-infra/pull/3375
Also remove unused `GINKGO_PARALLELISM`
/assign @krzyzacy @ixdy
2017-07-17 22:21:15 -07:00
Zach Loafman
3a2e9d51bb
cluster/gke: If NODE_INSTANCE_GROUP is set, don't execute any bash
...
Transitional part of kubernetes/test-infra#3307 , should be eliminated
by kubernetes/test-infra#3330 : Allow NODE_INSTANCE_GROUP to be set
before we get here, which eliminates any cluster/gke use if
KUBERNETES_CONFORMANCE_PROVIDER is set to "gke".
2017-07-17 14:26:10 -07:00
Erick Fejta
46bcc330b7
Explicitly set --cluster-ip-range --clean-start --minStartupPods
2017-07-16 18:18:43 -07:00
Shyam Jeedigunta
c1a76fbb57
Make cluster IP range an argument to ginkgo to fix firewall test
2017-06-30 16:18:18 +02:00
Zihong Zheng
0acdc89d96
Pipe in GCE master/node tags through flags for e2e test
2017-06-06 17:27:07 -07:00
Huamin Chen
165d46a0a8
e2e test: test azure disk volume
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2017-04-28 18:51:34 +00:00
Jan Safranek
a327302200
e2e tests should be multizone aware
...
Pass MULTIZONE=true env. variable to e2e test framework.
2017-04-06 13:28:29 +02:00
joseph-lanoux
b2560666fa
Update ginkgo-e2e.sh
2017-03-28 15:18:18 +01:00
Joseph Lanoux
168394c6d5
Fix the ginkgo nocolor parameter
...
When running the e2e tests in parallel, the ginkgo nocolor is not
honored and produces a colored output. This change adds the
GINKGO_NO_COLOR environment variable.
2017-03-28 15:18:01 +01:00
Shiyang Wang
788eabe7ba
expose until-it-fails param
2017-03-17 08:14:54 +08:00
Madhusudan.C.S
5a7644c502
[Federation][init-11] Switch federation e2e tests to use the new federation control plane bootstrap via the `kubefed init` command.
2016-12-16 11:22:44 +05:30
Zach Loafman
02ec4c373b
e2e.go/kops: Make up timeout configurable, bump to 20m
...
Along the way: Fix ginkgo-e2e.sh. This change got dropped in the
original PR, but it was meant to allow a conformance-style
kubectl-auth test and still have a legit cloud provider.
2016-11-01 14:56:34 -07:00
bprashanth
43022591d1
Get network name via e2e environment.
2016-08-26 13:31:08 -07:00
Erick Fejta
548780f05a
Revert "Revert "Drop support for --gce-service-account, require activated creds""
2016-08-02 20:34:02 -07:00
Ryan Hitchman
0cb96b3614
Revert "Drop support for --gce-service-account, require activated creds"
2016-07-19 17:41:39 -07:00
k8s-merge-robot
cbda93e23e
Merge pull request #27898 from lavalamp/fixv
...
Automatic merge from submit-queue
Detect flakes in PR builder e2e runs
Won't be mergable until https://github.com/onsi/ginkgo/pull/261 is agreed upon and merged.
Tossing a PR here to get the e2e test to run on it.
2016-07-18 16:17:02 -07:00
k8s-merge-robot
d08a722647
Merge pull request #28802 from fejta/service
...
Automatic merge from submit-queue
Drop support for --gce-service-account, require activated creds
Now that `gcloud auth activate-service-account` is in remove support in the test framework for default service accounts -- testing GCE/GKE now requires prior gcloud activation.
2016-07-18 12:08:03 -07:00
Daniel Smith
e91c5d048b
run e2e with flake detection
2016-07-15 23:58:29 -07:00
Maisem Ali
97f3f80833
Splitting OS_DISTRIBUTION into NODE_OS_DISTRIBUTION and
...
MASTER_OS_DISTRIBUTION.
2016-07-15 12:02:31 -07:00
Erick Fejta
fe8578db80
Drop support for --gce-service-account, require activated creds
2016-07-11 14:47:04 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
k8s-merge-robot
700fbd0543
Merge pull request #27461 from euank/e2e-rkt-runtime
...
Automatic merge from submit-queue
e2e: Allow skipping tests for specific runtimes, skip a few tests under rkt
The main benefit of this is that it gives a developer more useful output (more signal to noise) for things that are known broken on that runtime.
cc @kubernetes/rktnetes-maintainers , @ixdy
I'll run this PR through our jenkins and make sure things look happy and compare to the e2e results for this PR.
2016-06-26 18:47:42 -07:00
Kris
233ea2f1ed
Add a missing $ for bash variable evaluation
2016-06-22 15:45:32 -07:00
k8s-merge-robot
0e562d29c7
Merge pull request #26932 from aaronlevy/conformance-fix
...
Automatic merge from submit-queue
Allow conformance tests to run on non-GCE providers
fixes https://github.com/kubernetes/kubernetes/issues/26869
Creates a skeleton provider which has all the required function stubs -- but will allow a previously set "skeleton" KUBERNETES_PROVIDER to not be overriden with "gce".
2016-06-21 14:30:58 -07:00
Euan Kemp
fb56095683
e2e: Add container runtime flag
2016-06-15 11:50:58 -07:00
Aaron Levy
e8d1dae1a9
Use a skeleton provider for unimplemented functionality
2016-06-07 16:08:09 -07:00
Fabio Yeon
da112e23af
Handle multiple MIGs (single-zone) properly in GKE scripts.
2016-06-07 08:59:51 -07:00
Jerzy Szczepkowski
93e5b12a06
Multiple MIGs in e2e cluster autoscaling tests.
...
Implemented support for multiple MIGs in e2e cluster autoscaling tests.
2016-06-01 11:20:41 +02:00
Daniel Wang
3d95151971
Replace containervm with GCI as default master image for GCE clusters
2016-05-24 17:28:17 -05:00
Jeff Lowdermilk
e93346def4
Lower ginkgo nodes to avoid resource contention in parallel tests
2016-05-12 14:12:37 -07:00
Tim Hockin
2100016e0f
Don't set the golang env for ginkgo
...
a) it doesn't need it
b) changing CWD to a path with symlinks breaks deep within ginkgo, where it
crafts a relative path to ../../../../../../platforms/amd64/whatever which then
traverses the physical path not the symlinked one, and breaks.
2016-05-08 20:32:09 -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
Andy Zheng
364ac85179
Support differentiation of OS distro in e2e tests
2016-03-25 14:53:36 -07:00
Joe Finney
401985bf6c
Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh.
2016-03-08 16:51:20 -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
Paul Morie
531d84520b
Fix default for num-nodes in ginkgo-e2e.sh
2016-02-25 17:31:13 -05:00
Joe Finney
930291588c
Remove PrepareVersion from hack/e2e.go.
2016-02-24 13:08:22 -08:00
Yifan Gu
eb9c5ae59e
jenkins: Set '--nodes' when 'GINKGO_PARALLEL' is set.
...
By default, if 'GINKGO_PARALLEL' is true, then '--nodes=$GINKGO_PARALLEL_NODES'
will be passed. The default 'GINKGO_PARALLEL_NODES' is 30.
2016-01-14 16:23:44 -08:00
k8s-merge-robot
0c4f302e5e
Merge pull request #17601 from eosrei/shell-var-MINION-to-NODE
...
Auto commit by PR queue bot
2015-11-26 05:02:44 -08:00
saadali
42b200a0a0
Refactor GCE wrapper library to allow execution from E2E test suite
...
This reverts commit 147b6911f5
, reversing
changes made to 6fd986065b
.
2015-11-25 11:48:06 -08:00
Brad Erickson
53172a5356
Minion->Node rename: NUM_NODES
2015-11-25 00:45:10 -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
Eric Tune
29da889bbf
Add generic master detector; simplify conformance.
...
Add detect-master-from-kubeconfig bash function.
Use it to no longer require conformance test user
to specify KUBE_MASTER_IP.
2015-08-19 13:20:22 -07:00
Max Forbes
acef505cfd
Implement 'Nodes Network' test for GKE; add optional verbose SSH.
2015-08-06 14:25:53 -07:00
Wojciech Tyczynski
2c5c1931e5
Revert "Implement 'Nodes Network' test for GKE"
2015-07-30 15:29:01 +02:00
Max Forbes
bd9e09ba00
Implement 'Nodes Network' test for GKE
2015-07-24 17:05:30 -07:00
Jeff Grafton
4d45945b3b
Require at least one healthy startup pod in GCE Jenkins e2e tests
...
Includes a small fix relative to e7547b97
to handle
$E2E_MIN_STARTUP_PODS being null.
2015-07-23 15:31:41 -07:00
Wojciech Tyczynski
c06c370592
Revert "Require at least one healthy startup pod in GCE Jenkins e2e tests"
2015-07-23 15:55:21 +02:00
Wojciech Tyczynski
361217e0ea
Merge pull request #11081 from ixdy/min-startup-pods-gce-jenkins
...
Require at least one healthy startup pod in GCE Jenkins e2e tests
2015-07-23 15:35:24 +02:00
Jeff Grafton
e7547b9792
Require at least one healthy startup pod in GCE Jenkins e2e tests.
2015-07-10 15:26:34 -07:00