Commit e085692c authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): renaming the pipeline and fixing the tab for the clean-up scenario

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 688e82f8
...@@ -305,17 +305,17 @@ pipeline { ...@@ -305,17 +305,17 @@ pipeline {
} }
} }
// Pipeline to test OAI LTE-UE // Pipeline to test OAI LTE-UE
stage ("LTE-B200-FDD-OAICN4G-Container") { stage ("LTE-B200-FDD-OAIUE-OAICN4G-Container") {
when { expression {do4Gtest} } when { expression {do4Gtest} }
steps { steps {
script { script {
triggerSlaveJob ('RAN-LTE-FDD-OAICN4G-Container', 'LTE-FDD-OAICN4G-Container') triggerSlaveJob ('RAN-LTE-FDD-OAIUE-OAICN4G-Container', 'LTE-FDD-OAIUE-OAICN4G-Container')
} }
} }
post { post {
always { always {
script { script {
finalizeSlaveJob('RAN-LTE-FDD-OAICN4G-Container') finalizeSlaveJob('RAN-LTE-FDD-OAIUE-OAICN4G-Container')
} }
} }
failure { failure {
......
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
--> -->
<testCaseList> <testCaseList>
<htmlTabRef>test-fdd-10-tm1</htmlTabRef> <htmlTabRef>images-clean-up</htmlTabRef>
<htmlTabName>Test-FDD-10MHz-TM1</htmlTabName> <htmlTabName>Images Clean-Up</htmlTabName>
<htmlTabIcon>tasks</htmlTabIcon> <htmlTabIcon>trash</htmlTabIcon>
<TestCaseRequestedList> <TestCaseRequestedList>
222222 222222
333333 333333
......
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