Change jenkins node to the 24.04 image

Signed-off-by: Joey Armstrong <jarmstrong@linuxfoundation.org>
Change-Id: I29d05962cfb27aa9618afb7ddbe813276d69c7e6
diff --git a/jjb/verify/voltha-system-tests.yaml b/jjb/verify/voltha-system-tests.yaml
index bdbd256..d1e3db6 100644
--- a/jjb/verify/voltha-system-tests.yaml
+++ b/jjb/verify/voltha-system-tests.yaml
@@ -8,21 +8,21 @@
     jobs:
       - 'verify-voltha-system-tests-jobs':
           # build-node: 'ubuntu18.04-basebuild-4c-8g'
-          build-node: 'voltha-1804-micro'
+          build-node: 'ubuntu-basebuild-24.04-4c-15g'
           branch-regexp: '{all-branches-regexp}'
       - 'verify-voltha-system-tests-jobs-master':
           # build-node: 'ubuntu18.04-basebuild-4c-8g'
-          build-node: 'voltha-1804-micro'
+          build-node: 'ubuntu-basebuild-24.04-4c-15g'
           branch-regexp: '^master$'
       - 'verify-voltha-system-tests-jobs-voltha-2.12':
           # build-node: 'ubuntu18.04-basebuild-4c-8g'
-          build-node: 'voltha-1804-micro'
+          build-node: 'ubuntu-basebuild-24.04-4c-15g'
           name-extension: '-voltha-2.12'
           override-branch: 'voltha-2.12'
           branch-regexp: '^voltha-2.12$'
       - 'verify-voltha-system-tests-jobs-voltha-2.11':
           # build-node: 'ubuntu18.04-basebuild-4c-8g'
-          build-node: 'voltha-1804-micro'
+          build-node: 'ubuntu-basebuild-24.04-4c-15g'
           name-extension: '-voltha-2.11'
           override-branch: 'voltha-2.11'
           branch-regexp: '^voltha-2.11$'