From 3c75b35f6f7159f1b72c1bf0cbb2f987ee750461 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Tue, 31 Oct 2023 09:55:27 -0400 Subject: [PATCH] ansible: Add group roles for building ci/dev images Change-Id: I7c1ac127fd43d7b9507c0f9672f9800604dc48d3 --- automation/ansible/site.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/automation/ansible/site.yml b/automation/ansible/site.yml index af3d745..de313f4 100644 --- a/automation/ansible/site.yml +++ b/automation/ansible/site.yml @@ -14,3 +14,20 @@ roles: - common - gitmirror +- hosts: ci_node:developer + roles: + - common + - common-node + - cross-compilers + - compilers + - babeltrace + - binutils-gdb + - liburcu + - lttng-ust + - lttng-tools + - lttng-modules + - lttng-analyses + - libs-i386 +- hosts: developer + roles: + - developer -- 2.34.1