fixeria submitted this change.
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(-)
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 change 31240. To unsubscribe, or for help writing mail filters, visit settings.