fixeria has submitted this change. (
https://gerrit.osmocom.org/c/docker-playground/+/31240 )
Change subject: jenkins-common.sh: open5gs-latest does not require debian-bullseye-build
......................................................................
jenkins-common.sh: open5gs-latest does not require debian-bullseye-build
We're not *building* anything for the open5gs-latest, but simply
downloading and installing DEBs from Sukchan's
opensuse.org repo.
Change-Id: Iec7ccab28c37d274a731e08a2f893ec0514c1068
Fixes: 62ac21133a828bab849c072f27664102790fcb91
---
M jenkins-common.sh
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
osmith: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/jenkins-common.sh b/jenkins-common.sh
index a607f9a..b09db58 100644
--- a/jenkins-common.sh
+++ b/jenkins-common.sh
@@ -21,7 +21,7 @@
osmo-*-centos8) echo "centos8-build" ;;
osmo-*-latest) echo "debian-bullseye-obs-latest" ;;
osmo-*) echo "debian-bullseye-build" ;;
- open5gs-*) echo "debian-bullseye-build" ;;
+ open5gs-master) echo "debian-bullseye-build" ;;
ttcn3-*) echo "debian-bullseye-titan" ;;
esac
}
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/31240
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Iec7ccab28c37d274a731e08a2f893ec0514c1068
Gerrit-Change-Number: 31240
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged