fix tests, do not test k8s 1.8 to 1.10 anymore

This commit is contained in:
Jaka Hudoklin 2020-04-04 18:44:43 +07:00
parent 3534f5fc61
commit b2c91dfa4b
7 changed files with 35 additions and 112 deletions

View file

@ -120,9 +120,6 @@ in rec {
}];
tests = {
k8s-1_8 = runK8STests "1.8";
k8s-1_9 = runK8STests "1.9";
k8s-1_10 = runK8STests "1.10";
k8s-1_11 = runK8STests "1.11";
k8s-1_12 = runK8STests "1.12";
k8s-1_13 = runK8STests "1.13";