From: Fiete Ostkamp Date: Fri, 24 Oct 2025 06:40:25 +0000 (+0200) Subject: Use larger build node for multicloud-k8s-verify job X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5202ccaf89a0896a7f3f43a2e2705eccb960d7f4;p=ci-management.git Use larger build node for multicloud-k8s-verify job - golang verify job takes roughly 20 minutes to run the tests - having more cpu cores could speed this up Issue-ID: MULTICLOUD-1524 Change-Id: I05e5fcf52d3eb8501eddad626942437d2a735055 Signed-off-by: Fiete Ostkamp --- diff --git a/jjb/multicloud/multicloud-k8s.yaml b/jjb/multicloud/multicloud-k8s.yaml index 6def5bf03..03df65cdc 100644 --- a/jjb/multicloud/multicloud-k8s.yaml +++ b/jjb/multicloud/multicloud-k8s.yaml @@ -6,7 +6,8 @@ golangver: "golang114" jobs: - "{project-name}-{stream}-{subproject}-verify-python" - - "{project-name}-{stream}-verify-golang" + - "{project-name}-{stream}-verify-golang": + build-node: ubuntu2204-docker-8c-8g - "{project-name}-{stream}-merge-golang": build-node: ubuntu2004-docker-2c-2g - "{project-name}-{stream}-docker-golang-shell-daily":