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
zzha zzha
OpenXG-RAN
Commits
3e5deb43
Commit
3e5deb43
authored
Oct 27, 2022
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ci): after code review
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
187b3915
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
ci-scripts/Jenkinsfile-GitLab-Container
ci-scripts/Jenkinsfile-GitLab-Container
+3
-3
ci-scripts/sshconnection.py
ci-scripts/sshconnection.py
+2
-2
No files found.
ci-scripts/Jenkinsfile-GitLab-Container
View file @
3e5deb43
...
@@ -289,7 +289,7 @@ pipeline {
...
@@ -289,7 +289,7 @@ pipeline {
when
{
expression
{
do4Gtest
}
}
when
{
expression
{
do4Gtest
}
}
steps
{
steps
{
script
{
script
{
triggerSlaveJob
(
'RAN-LTE-FDD-LTEBOX-Container'
,
'
LTE-B200-FDD-Mono
-LTEBOX-Container'
)
triggerSlaveJob
(
'RAN-LTE-FDD-LTEBOX-Container'
,
'
RAN-LTE-FDD
-LTEBOX-Container'
)
}
}
}
}
post
{
post
{
...
@@ -306,10 +306,10 @@ pipeline {
...
@@ -306,10 +306,10 @@ pipeline {
}
}
}
}
stage
(
"LTE-B200-TDD-LTEBOX-Container"
)
{
stage
(
"LTE-B200-TDD-LTEBOX-Container"
)
{
when
{
expression
{
do4Gtest
||
do5Gtest
}
}
when
{
expression
{
do4Gtest
}
}
steps
{
steps
{
script
{
script
{
triggerSlaveJob
(
'RAN-LTE-TDD-LTEBOX-Container'
,
'
LTE-B200-TDD-Mono
-LTEBOX-Container'
)
triggerSlaveJob
(
'RAN-LTE-TDD-LTEBOX-Container'
,
'
RAN-LTE-TDD
-LTEBOX-Container'
)
}
}
}
}
post
{
post
{
...
...
ci-scripts/sshconnection.py
View file @
3e5deb43
...
@@ -246,7 +246,7 @@ class SSHConnection():
...
@@ -246,7 +246,7 @@ class SSHConnection():
count
=
10
count
=
10
copy_status
=
True
copy_status
=
True
elif
scp_response
==
1
and
ignorePermDenied
:
elif
scp_response
==
1
and
ignorePermDenied
:
logging
.
warning
(
'Copy was denied but ignored!
'
)
logging
.
warning
(
f'copyout(): permission denied, not copying file (
{
source
}
)
'
)
count
=
10
count
=
10
copy_status
=
True
copy_status
=
True
else
:
else
:
...
@@ -258,7 +258,7 @@ class SSHConnection():
...
@@ -258,7 +258,7 @@ class SSHConnection():
count
=
10
count
=
10
copy_status
=
True
copy_status
=
True
elif
scp_response
==
1
and
ignorePermDenied
:
elif
scp_response
==
1
and
ignorePermDenied
:
logging
.
warning
(
'Copy was denied but ignored!
'
)
logging
.
warning
(
f'copyout(): permission denied, not copying file (
{
source
}
)
'
)
count
=
10
count
=
10
copy_status
=
True
copy_status
=
True
else
:
else
:
...
...
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