Skip to content

Commit 9867ad3

Browse files
committed
ci: update retina
1 parent adbbb4d commit 9867ad3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab/ci-shared/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

.gitlab/ci/e2e/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SRSGNB_REGISTRY_URI=registry.gitlab.com/softwareradiosystems/srsgnb
22
RETINA_REGISTRY_PREFIX=registry.gitlab.com/softwareradiosystems/ci/retina
3-
RETINA_VERSION=0.82.11
3+
RETINA_VERSION=0.83.1
44
UBUNTU_VERSION=24.04
55
AMARISOFT_VERSION=2023-09-08
66
AMARISOFT_S72_NTN_VERSION=2024-12-13

0 commit comments

Comments
 (0)