add k8s bootstrap tests
Change-Id: I5f2fe472f6e0f5d4d7113fbdfe03afd5af87fe32
diff --git a/mk-lab-pipeline.groovy b/mk-lab-pipeline.groovy
index 04102e0..955cc72 100644
--- a/mk-lab-pipeline.groovy
+++ b/mk-lab-pipeline.groovy
@@ -103,6 +103,10 @@
}
if (TESTS.toLowerCase().contains('k8s')) {
+ stage('Run k8s bootstrap tests') {
+ salt.runConformanceTests(saltMaster, K8S_API_SERVER, 'tomkukral/k8s-scripts')
+ }
+
stage('Run k8s conformance e2e tests') {
salt.runConformanceTests(saltMaster, K8S_API_SERVER, K8S_CONFORMANCE_IMAGE)
}