Commit b53e7e65 authored by Boris Djalal's avatar Boris Djalal

Removing 2 frequencies.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 0146f8bf
...@@ -133,6 +133,7 @@ pipeline { ...@@ -133,6 +133,7 @@ pipeline {
script { script {
def message = "OAI " + JOB_NAME + " build (" + BUILD_ID + "): Merge Conflicts -- Cannot perform CI" def message = "OAI " + JOB_NAME + " build (" + BUILD_ID + "): Merge Conflicts -- Cannot perform CI"
addGitLabMRComment comment: message addGitLabMRComment comment: message
currentBuild.result = 'FAILURE'
} }
} }
} }
...@@ -283,6 +284,11 @@ pipeline { ...@@ -283,6 +284,11 @@ pipeline {
} }
} }
post { post {
failure {
script {
currentBuild.result = 'FAILURE'
}
}
always { always {
script { script {
dir ('archives') { dir ('archives') {
......
...@@ -21,9 +21,13 @@ ...@@ -21,9 +21,13 @@
--> -->
<testCaseList> <testCaseList>
<htmlTabRef>build-tab</htmlTabRef>
<htmlTabName>Build</htmlTabName>
<htmlTabIcon>wrench</htmlTabIcon>
<TestCaseRequestedList> <TestCaseRequestedList>
090101 090101
</TestCaseRequestedList> </TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase id="090101"> <testCase id="090101">
<class>Build_OAI_UE</class> <class>Build_OAI_UE</class>
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
<TestCaseRequestedList> <TestCaseRequestedList>
090101 090101
090102 000001 090109 090102 000001 090109
090103 000001 090109
</TestCaseRequestedList> </TestCaseRequestedList>
<TestCaseExclusionList>090101</TestCaseExclusionList> <TestCaseExclusionList>090101</TestCaseExclusionList>
...@@ -43,12 +42,6 @@ ...@@ -43,12 +42,6 @@
<Initialize_OAI_UE_args>-C 816000000 -r 50 --ue-rxgain 120 --ue-scan-carrier --no-L2-connect</Initialize_OAI_UE_args> <Initialize_OAI_UE_args>-C 816000000 -r 50 --ue-rxgain 120 --ue-scan-carrier --no-L2-connect</Initialize_OAI_UE_args>
</testCase> </testCase>
<testCase id="090103">
<class>Initialize_OAI_UE</class>
<desc>Initialize OAI UE -- sniffing Orange frequency</desc>
<Initialize_OAI_UE_args>-C 812000000 -r 50 --ue-rxgain 120 --ue-scan-carrier --no-L2-connect</Initialize_OAI_UE_args>
</testCase>
<testCase id="000001"> <testCase id="000001">
<class>IdleSleep</class> <class>IdleSleep</class>
<desc>Sleep</desc> <desc>Sleep</desc>
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
<TestCaseRequestedList> <TestCaseRequestedList>
090101 090101
090104 000001 090109 090104 000001 090109
090105 000001 090109
</TestCaseRequestedList> </TestCaseRequestedList>
<TestCaseExclusionList>090101</TestCaseExclusionList> <TestCaseExclusionList>090101</TestCaseExclusionList>
...@@ -43,12 +42,6 @@ ...@@ -43,12 +42,6 @@
<Initialize_OAI_UE_args>-C 806000000 -r 50 --ue-rxgain 120 --ue-scan-carrier --no-L2-connect</Initialize_OAI_UE_args> <Initialize_OAI_UE_args>-C 806000000 -r 50 --ue-rxgain 120 --ue-scan-carrier --no-L2-connect</Initialize_OAI_UE_args>
</testCase> </testCase>
<testCase id="090105">
<class>Initialize_OAI_UE</class>
<desc>Initialize OAI UE -- sniffing SFR frequency</desc>
<Initialize_OAI_UE_args>-C 802000000 -r 50 --ue-rxgain 120 --ue-scan-carrier --no-L2-connect</Initialize_OAI_UE_args>
</testCase>
<testCase id="000001"> <testCase id="000001">
<class>IdleSleep</class> <class>IdleSleep</class>
<desc>Sleep</desc> <desc>Sleep</desc>
......
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