Commit Graph

11 Commits

Author SHA1 Message Date
Paul Gier
6f9be95aa6 tests: update compatibility tests to use k8s v1.16.2
There is a bug in v1.16.1 and v1.16.0 which causes the API server to
panic when it encounters `x-kubernetes-int-or-string` in a CRD.
So we should test with v1.16.2 or higher instead.

https://github.com/kubernetes/kubernetes/issues/83778
2020-05-20 11:07:15 -05:00
Damien Grisonnet
d3bee7fa1a test: increase pod polling time
The original polling time was a bit short for all pods to be up which made e2e
tests fail half of the time.

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-03-31 18:26:56 +02:00
Damien Grisonnet
8961be9639 ci: update e2e tests according to compat matrix
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-03-31 14:38:20 +02:00
Lili Cosic
8b36950f0e tests/e2e/travis-e2e.sh: Switch to 1.17 k8s cluster 2020-01-09 13:03:01 +01:00
Lili Cosic
1af59f3130 tests/e2e: Add e2e test to make sure all deprecated metrics are being
dropped
2020-01-08 12:35:21 +01:00
paulfantom
3279f222a0 tests/e2e: reenable checking targets availability 2019-12-16 14:23:43 +01:00
Paul Gier
c8273cf9e9 Scripts and readme (#258)
* Avoid race condition when deploying quickstart example

The namespace and CRD creation must happen before any dependent objects
are created.  So we can put these in a separate directory (manifest/setup)
so they can be created before the other objects.

Some minor updates to the README and added a couple of scripts
for the quickstarts

Update travis script to avoid race condition

Signed-off-by: Paul Gier <pgier@redhat.com>

* simplify the example quickstart script and improve readme

Signed-off-by: Paul Gier <pgier@redhat.com>

* increase minikube memory to 6g for quickstart example
2019-10-23 08:38:31 +02:00
Ryan Phillips
4d315c44e6 bump kind to 0.4.0 2019-07-18 16:23:16 -05:00
Matthias Loibl
3c109369d4 Add a working Travis pipeline 2019-04-15 12:17:04 +02:00
goll
10bd451f89 Update travis to latest minikube, k8s, jsonnet 2019-03-26 19:30:39 +01:00
Max Leonard Inden
0687c56cea kube-prometheus: Add e2e tests 2019-01-24 12:21:30 +01:00