ansible: Do not install legacy compilers on standalone nodes
authorKienan Stewart <kstewart@efficios.com>
Mon, 7 Oct 2024 13:25:39 +0000 (09:25 -0400)
committerKienan Stewart <kstewart@efficios.com>
Mon, 7 Oct 2024 13:25:39 +0000 (09:25 -0400)
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 <kstewart@efficios.com>
automation/ansible/group_vars/node_standalone.yml

index ab43b4c654a05a2c45355c0203745c07d7c7aadb..5601dfe56dbc1012fa64894ce02243918aed4f49 100644 (file)
@@ -1,5 +1,7 @@
 ---
 
+compilers_legacy_install: false
+
 # Jenkins connects to the standalone nodes as the root user
 jenkins_user: false
 
This page took 0.041835 seconds and 4 git commands to generate.