Added deploy-heat-k8s pipeline for kqueen
Fixed test-salt-formula-docs pipeline
Change-Id: I4922c0aeae2166a3d71921a067159cd482f566f2
diff --git a/test-salt-formula-docs-pipeline.groovy b/test-salt-formula-docs-pipeline.groovy
index 88b29ec..e026257 100644
--- a/test-salt-formula-docs-pipeline.groovy
+++ b/test-salt-formula-docs-pipeline.groovy
@@ -28,7 +28,7 @@
//def jenkinsUserIds = common.getJenkinsUserIds()
def img = docker.image("tcpcloud/salt-models-testing:nightly")
img.pull()
- img.inside("--hostname ${masterName} --ulimit nofile=4096:8192 --cpus=2") {
+ img.inside("-u root:root --hostname ${masterName} --ulimit nofile=4096:8192 --cpus=2") {
stage("Prepare salt env") {
if(MODEL_GIT_REF != "" && MODEL_GIT_URL != "") {
checkouted = gerrit.gerritPatchsetCheckout(MODEL_GIT_URL, MODEL_GIT_REF, "HEAD", CREDENTIALS_ID)