diff options
author | 2021-03-21 13:58:13 +0100 | |
---|---|---|
committer | 2021-03-21 14:35:19 +0100 | |
commit | 7d85cde534f9da245deb96e70f94bed75e704d66 (patch) | |
tree | 2f1a60006242e9322bf6eace24a1e3898deb7db7 /ansible | |
parent | 7815e3aaf2de6134f7f4cc2d2ee659dc4581114b (diff) |
Add sig_cluster_lifecycle
It runs sig-cluster-lifecycle tests which are not included in K8s conformance.
It adds 4 single tests.
Change-Id: I834523d753eec9bd570b8d4cc1cf3550b4a19bab
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f3d390ddba5021ce45dd763e2bf953994a487337)
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 651ce24a..b8460d5c 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -21,6 +21,7 @@ - sig_apps - sig_auth - sig_cli + - sig_cluster_lifecycle - sig_instrumentation - sig_network - sig_network_features |