Skip to content
Snippets Groups Projects
Commit a1aee0c5 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

chore(ci): resetting the B200 on dogmatix before deploying gNB

parent bb6a3966
No related branches found
No related tags found
1 merge request!175chore(ci): checking how CN5G containers stop
......@@ -223,6 +223,9 @@ pipeline {
sleep 2
// Deploying now
dir ('ci-scripts/docker-compose/gnb-ci-testbed') {
sh "sudo b2xx_fx3_utils --reset-device"
sh "sudo uhd_find_devices > /dev/null 2>&1 || true"
sleep 5
sh "sed -i -e 's@image: oaisoftwarealliance/oai-gnb:develop@image: ${ranFullImage}@' docker-compose.yml"
if (mountedFileAsMountedDotConf) {
sh "sed -i -e 's@/opt/oai-gnb/etc/gnb.conf@/opt/oai-gnb/etc/mounted.conf@' docker-compose.yml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment