Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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-RAN
Commits
8981b53f
Commit
8981b53f
authored
Feb 21, 2022
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ci): changes after code review.
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
4c76eb6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
ci-scripts/cls_containerize.py
ci-scripts/cls_containerize.py
+0
-1
ci-scripts/yaml_files/4g_rfsimulator_fdd_05MHz/entrypoint.sh
ci-scripts/yaml_files/4g_rfsimulator_fdd_05MHz/entrypoint.sh
+1
-1
No files found.
ci-scripts/cls_containerize.py
View file @
8981b53f
...
...
@@ -677,7 +677,6 @@ class Containerize():
cmd
=
'cd '
+
self
.
yamlPath
[
0
]
+
' && docker-compose -f docker-compose-ci.yml ps -a'
count
=
0
healthy
=
0
containerStatus
=
[]
while
(
count
<
10
):
count
+=
1
containerStatus
=
[]
...
...
ci-scripts/yaml_files/4g_rfsimulator_fdd_05MHz/entrypoint.sh
View file @
8981b53f
...
...
@@ -20,7 +20,7 @@ cp mme_fd.conf.tmplt $PREFIX/mme_fd.conf
for
K
in
"
${
!MME_CONF[@]
}
"
;
do
egrep
-lRZ
"
$K
"
$PREFIX
/mme_fd.conf | xargs
-0
-l
sed
-i
-e
"s|
$K
|
${
MME_CONF
[
$K
]
}
|g"
ret
=
$?
;
[[
ret
-ne
0
]]
&&
echo
"
Tried to
replace
$K
with
${
MME_CONF
[
$K
]
}
"
ret
=
$?
;
[[
ret
-ne
0
]]
&&
echo
"
Could not
replace
$K
with
${
MME_CONF
[
$K
]
}
"
done
sed
-i
-e
"s@etc/freeDiameter@etc@"
/magma-mme/etc/mme_fd.conf
...
...
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