From f69f3af5f453c3f81c9a2c881700c051684f0bec Mon Sep 17 00:00:00 2001 From: Evgeny L Date: Wed, 12 Jun 2019 18:11:58 +0000 Subject: [PATCH] [aiab] Fix a path to scripts directory dev_single_node directory has been removed [1], update gate script to point to correct a directory. [1] https://review.opendev.org/#/c/664709/ Change-Id: I90d4dc3e5d1d4e73316bdfef750d829fea0a1e5e --- tools/gate/aiab/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gate/aiab/Jenkinsfile b/tools/gate/aiab/Jenkinsfile index 98d4005be..9f4c25825 100644 --- a/tools/gate/aiab/Jenkinsfile +++ b/tools/gate/aiab/Jenkinsfile @@ -30,7 +30,7 @@ vm(flavor: 'm1.xxlarge', artifactoryLogs: true, publicNet: publicNet) { } stage('Run Airship') { - dir("${REPO_HOME}/tools/deployment/aiab/dev_single_node"){ + dir("${REPO_HOME}/tools/deployment/aiab/"){ try { timeout(120){ sh 'sudo TERM_OPTS=-i ./airship-in-a-bottle.sh -y'