Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-smf
Commits
c98c86ee
Commit
c98c86ee
authored
Apr 21, 2020
by
Raphael Defosseux
Browse files
Merge branch 'ci_test_release_mode' into 'develop'
CI: testing back in Release mode See merge request oai/oai-cn5g-smf!5
parents
a94a7bce
ee85b262
Changes
2
Hide whitespace changes
Inline
Side-by-side
ci-scripts/Dockerfile.private.ubuntu18.04
View file @
c98c86ee
...
...
@@ -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 @
c98c86ee
...
...
@@ -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