Commit 0ccb3a2d authored by Robert Schmidt's avatar Robert Schmidt

Add T1 Offload test to RAN-Container-Parent

parent 5bd81ae9
...@@ -338,6 +338,26 @@ pipeline { ...@@ -338,6 +338,26 @@ 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'
}
}
}
}
} }
} }
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