[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
This commit is contained in:
parent
7a075023f9
commit
f69f3af5f4
2
tools/gate/aiab/Jenkinsfile
vendored
2
tools/gate/aiab/Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user