commit | 023a40b0a0ced3a3874fa1a670348068adef72b4 | [log] [tgz] |
---|---|---|
author | Tomáš Kukrál <tkukral@mirantis.com> | Mon Feb 20 00:17:00 2017 +0100 |
committer | Tomáš Kukrál <tkukral@mirantis.com> | Mon Feb 20 00:17:00 2017 +0100 |
tree | 273ec4df6deadbc8e45f27bb231068a3765b9fad | |
parent | 490d975f2264234d17d62e3cb98ca584f95017e5 [diff] [blame] |
add k8s bootstrap tests to k8s simple Change-Id: I147faa536d133e2d29023567dfba343e753f6716
diff --git a/mk-k8s-simple-deploy-pipeline.groovy b/mk-k8s-simple-deploy-pipeline.groovy index d48498b..c044fdc 100644 --- a/mk-k8s-simple-deploy-pipeline.groovy +++ b/mk-k8s-simple-deploy-pipeline.groovy
@@ -82,6 +82,10 @@ } if (RUN_TESTS == "1") { + 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, CONFORMANCE_IMAGE) }