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
7361c168
Commit
7361c168
authored
Dec 15, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use new SSH class to execute image build
parent
de4a9e1d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
51 deletions
+51
-51
ci-scripts/cls_cluster.py
ci-scripts/cls_cluster.py
+1
-1
ci-scripts/cls_containerize.py
ci-scripts/cls_containerize.py
+50
-50
No files found.
ci-scripts/cls_cluster.py
View file @
7361c168
...
...
@@ -352,7 +352,7 @@ class Cluster:
self
.
cmd
.
run
(
f'for pod in $(oc get pods | tail -n +2 | awk
\'
{{print $1}}
\'
); do oc get pod $pod -o json &>> cmake_targets/log/build_pod_summary.log; done'
,
'\$'
,
60
)
build_log_name
=
f'build_log_
{
self
.
testCase_id
}
'
cls_containerize
.
CopyLogsToExecutor
(
self
.
cmd
,
lSourcePath
,
build_log_name
,
lIpAddr
,
'oaicicd'
,
CONST
.
CI_NO_PASSWORD
)
cls_containerize
.
CopyLogsToExecutor
(
self
.
cmd
,
lSourcePath
,
build_log_name
)
self
.
cmd
.
run
(
'for pod in $(oc get pods | tail -n +2 | awk
\'
{print $1}
\'
); do oc delete pod ${pod}; done'
)
...
...
ci-scripts/cls_containerize.py
View file @
7361c168
This diff is collapsed.
Click to expand it.
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