From 0a68c0cb77c6d9967e5e33e59a737ef686b2e916 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 26 Aug 2021 10:02:06 +0200 Subject: Remove SIG CLI testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It conforms to https://github.com/cntt-n/CNTT/pull/2579 Change-Id: Ic5d6e6914fc34e8a5de9403c1b72ad251d97d759 Signed-off-by: Cédric Ollivier --- ansible/site.cntt.yml | 2 -- ansible/site.gate.yml | 16 ++++++++++++++++ ansible/site.yml | 2 -- 3 files changed, 16 insertions(+), 4 deletions(-) (limited to 'ansible') diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 58331db3..2f3e6973 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -22,8 +22,6 @@ - sig_apps - sig_apps_serial - sig_auth - - sig_cli - - sig_cli_serial - sig_cluster_lifecycle - sig_instrumentation - sig_network diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 3c63de89..d293d9e7 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -45,9 +45,25 @@ - k8s_smoke - container: functest-kubernetes-smoke timeout: 3h + properties: + execution-type: SEQUENTIALLY tests: - xrally_kubernetes - k8s_conformance + - k8s_conformance_serial + - sig_api_machinery + - sig_api_machinery_serial + - sig_apps + - sig_apps_serial + - sig_auth + - sig_cluster_lifecycle + - sig_instrumentation + - sig_network + - sig_network_serial + - sig_node + - sig_scheduling_serial + - sig_storage + - sig_storage_serial - container: functest-kubernetes-security tests: - kube_hunter diff --git a/ansible/site.yml b/ansible/site.yml index 765bf491..01cde447 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -22,8 +22,6 @@ - sig_apps - sig_apps_serial - sig_auth - - sig_cli - - sig_cli_serial - sig_cluster_lifecycle - sig_instrumentation - sig_network -- cgit 1.2.3-korg