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
7a67e40e
Commit
7a67e40e
authored
Mar 30, 2020
by
Dong Anyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify for Hardless CI Test
parent
bf682f64
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
313 deletions
+52
-313
ci-scripts/Jenkinsfile-gitlab
ci-scripts/Jenkinsfile-gitlab
+45
-313
ci-scripts/buildOnVM.sh
ci-scripts/buildOnVM.sh
+7
-0
No files found.
ci-scripts/Jenkinsfile-gitlab
View file @
7a67e40e
This diff is collapsed.
Click to expand it.
ci-scripts/buildOnVM.sh
View file @
7a67e40e
...
...
@@ -103,6 +103,13 @@ function build_on_vm {
echo
"############################################################"
echo
"sudo cp 01proxy /etc/apt/apt.conf.d/"
>
$VM_CMDS
echo
"touch /home/ubuntu/.hushlogin"
>>
$VM_CMDS
if
[
-f
/opt/web_proxy/adapt_ue_sim.txt
]
then
cat
/opt/web_proxy/adapt_ue_sim.txt |
while
read
line
do
echo
$line
>>
$VM_CMDS
done
fi
if
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
then
if
[
$DAEMON
-eq
0
]
...
...
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