Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
54d93867
Commit
54d93867
authored
Sep 27, 2016
by
Rohit Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gitlab CI test case modified file + disable cpu affinity
parent
7a248ea9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
173 additions
and
173 deletions
+173
-173
cmake_targets/autotests/test_case_list.xml
cmake_targets/autotests/test_case_list.xml
+170
-170
cmake_targets/build_oai
cmake_targets/build_oai
+3
-3
No files found.
cmake_targets/autotests/test_case_list.xml
View file @
54d93867
This source diff could not be displayed because it is too large. You can
view the blob
instead.
cmake_targets/build_oai
View file @
54d93867
...
...
@@ -48,7 +48,7 @@ PRINT_STATS="False"
VCD_TIMING
=
"False"
DEADLINE_SCHEDULER_FLAG_USER
=
"False"
FORCE_DEADLINE_SCHEDULER_FLAG_USER
=
""
CPU_AFFINITY_FLAG_USER
=
"
Tru
e"
#Only valid when lowlatecy flag is set to False
CPU_AFFINITY_FLAG_USER
=
"
Fals
e"
#Only valid when lowlatecy flag is set to False
REL
=
"Rel10"
HW
=
"None"
TP
=
"None"
...
...
@@ -330,9 +330,9 @@ function main() {
#By default: EXMIMO: enable
if
[
"
$FORCE_DEADLINE_SCHEDULER_FLAG_USER
"
=
""
]
;
then
if
[
"
$HW
"
=
"EXMIMO"
]
;
then
DEADLINE_SCHEDULER_FLAG_USER
=
"
Tru
e"
DEADLINE_SCHEDULER_FLAG_USER
=
"
Fals
e"
elif
[
"
$HW
"
=
"ETHERNET"
]
;
then
DEADLINE_SCHEDULER_FLAG_USER
=
"
Tru
e"
DEADLINE_SCHEDULER_FLAG_USER
=
"
Fals
e"
elif
[
"
$HW
"
=
"OAI_USRP"
]
;
then
DEADLINE_SCHEDULER_FLAG_USER
=
"False"
elif
[
"
$HW
"
=
"OAI_BLADERF"
]
;
then
...
...
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