diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-04-03 11:14:51 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-04-03 11:18:47 +0200 |
commit | a33e339a001d62352e15a3cc1546bb4d4d482e59 (patch) | |
tree | ce255e3b016139b986cc9f7c13b790750303a7b4 /ansible | |
parent | b134d6735e722261bfe10c1ba83112e9cf95f85c (diff) |
Spit conformance into 2 test cases
It hugely decreases the overall test duration.
(10 + 15 << 120)
Change-Id: I534f6d09956bb51c32ad35c5a1baff8ebbfabb3d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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 91f972a0..c867bfa7 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -16,6 +16,7 @@ tests: - xrally_kubernetes - k8s_conformance + - k8s_conformance_serial - sig_api_machinery - sig_apps - sig_auth |