Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bin He
openairinterface5G
Commits
d7b80ffb
Commit
d7b80ffb
authored
6 years ago
by
Raphael Defosseux
Browse files
Options
Downloads
Patches
Plain Diff
CI: adding NR DLSCH phy-sim test to build / report
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
6bebff36
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci-scripts/oai-ci-vm-tool
+2
-2
2 additions, 2 deletions
ci-scripts/oai-ci-vm-tool
ci-scripts/reportBuildLocally.sh
+4
-0
4 additions, 0 deletions
ci-scripts/reportBuildLocally.sh
with
6 additions
and
2 deletions
ci-scripts/oai-ci-vm-tool
+
2
−
2
View file @
d7b80ffb
...
@@ -252,7 +252,7 @@ case $key in
...
@@ -252,7 +252,7 @@ case $key in
VM_NAME
=
ci-phy-sim
VM_NAME
=
ci-phy-sim
ARCHIVES_LOC
=
phy_sim
ARCHIVES_LOC
=
phy_sim
LOG_PATTERN
=
.Rel15.txt
LOG_PATTERN
=
.Rel15.txt
NB_PATTERN_FILES
=
6
NB_PATTERN_FILES
=
7
BUILD_OPTIONS
=
"--phy_simulators"
BUILD_OPTIONS
=
"--phy_simulators"
RUN_OPTIONS
=
"./run_exec_autotests.bash -g
\"
01510*
\"
-q -np -b"
RUN_OPTIONS
=
"./run_exec_autotests.bash -g
\"
01510*
\"
-q -np -b"
NBARGS
=
$[$NBARGS
+256]
NBARGS
=
$[$NBARGS
+256]
...
@@ -330,7 +330,7 @@ case $key in
...
@@ -330,7 +330,7 @@ case $key in
VM_NAME
=
ci-phy-sim
VM_NAME
=
ci-phy-sim
ARCHIVES_LOC
=
phy_sim
ARCHIVES_LOC
=
phy_sim
LOG_PATTERN
=
.Rel15.txt
LOG_PATTERN
=
.Rel15.txt
NB_PATTERN_FILES
=
6
NB_PATTERN_FILES
=
7
BUILD_OPTIONS
=
"--phy_simulators"
BUILD_OPTIONS
=
"--phy_simulators"
RUN_OPTIONS
=
"./run_exec_autotests.bash -g
\"
01510*
\"
-q -np -b"
RUN_OPTIONS
=
"./run_exec_autotests.bash -g
\"
01510*
\"
-q -np -b"
NBARGS
=
$[$NBARGS
+256]
NBARGS
=
$[$NBARGS
+256]
...
...
This diff is collapsed.
Click to expand it.
ci-scripts/reportBuildLocally.sh
+
4
−
0
View file @
d7b80ffb
...
@@ -411,6 +411,10 @@ function report_build {
...
@@ -411,6 +411,10 @@ function report_build {
then
then
summary_table_row
"PBCH Test - Release 15"
./archives/phy_sim/nr_pbchsim.Rel15.txt
"Built target nr_pbchsim"
./phy_sim_row6.html
summary_table_row
"PBCH Test - Release 15"
./archives/phy_sim/nr_pbchsim.Rel15.txt
"Built target nr_pbchsim"
./phy_sim_row6.html
fi
fi
if
[
-f
./archives/phy_sim/nr_dlschsim.Rel15.txt
]
then
summary_table_row
"DLSCH Test - Release 15"
./archives/phy_sim/nr_dlschsim.Rel15.txt
"Built target nr_dlschsim"
./phy_sim_row7.html
fi
summary_table_footer
summary_table_footer
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment