Use larger build node for multicloud-k8s-verify job 16/142316/1 master
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Fri, 24 Oct 2025 06:40:25 +0000 (08:40 +0200)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Fri, 24 Oct 2025 06:40:25 +0000 (08:40 +0200)
- 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 <fiete.ostkamp@telekom.de>
jjb/multicloud/multicloud-k8s.yaml

index 6def5bf..03df65c 100644 (file)
@@ -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":