diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-08-26 10:02:06 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-08-26 10:02:50 +0200 |
commit | 4eb16c00c6ae44147b7be4045030387be3945030 (patch) | |
tree | 3b4e2dd118657390a6e89337fc349b8221fb4b3e /ansible | |
parent | a3798240a01c734dd284aeff19ec76a716871b89 (diff) |
Remove SIG CLI testing
It conforms to https://github.com/cntt-n/CNTT/pull/2579
Change-Id: Ic5d6e6914fc34e8a5de9403c1b72ad251d97d759
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 0a68c0cb77c6d9967e5e33e59a737ef686b2e916)
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.cntt.yml | 2 | ||||
-rw-r--r-- | ansible/site.gate.yml | 16 | ||||
-rw-r--r-- | ansible/site.yml | 2 |
3 files changed, 16 insertions, 4 deletions
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 c1580042..bdda7ae0 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -48,9 +48,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 cd2683d6..a12ba395 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -25,8 +25,6 @@ - sig_apps - sig_apps_serial - sig_auth - - sig_cli - - sig_cli_serial - sig_cluster_lifecycle - sig_instrumentation - sig_network |