File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ variables:
111111 done < <(git lfs ls-files | sed -r 's/^.{13}//')
112112 echo "srsGNB sources+build size is" $(du -hs .)
113113 # Remove any existing retina resource for this group
114- - retina-delete-orchestration-network --user-name ci_${GROUP}
114+ - retina release --username ci_${GROUP}
115115 # Add extra config env variables to the .env file
116116 - |
117117 echo "" >> .gitlab/ci/e2e/.env
@@ -135,7 +135,7 @@ variables:
135135 after_script :
136136 # Remove any existing retina resource for this group
137137 - *setup_kube_config
138- - retina-delete-orchestration-network --user-name ci_${GROUP}
138+ - retina release --username ci_${GROUP}
139139 # Push test metrics
140140 - |
141141 find . -iname "test_metrics.csv" -exec sh -c \
Original file line number Diff line number Diff line change 11SRSGNB_REGISTRY_URI = registry.gitlab.com/softwareradiosystems/srsgnb
22RETINA_REGISTRY_PREFIX = registry.gitlab.com/softwareradiosystems/ci/retina
3- RETINA_VERSION = 0.82.11
3+ RETINA_VERSION = 0.83.1
44UBUNTU_VERSION = 24.04
55AMARISOFT_VERSION = 2023-09-08
66AMARISOFT_S72_NTN_VERSION = 2024-12-13
You can’t perform that action at this time.
0 commit comments