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:06 +0200 |
commit | 0a68c0cb77c6d9967e5e33e59a737ef686b2e916 (patch) | |
tree | a99798e670d7c7b6fe33bdd7ff437bd9b5941f60 /ansible | |
parent | 2d209e14e0c7f73fa67396877bcc3ab319896059 (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>
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 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 |