Skip to content

Commit

Permalink
added sleep before container activation
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyItkin committed Feb 25, 2024
1 parent c719f1a commit 9c980b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/UFM_NDT_Plugin/.ci/ci_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ steps:
agentSelector: "{nodeLabel: 'UFM-POC'}"
run: |
# restart ufm plugin after simulator start
# verify container is down
ssh -4 root@${SERVER_HOST} '/opt/ufm/scripts/manage_ufm_plugins.sh stop -p ndt'
ssh -4 root@${SERVER_HOST} '/opt/ufm/scripts/manage_ufm_plugins.sh show'
sleep 10
ssh -4 root@${SERVER_HOST} '/opt/ufm/scripts/manage_ufm_plugins.sh start -p ndt'
ssh -4 root@${SERVER_HOST} '/opt/ufm/scripts/manage_ufm_plugins.sh show'
parallel: false
Expand Down

0 comments on commit 9c980b8

Please sign in to comment.