From: Kienan Stewart Date: Tue, 31 Oct 2023 13:55:27 +0000 (-0400) Subject: ansible: Add group roles for building ci/dev images X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=3c75b35f6f7159f1b72c1bf0cbb2f987ee750461;p=lttng-ci.git ansible: Add group roles for building ci/dev images Change-Id: I7c1ac127fd43d7b9507c0f9672f9800604dc48d3 --- 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