From c6ca314a2a2023f84f8c32e7824644579dd3f2c8 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 4 Jul 2022 22:03:23 +0200 Subject: Re-enable PRServ and Hashserv 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 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index 93b9d5a11..8d56baa23 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -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" -- cgit 1.2.3-korg