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

Disable T1 Offload pipeline: avra is offline

parent e2e62e78
......@@ -338,26 +338,27 @@ pipeline {
}
}
}
stage ("Test T1 Offload") {
when { expression {doMandatoryTests} }
steps {
script {
triggerSlaveJob ('RAN-T1-Offload-Test', 'Test-T1-Offload')
}
}
post {
always {
script {
finalizeSlaveJob('RAN-T1-Offload-Test')
}
}
failure {
script {
currentBuild.result = 'FAILURE'
}
}
}
}
//avra is offline, re-enable once it is available
//stage ("Test T1 Offload") {
// when { expression {doMandatoryTests} }
// steps {
// script {
// triggerSlaveJob ('RAN-T1-Offload-Test', 'Test-T1-Offload')
// }
// }
// post {
// always {
// script {
// finalizeSlaveJob('RAN-T1-Offload-Test')
// }
// }
// failure {
// script {
// currentBuild.result = 'FAILURE'
// }
// }
// }
//}
}
}
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