diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-06-25 18:02:51 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-06-25 18:05:43 +0200 |
commit | 23994753a1dc06e1d0a7c533291ff7df7271b4f6 (patch) | |
tree | c82f766c8bc882e12ed5f85dff26830cb75c266a /ansible | |
parent | 4b21eb7b4f1d61bd8eda96dc4c69c2d5ec94cee6 (diff) |
Remove k8s.io from ansible/site.yml
It's now up-to-date.
It also fixes ansible/site.cntt.yml
Change-Id: I2e3ad76f4b0f0064b8ce75ed6718eff6466c649f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 34b964032658014ed7d788c2fe1ed9e453f18d50)
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.cntt.yml | 17 | ||||
-rw-r--r-- | ansible/site.yml | 1 |
2 files changed, 17 insertions, 1 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 3403a81d..58331db3 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -16,6 +16,22 @@ tests: - xrally_kubernetes - k8s_conformance + - k8s_conformance_serial + - sig_api_machinery + - sig_api_machinery_serial + - sig_apps + - sig_apps_serial + - sig_auth + - sig_cli + - sig_cli_serial + - 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 @@ -24,6 +40,7 @@ - container: functest-kubernetes-benchmarking tests: - xrally_kubernetes_full + - netperf - container: functest-kubernetes-cnf tests: - k8s_vims diff --git a/ansible/site.yml b/ansible/site.yml index 092fa80a..29d932e8 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -18,7 +18,6 @@ execution-type: SEQUENTIALLY tests: - xrally_kubernetes - - k8s_io - k8s_conformance - k8s_conformance_serial - sig_api_machinery |