ansible: Clone lttng-modules Linux mirror only for `node_amd64` nodes
authorKienan Stewart <kstewart@efficios.com>
Tue, 8 Oct 2024 17:50:01 +0000 (13:50 -0400)
committerKienan Stewart <kstewart@efficios.com>
Tue, 8 Oct 2024 17:50:01 +0000 (13:50 -0400)
Change-Id: Ia39a49582f574ff73452fd9a4ea642362371da58
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
automation/ansible/group_vars/node.yml
automation/ansible/group_vars/node_amd64.yml [new file with mode: 0644]

index 1bce15fa8047bc514e8cbdbbc6cfbe0ca4425f60..4ef8ebf3320d594b5b1efc8ea1e0ada76299241a 100644 (file)
@@ -1,3 +1,6 @@
 ---
 jenkins_user: true
+# The full linux repo is mirrored only on node_amd64 which run the
+# modules parambuild jobs
+lttng_modules_checkout_repo: false
 unattended_upgrades: false
diff --git a/automation/ansible/group_vars/node_amd64.yml b/automation/ansible/group_vars/node_amd64.yml
new file mode 100644 (file)
index 0000000..83ea4e9
--- /dev/null
@@ -0,0 +1,2 @@
+---
+lttng_modules_checkout_repo: true
This page took 0.023364 seconds and 4 git commands to generate.