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:19:19 +0200 |
commit | 9fbba25c1964b50a7d0bee3a43e78959d5f8189e (patch) | |
tree | 289066c0f450b769c19596d1f3c992c56d4510f6 /ansible | |
parent | 3dce51862d4a2f89e32abbcc04984ae97ea683b1 (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>
(cherry picked from commit a33e339a001d62352e15a3cc1546bb4d4d482e59)
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 b44253f6..b6351df0 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -19,6 +19,7 @@ tests: - xrally_kubernetes - k8s_conformance + - k8s_conformance_serial - sig_api_machinery - sig_apps - sig_auth |