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
spbro
OpenXG-RAN
Commits
153c0d6f
Commit
153c0d6f
authored
May 30, 2024
by
Bipin Adhikari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create workspace added to 3 other xmls
parent
5b12b920
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
5 deletions
+20
-5
ci-scripts/cls_containerize.py
ci-scripts/cls_containerize.py
+2
-2
ci-scripts/xml_files/cluster_image_build.xml
ci-scripts/xml_files/cluster_image_build.xml
+4
-1
ci-scripts/xml_files/container_image_build_cross.xml
ci-scripts/xml_files/container_image_build_cross.xml
+7
-1
ci-scripts/xml_files/formatting_check.xml
ci-scripts/xml_files/formatting_check.xml
+7
-1
No files found.
ci-scripts/cls_containerize.py
View file @
153c0d6f
...
...
@@ -890,8 +890,8 @@ class Containerize():
ranAllowMerge
=
self
.
ranAllowMerge
if
ranCommitID
==
''
:
logging
.
error
(
'need ranCommitID
in CreateWorkspace()
'
)
sys
.
exit
(
'Insufficient Parameter
in CreateWorkspace()
'
)
logging
.
error
(
'need ranCommitID
to create workspace
'
)
sys
.
exit
(
'Insufficient Parameter
to create workspace
'
)
sshSession
.
command
(
f'rm -rf
{
sourcePath
}
'
,
'\$'
,
10
)
sshSession
.
command
(
'mkdir -p '
+
sourcePath
,
'\$'
,
5
)
...
...
ci-scripts/xml_files/cluster_image_build.xml
View file @
153c0d6f
...
...
@@ -26,7 +26,10 @@
<htmlTabIcon>
wrench
</htmlTabIcon>
<TestCaseRequestedList>
000001
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase
id=
"800813"
>
<class>
Create_Workspace
</class>
<desc>
Creating new Workspace
</desc>
</testCase>
<testCase
id=
"000001"
>
<class>
Build_Cluster_Image
</class>
<desc>
Build Images on OpenShift Cluster
</desc>
...
...
ci-scripts/xml_files/container_image_build_cross.xml
View file @
153c0d6f
...
...
@@ -25,10 +25,16 @@
<htmlTabName>
Build Container Images
</htmlTabName>
<htmlTabIcon>
wrench
</htmlTabIcon>
<TestCaseRequestedList>
000002
000001
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase
id=
"000002"
>
<class>
Create_Workspace
</class>
<desc>
Creating new Workspace
</desc>
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
</testCase>
<testCase
id=
"000001"
>
<class>
Build_Image
</class>
<desc>
Cross-Compile for ARM64
</desc>
...
...
ci-scripts/xml_files/formatting_check.xml
View file @
153c0d6f
...
...
@@ -25,10 +25,16 @@
<htmlTabName>
License and Formatting Checks
</htmlTabName>
<htmlTabIcon>
wrench
</htmlTabIcon>
<TestCaseRequestedList>
000001
000002
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase
id=
"000001"
>
<class>
Create_Workspace
</class>
<desc>
Creating new Workspace
</desc>
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
</testCase>
<testCase
id=
"000002"
>
<class>
LicenceAndFormattingCheck
</class>
<desc>
License and Formatting Checks
</desc>
...
...
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