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
ecaed3ac
Commit
ecaed3ac
authored
Nov 17, 2021
by
Fang-WANG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify case
parent
f401bf21
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
51 deletions
+3
-51
ci-scripts/Jenkinsfile-gitlab
ci-scripts/Jenkinsfile-gitlab
+3
-2
ci-scripts/destroyAllRunningVM.sh
ci-scripts/destroyAllRunningVM.sh
+0
-25
ci-scripts/waitBuildOnVM.sh
ci-scripts/waitBuildOnVM.sh
+0
-24
No files found.
ci-scripts/Jenkinsfile-gitlab
View file @
ecaed3ac
...
@@ -328,7 +328,6 @@ pipeline {
...
@@ -328,7 +328,6 @@ pipeline {
}
}
}
}
}
}
*/
stage ("Test basic simulator") {
stage ("Test basic simulator") {
when {
when {
expression {doMandatoryTests}
expression {doMandatoryTests}
...
@@ -349,7 +348,7 @@ pipeline {
...
@@ -349,7 +348,7 @@ pipeline {
}
}
}
}
}
}
/*
stage ("Test L1 simulator") {
stage ("Test L1 simulator") {
when {
when {
expression {doMandatoryTests}
expression {doMandatoryTests}
}
}
...
@@ -389,6 +388,7 @@ pipeline {
...
@@ -389,6 +388,7 @@ pipeline {
}
}
}
}
}
}
*/
stage
(
"Test 5G RF simulator"
)
{
stage
(
"Test 5G RF simulator"
)
{
when
{
when
{
expression
{
doMandatoryTests
}
expression
{
doMandatoryTests
}
...
@@ -409,6 +409,7 @@ pipeline {
...
@@ -409,6 +409,7 @@ pipeline {
}
}
}
}
}
}
/*
stage ("Test L2 simulator") {
stage ("Test L2 simulator") {
when {
when {
expression {doFullTestsuite}
expression {doFullTestsuite}
...
...
ci-scripts/destroyAllRunningVM.sh
View file @
ecaed3ac
...
@@ -41,31 +41,6 @@ function destroy_vm {
...
@@ -41,31 +41,6 @@ function destroy_vm {
LIST_CI_VM
=
`
uvt-kvm list |
grep
$VM_TEMPLATE
`
LIST_CI_VM
=
`
uvt-kvm list |
grep
$VM_TEMPLATE
`
if
[
$LIST_CI_VM
-eq
0
]
then
echo
"############################################################"
echo
"uvt-kvm list | grep
$VM_TEMPLATE
, retry 1 "
echo
"############################################################"
LIST_CI_VM
=
`
uvt-kvm list |
grep
$VM_TEMPLATE
`
fi
if
[
$LIST_CI_VM
-eq
0
]
then
echo
"############################################################"
echo
"uvt-kvm list | grep
$VM_TEMPLATE
, retry 2 "
echo
"############################################################"
LIST_CI_VM
=
`
uvt-kvm list |
grep
$VM_TEMPLATE
`
fi
if
[
$LIST_CI_VM
-eq
0
]
then
echo
"############################################################"
echo
"uvt-kvm list | grep
$VM_TEMPLATE
, retry 3 "
echo
"############################################################"
LIST_CI_VM
=
`
uvt-kvm list |
grep
$VM_TEMPLATE
`
fi
for
CI_VM
in
$LIST_CI_VM
for
CI_VM
in
$LIST_CI_VM
do
do
VM_IP_ADDR
=
`
uvt-kvm ip
$CI_VM
`
VM_IP_ADDR
=
`
uvt-kvm ip
$CI_VM
`
...
...
ci-scripts/waitBuildOnVM.sh
View file @
ecaed3ac
...
@@ -57,30 +57,6 @@ function wait_on_vm_build {
...
@@ -57,30 +57,6 @@ function wait_on_vm_build {
IS_VM_ALIVE
=
`
uvt-kvm list |
grep
-c
$VM_NAME
`
IS_VM_ALIVE
=
`
uvt-kvm list |
grep
-c
$VM_NAME
`
if
[
$IS_VM_ALIVE
-eq
0
]
then
echo
"############################################################"
echo
"uvt-kvm list | grep -c
$VM_NAME
error,retry 1 "
echo
"############################################################"
IS_VM_ALIVE
=
`
uvt-kvm list |
grep
-c
$VM_NAME
`
fi
if
[
$IS_VM_ALIVE
-eq
0
]
then
echo
"############################################################"
echo
"uvt-kvm list | grep -c
$VM_NAME
error,retry 2 "
echo
"############################################################"
IS_VM_ALIVE
=
`
uvt-kvm list |
grep
-c
$VM_NAME
`
fi
if
[
$IS_VM_ALIVE
-eq
0
]
then
echo
"############################################################"
echo
"uvt-kvm list | grep -c
$VM_NAME
error,retry 3 "
echo
"############################################################"
IS_VM_ALIVE
=
`
uvt-kvm list |
grep
-c
$VM_NAME
`
fi
if
[
$IS_VM_ALIVE
-eq
0
]
if
[
$IS_VM_ALIVE
-eq
0
]
then
then
echo
"############################################################"
echo
"############################################################"
...
...
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