Re-enable PRServ and Hashserv 99/27699/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 4 Jul 2022 20:03:23 +0000 (22:03 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 5 Jul 2022 09:32:57 +0000 (09:32 +0000)
With the new improved PRServ and HashServ we can run this.
Also we can expose the readonly ports to the public.

Bug-AGL: SPEC-4381

Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I2c52cd80fa387457fd95b853519d8768fafacb10
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27699
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account

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

index 93b9d5a..8d56baa 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}:8686"
-#BB_SIGNATURE_HANDLER = "OEEquivHash"
+BB_HASHSERVE = "${AGL_HOST_HASHSERV}:8383"
+BB_SIGNATURE_HANDLER = "OEEquivHash"
 
-#PRSERV_HOST = "${AGL_HOST_PRSERV}:8585"
+PRSERV_HOST = "${AGL_HOST_PRSERV}:8181"
 
 IMAGE_INSTALL:append = " curl"