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
1
Merge Requests
1
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-RAN
Commits
074092af
Commit
074092af
authored
Aug 11, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused variables
parent
d3837cd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
ci-scripts/main.py
ci-scripts/main.py
+0
-8
ci-scripts/ran.py
ci-scripts/ran.py
+0
-2
No files found.
ci-scripts/main.py
View file @
074092af
...
@@ -124,14 +124,6 @@ def ExecuteActionWithParam(action, ctx):
...
@@ -124,14 +124,6 @@ def ExecuteActionWithParam(action, ctx):
else
:
else
:
RAN
.
eNB_serverId
[
RAN
.
eNB_instance
]
=
eNB_serverId
RAN
.
eNB_serverId
[
RAN
.
eNB_instance
]
=
eNB_serverId
CONTAINERS
.
eNB_serverId
[
CONTAINERS
.
eNB_instance
]
=
eNB_serverId
CONTAINERS
.
eNB_serverId
[
CONTAINERS
.
eNB_instance
]
=
eNB_serverId
xmlBgBuildField
=
test
.
findtext
(
'backgroundBuild'
)
if
(
xmlBgBuildField
is
None
):
RAN
.
backgroundBuild
=
False
else
:
if
re
.
match
(
'true'
,
xmlBgBuildField
,
re
.
IGNORECASE
):
RAN
.
backgroundBuild
=
True
else
:
RAN
.
backgroundBuild
=
False
proxy_commit
=
test
.
findtext
(
'proxy_commit'
)
proxy_commit
=
test
.
findtext
(
'proxy_commit'
)
if
proxy_commit
is
not
None
:
if
proxy_commit
is
not
None
:
CONTAINERS
.
proxyCommit
=
proxy_commit
CONTAINERS
.
proxyCommit
=
proxy_commit
...
...
ci-scripts/ran.py
View file @
074092af
...
@@ -73,8 +73,6 @@ class RANManagement():
...
@@ -73,8 +73,6 @@ class RANManagement():
self
.
eNB2Password
=
''
self
.
eNB2Password
=
''
self
.
eNB2SourceCodePath
=
''
self
.
eNB2SourceCodePath
=
''
self
.
Build_eNB_args
=
''
self
.
Build_eNB_args
=
''
self
.
backgroundBuild
=
False
self
.
backgroundBuildTestId
=
[
''
,
''
,
''
]
self
.
Build_eNB_forced_workspace_cleanup
=
False
self
.
Build_eNB_forced_workspace_cleanup
=
False
self
.
Initialize_eNB_args
=
''
self
.
Initialize_eNB_args
=
''
self
.
imageKind
=
''
self
.
imageKind
=
''
...
...
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