Disable PRserv and HASHserv until migration is done 37/29937/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 27 May 2024 16:10:23 +0000 (18:10 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 28 May 2024 12:00:25 +0000 (12:00 +0000)
The server needs to migrate to a new version.

Change-Id: I7e6208b3aceecc15d2139de93eef1bb23604aef5
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29937

templates/feature/agl-ci/99_local.conf.inc

index ef14cd8..33863fa 100644 (file)
@@ -21,12 +21,12 @@ INHERIT += "buildstats"
 INHERIT += "buildstats-summary"
 
 # setup for PRSERV and HASHSERV
-AGL_HOST_PRSERV ?= "10.30.72.18"
-AGL_HOST_HASHSERV ?= "10.30.72.18"
+#AGL_HOST_PRSERV ?= "10.30.72.18"
+#AGL_HOST_HASHSERV ?= "10.30.72.18"
 
-BB_HASHSERVE = "${AGL_HOST_HASHSERV}:8383"
-BB_SIGNATURE_HANDLER = "OEEquivHash"
+#BB_HASHSERVE = "${AGL_HOST_HASHSERV}:8383"
+#BB_SIGNATURE_HANDLER = "OEEquivHash"
 
-PRSERV_HOST = "${AGL_HOST_PRSERV}:8181"
+#PRSERV_HOST = "${AGL_HOST_PRSERV}:8181"
 
 IMAGE_INSTALL:append = " curl"