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
fb5ac7f2
Commit
fb5ac7f2
authored
Nov 16, 2021
by
Fang-WANG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
only test 1 case
parent
765f8e0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
ci-scripts/Jenkinsfile-gitlab
ci-scripts/Jenkinsfile-gitlab
+8
-4
No files found.
ci-scripts/Jenkinsfile-gitlab
View file @
fb5ac7f2
...
...
@@ -220,7 +220,7 @@ pipeline {
}
}
}
stage
(
"Build 5G gNB-USRP"
)
{
/*
stage ("Build 5G gNB-USRP") {
steps {
gitlabCommitStatus(name: "Build gNB-USRP") {
timeout (time: 45, unit: 'MINUTES') {
...
...
@@ -259,6 +259,7 @@ pipeline {
}
}
}
*/
}
post
{
failure
{
...
...
@@ -306,7 +307,7 @@ pipeline {
parallel
{
stage
(
"VM-based tests"
)
{
stages
{
stage
(
"Build Flexran Controller"
)
{
/*
stage ("Build Flexran Controller") {
when {
expression {doMandatoryTests}
}
...
...
@@ -324,6 +325,7 @@ pipeline {
}
}
}
*/
stage
(
"Test basic simulator"
)
{
when
{
expression
{
doMandatoryTests
}
...
...
@@ -344,7 +346,7 @@ pipeline {
}
}
}
stage
(
"Test L1 simulator"
)
{
/*
stage ("Test L1 simulator") {
when {
expression {doMandatoryTests}
}
...
...
@@ -434,9 +436,10 @@ pipeline {
}
}
}
*/
}
}
stage
(
"Test MONOLITHIC - FDD - Band 7 - B210"
)
{
/*
stage ("Test MONOLITHIC - FDD - Band 7 - B210") {
when {
expression {doFullTestsuite}
}
...
...
@@ -707,6 +710,7 @@ pipeline {
}
}
}
*/
}
post
{
always
{
...
...
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