projects
/
lttng-ci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b95bc31
)
ansible: Add group roles for building ci/dev images
author
Kienan Stewart
<kstewart@efficios.com>
Tue, 31 Oct 2023 13:55:27 +0000
(09:55 -0400)
committer
Kienan Stewart
<kstewart@efficios.com>
Thu, 30 Nov 2023 16:37:38 +0000
(11:37 -0500)
Change-Id: I7c1ac127fd43d7b9507c0f9672f9800604dc48d3
automation/ansible/site.yml
patch
|
blob
|
blame
|
history
diff --git
a/automation/ansible/site.yml
b/automation/ansible/site.yml
index af3d74570aec2e281ef0b65c7197540ac17b4bf3..de313f4ec48325ee039c1da04404292423a6fe2c 100644
(file)
--- 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
This page took
0.023048 seconds
and
4
git commands to generate.