Use minimal clusters for E2E

We don't really need to run the entire E2E suite anymore since we're
deploying the operator and it takes care of the entire deployment cycle.
Hence, the testing on operator should suffice and the helm testing can
be much slimmer and only use 2 single-node clusters.

This won't run the non-gw node tests, but as it's all tested on the
operator anyhow, there's no need to re-test it here.

Signed-off-by: Mike Kolesnik <mkolesni@redhat.com>
This commit is contained in:
Mike Kolesnik
2022-07-07 12:07:07 -04:00
committed by Thomas Pantelis
parent c605528741
commit 7f4648985e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
--- ---
cni: ovn cni: ovn
submariner: true submariner: true
nodes: control-plane worker worker nodes: control-plane
clusters: clusters:
cluster1: cluster1:
cluster2: cluster2:
+1 -1
View File
@@ -1,7 +1,7 @@
--- ---
cni: weave cni: weave
submariner: true submariner: true
nodes: control-plane worker nodes: control-plane
clusters: clusters:
cluster1: cluster1:
cluster2: cluster2: