Commit 8de2578b authored by Robert Schmidt's avatar Robert Schmidt

Disable T1 Offload pipeline: avra is offline

parent e2e62e78
...@@ -338,26 +338,27 @@ pipeline { ...@@ -338,26 +338,27 @@ pipeline {
} }
} }
} }
stage ("Test T1 Offload") { //avra is offline, re-enable once it is available
when { expression {doMandatoryTests} } //stage ("Test T1 Offload") {
steps { // when { expression {doMandatoryTests} }
script { // steps {
triggerSlaveJob ('RAN-T1-Offload-Test', 'Test-T1-Offload') // script {
} // triggerSlaveJob ('RAN-T1-Offload-Test', 'Test-T1-Offload')
} // }
post { // }
always { // post {
script { // always {
finalizeSlaveJob('RAN-T1-Offload-Test') // script {
} // finalizeSlaveJob('RAN-T1-Offload-Test')
} // }
failure { // }
script { // failure {
currentBuild.result = 'FAILURE' // script {
} // currentBuild.result = 'FAILURE'
} // }
} // }
} // }
//}
} }
} }
stage ("Images Push to Registries") { stage ("Images Push to Registries") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment