From: Kienan Stewart Date: Mon, 7 Oct 2024 13:25:39 +0000 (-0400) Subject: ansible: Do not install legacy compilers on standalone nodes X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=4edcfaa9e89c7167a667e4eb3b41e3ee8a780bd0;p=lttng-ci.git ansible: Do not install legacy compilers on standalone nodes These compilers are used only by the lttng-modules jobs to build old kernels, which aren't run on standalone nodes. Change-Id: I984d2b00048eaf9b5d599c3e59bfe48d713327f9 Signed-off-by: Kienan Stewart --- diff --git a/automation/ansible/group_vars/node_standalone.yml b/automation/ansible/group_vars/node_standalone.yml index ab43b4c..5601dfe 100644 --- a/automation/ansible/group_vars/node_standalone.yml +++ b/automation/ansible/group_vars/node_standalone.yml @@ -1,5 +1,7 @@ --- +compilers_legacy_install: false + # Jenkins connects to the standalone nodes as the root user jenkins_user: false