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
lizhongxiao
OpenXG-RAN
Commits
688e82f8
Commit
688e82f8
authored
Aug 01, 2023
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(ci): post-review comments from Robert
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
b99dbbf6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
ci-scripts/Jenkinsfile-GitLab-Container
ci-scripts/Jenkinsfile-GitLab-Container
+4
-4
ci-scripts/xml_files/container_lte_b200_fdd_10Mhz_tm1_oaiue.xml
...ipts/xml_files/container_lte_b200_fdd_10Mhz_tm1_oaiue.xml
+4
-4
No files found.
ci-scripts/Jenkinsfile-GitLab-Container
View file @
688e82f8
...
...
@@ -288,7 +288,7 @@ pipeline {
when
{
expression
{
do4Gtest
}
}
steps
{
script
{
triggerSlaveJob
(
'RAN-LTE-FDD-LTEBOX-Container'
,
'
RAN-
LTE-FDD-LTEBOX-Container'
)
triggerSlaveJob
(
'RAN-LTE-FDD-LTEBOX-Container'
,
'LTE-FDD-LTEBOX-Container'
)
}
}
post
{
...
...
@@ -309,7 +309,7 @@ pipeline {
when
{
expression
{
do4Gtest
}
}
steps
{
script
{
triggerSlaveJob
(
'RAN-LTE-FDD-OAICN4G-Container'
,
'
RAN-
LTE-FDD-OAICN4G-Container'
)
triggerSlaveJob
(
'RAN-LTE-FDD-OAICN4G-Container'
,
'LTE-FDD-OAICN4G-Container'
)
}
}
post
{
...
...
@@ -329,7 +329,7 @@ pipeline {
when
{
expression
{
do4Gtest
}
}
steps
{
script
{
triggerSlaveJob
(
'RAN-LTE-TDD-LTEBOX-Container'
,
'
RAN-
LTE-TDD-LTEBOX-Container'
)
triggerSlaveJob
(
'RAN-LTE-TDD-LTEBOX-Container'
,
'LTE-TDD-LTEBOX-Container'
)
}
}
post
{
...
...
@@ -489,7 +489,7 @@ pipeline {
when
{
expression
{
do5Gtest
}
}
steps
{
script
{
triggerSlaveJob
(
'RAN-SA-OAIUE-CN5G'
,
'
RAN-
SA-OAIUE-CN5G'
)
triggerSlaveJob
(
'RAN-SA-OAIUE-CN5G'
,
'SA-OAIUE-CN5G'
)
}
}
post
{
...
...
ci-scripts/xml_files/container_lte_b200_fdd_10Mhz_tm1_oaiue.xml
View file @
688e82f8
...
...
@@ -56,25 +56,25 @@
</testCase>
<testCase
id=
"100000"
>
<class>
Custom_Command
</class>
<desc>
Disable Sleep States
</desc>
<desc>
Disable Sleep States
(hutch)
</desc>
<node>
hutch
</node>
<command>
sudo cpupower idle-set -D 0
</command>
</testCase>
<testCase
id=
"100001"
>
<class>
Custom_Command
</class>
<desc>
Disable Sleep States
</desc>
<desc>
Disable Sleep States
(carabe)
</desc>
<node>
carabe
</node>
<command>
sudo cpupower idle-set -D 0
</command>
</testCase>
<testCase
id=
"200000"
>
<class>
Custom_Command
</class>
<desc>
Enable Sleep States
</desc>
<desc>
Enable Sleep States
(hutch)
</desc>
<node>
hutch
</node>
<command>
sudo cpupower idle-set -E
</command>
</testCase>
<testCase
id=
"200001"
>
<class>
Custom_Command
</class>
<desc>
Enable Sleep States
</desc>
<desc>
Enable Sleep States
(carabe)
</desc>
<node>
carabe
</node>
<command>
sudo cpupower idle-set -E
</command>
</testCase>
...
...
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