Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
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-AMF
Commits
696ae1e4
Commit
696ae1e4
authored
Jul 23, 2021
by
ismail
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: updated the wait delay after deploy
Signed-off-by:
ismail
<
mohammed.ismail@openairinterface.org
>
parent
18c39324
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ci-scripts/Jenkinsfile-Bracket-Test
ci-scripts/Jenkinsfile-Bracket-Test
+1
-1
No files found.
ci-scripts/Jenkinsfile-Bracket-Test
View file @
696ae1e4
...
@@ -147,7 +147,7 @@ pipeline {
...
@@ -147,7 +147,7 @@ pipeline {
sh
'sed -e "s#AMF_IMAGE_TAG#'
+
amfTag
+
'#" ci-scripts/dsTesterDockerCompose/docker-compose.tplt > ci-scripts/dsTesterDockerCompose/docker-compose.yml'
sh
'sed -e "s#AMF_IMAGE_TAG#'
+
amfTag
+
'#" ci-scripts/dsTesterDockerCompose/docker-compose.tplt > ci-scripts/dsTesterDockerCompose/docker-compose.yml'
dir
(
'ci-scripts/dsTesterDockerCompose'
)
{
dir
(
'ci-scripts/dsTesterDockerCompose'
)
{
sh
'docker-compose up -d > ../../archives/compose_amf_up.log 2>&1'
sh
'docker-compose up -d > ../../archives/compose_amf_up.log 2>&1'
sh
'sleep
6
0'
sh
'sleep
10
0'
// Do a check on number of healthy containers
// Do a check on number of healthy containers
// 2 == mysql + amf
// 2 == mysql + amf
ret
=
sh
returnStdout:
true
,
script:
'docker-compose ps -a | grep -v unhealthy | grep -c healthy || true'
ret
=
sh
returnStdout:
true
,
script:
'docker-compose ps -a | grep -v unhealthy | grep -c healthy || true'
...
...
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