Commit c98c86ee authored by Raphael Defosseux's avatar Raphael Defosseux

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
......@@ -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
......
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment