Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
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
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-SMF
Commits
ee85b262
Commit
ee85b262
authored
Apr 21, 2020
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: testing back in Release mode
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@openairinterface.org
>
parent
a94a7bce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ci-scripts/Dockerfile.private.ubuntu18.04
ci-scripts/Dockerfile.private.ubuntu18.04
+1
-1
ci-scripts/generateHtmlReport.py
ci-scripts/generateHtmlReport.py
+2
-2
No files found.
ci-scripts/Dockerfile.private.ubuntu18.04
View file @
ee85b262
...
...
@@ -62,7 +62,7 @@ RUN /bin/bash -c "if [[ -v BUILD_FOR_CI ]]; then git merge --ff origin/$CI_DEST_
# Installing and Building SMF
WORKDIR /openair-smf/build/scripts
RUN ./build_smf --install-deps --force
RUN ./build_smf --clean --Verbose --build-type
Debug
--jobs
RUN ./build_smf --clean --Verbose --build-type
Release
--jobs
#---------------------------------------------------------------------
# TARGET IMAGE
...
...
ci-scripts/generateHtmlReport.py
View file @
ee85b262
...
...
@@ -563,7 +563,7 @@ class HtmlReport():
if
os
.
path
.
isfile
(
cwd
+
'/archives/'
+
logFileName
):
status
=
False
if
nfType
==
'SMF'
:
section_start_pattern
=
'build_smf --clean --Verbose --build-type
Debug
--jobs'
section_start_pattern
=
'build_smf --clean --Verbose --build-type
Release
--jobs'
section_end_pattern
=
'FROM ubuntu:bionic as oai-smf$'
pass_pattern
=
'smf installed'
if
nfType
==
'AMF-Server'
:
...
...
@@ -634,7 +634,7 @@ class HtmlReport():
if
os
.
path
.
isfile
(
cwd
+
'/archives/'
+
logFileName
):
if
nfType
==
'SMF'
:
section_start_pattern
=
'build_smf --clean --Verbose --build-type
Debug
--jobs'
section_start_pattern
=
'build_smf --clean --Verbose --build-type
Release
--jobs'
section_end_pattern
=
'FROM ubuntu:bionic as oai-smf$'
if
nfType
==
'AMF-Server'
:
section_start_pattern
=
'mkdir build && cd build && cmake .. && make'
...
...
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