From 7f4648985ee31576329208de44c603b265fb729d Mon Sep 17 00:00:00 2001 From: Mike Kolesnik Date: Thu, 7 Jul 2022 17:12:10 +0300 Subject: [PATCH] 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 --- .shipyard.e2e.ovn.yml | 2 +- .shipyard.e2e.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.shipyard.e2e.ovn.yml b/.shipyard.e2e.ovn.yml index 0975067..f7b6d1d 100644 --- a/.shipyard.e2e.ovn.yml +++ b/.shipyard.e2e.ovn.yml @@ -1,7 +1,7 @@ --- cni: ovn submariner: true -nodes: control-plane worker worker +nodes: control-plane clusters: cluster1: cluster2: diff --git a/.shipyard.e2e.yml b/.shipyard.e2e.yml index f0f5566..1cb6708 100644 --- a/.shipyard.e2e.yml +++ b/.shipyard.e2e.yml @@ -1,7 +1,7 @@ --- cni: weave submariner: true -nodes: control-plane worker +nodes: control-plane clusters: cluster1: cluster2: