Skip to content
Snippets Groups Projects
Commit 8f021882 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

feat(ci): triggering RF Sim pipeline from main pipeline

parent b23f972e
No related branches found
No related tags found
3 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1493fix DL arq errors in UE,!1249Update episys-merge from develop
...@@ -198,6 +198,26 @@ pipeline { ...@@ -198,6 +198,26 @@ pipeline {
} }
} }
} }
stage ("RF Simulators") {
when { expression {doMandatoryTests} }
steps {
script {
triggerSlaveJob ('RAN-RF-Sim-Test', 'Test-RF-Sim-Container')
}
}
post {
always {
script {
finalizeSlaveJob('RAN-RF-Sim-Test')
}
}
failure {
script {
currentBuild.result = 'FAILURE'
}
}
}
}
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment