From a547f7a5280130b03d49e2387304fd34ead76d0d Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Thu, 24 Aug 2023 15:50:32 -0400 Subject: [PATCH] jjb: Run system tests on deb12-amd64 nodes Change-Id: I657902b4ebf7eb7456b0c7e021a17859303955bc --- jobs/system-tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/system-tests.yaml b/jobs/system-tests.yaml index 6a27dc3..9e6d5dd 100644 --- a/jobs/system-tests.yaml +++ b/jobs/system-tests.yaml @@ -89,7 +89,7 @@ description: | Runs root_regression and root_destructive_tests on a virtual machine over different combinations of kernel and lttng configurations. project-type: freestyle - node: 'amd64' + node: 'deb12-amd64' <<: *system_tests_parameters_defaults properties: @@ -167,7 +167,7 @@ description: | Runs perf_regression tests on a baremetal machine over different combinations of kernel and lttng configurations. project-type: freestyle - node: 'amd64' + node: 'deb12-amd64' <<: *system_tests_parameters_defaults @@ -225,7 +225,7 @@ description: | Builds a Linux Kernel and LTTng Modules if necessary concurrent: true - node: 'amd64' + node: 'deb12-amd64' parameters: - string: -- 2.34.1