Merge "[aiab] Fix a path to scripts directory"
This commit is contained in:
commit
32d805d5e3
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…
x
Reference in New Issue
Block a user