Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alex037yang
OpenXG-RAN
Commits
b53e7e65
Commit
b53e7e65
authored
Mar 22, 2019
by
Boris Djalal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing 2 frequencies.
Signed-off-by:
Boris Djalal
<
boris.djalal@eurecom.fr
>
parent
0146f8bf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
14 deletions
+10
-14
ci-scripts/Jenkinsfile-gitlab
ci-scripts/Jenkinsfile-gitlab
+6
-0
ci-scripts/xml_files/ue_band20_build.xml
ci-scripts/xml_files/ue_band20_build.xml
+4
-0
ci-scripts/xml_files/ue_band20_test_10mhz_orange.xml
ci-scripts/xml_files/ue_band20_test_10mhz_orange.xml
+0
-7
ci-scripts/xml_files/ue_band20_test_10mhz_sfr.xml
ci-scripts/xml_files/ue_band20_test_10mhz_sfr.xml
+0
-7
No files found.
ci-scripts/Jenkinsfile-gitlab
View file @
b53e7e65
...
...
@@ -133,6 +133,7 @@ pipeline {
script
{
def
message
=
"OAI "
+
JOB_NAME
+
" build ("
+
BUILD_ID
+
"): Merge Conflicts -- Cannot perform CI"
addGitLabMRComment
comment:
message
currentBuild
.
result
=
'FAILURE'
}
}
}
...
...
@@ -283,6 +284,11 @@ pipeline {
}
}
post
{
failure
{
script
{
currentBuild
.
result
=
'FAILURE'
}
}
always
{
script
{
dir
(
'archives'
)
{
...
...
ci-scripts/xml_files/ue_band20_build.xml
View file @
b53e7e65
...
...
@@ -21,9 +21,13 @@
-->
<testCaseList>
<htmlTabRef>
build-tab
</htmlTabRef>
<htmlTabName>
Build
</htmlTabName>
<htmlTabIcon>
wrench
</htmlTabIcon>
<TestCaseRequestedList>
090101
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase
id=
"090101"
>
<class>
Build_OAI_UE
</class>
...
...
ci-scripts/xml_files/ue_band20_test_10mhz_orange.xml
View file @
b53e7e65
...
...
@@ -27,7 +27,6 @@
<TestCaseRequestedList>
090101
090102 000001 090109
090103 000001 090109
</TestCaseRequestedList>
<TestCaseExclusionList>
090101
</TestCaseExclusionList>
...
...
@@ -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>
</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"
>
<class>
IdleSleep
</class>
<desc>
Sleep
</desc>
...
...
ci-scripts/xml_files/ue_band20_test_10mhz_sfr.xml
View file @
b53e7e65
...
...
@@ -27,7 +27,6 @@
<TestCaseRequestedList>
090101
090104 000001 090109
090105 000001 090109
</TestCaseRequestedList>
<TestCaseExclusionList>
090101
</TestCaseExclusionList>
...
...
@@ -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>
</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"
>
<class>
IdleSleep
</class>
<desc>
Sleep
</desc>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment