Add a separate Buildbot host info template for EC2
Latent workers are not usually created on the instance type that will be used, so memory and CPU info collected at AMI creation will likely be inaccurate.
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
|
||||
- name: Set host details for Buildbot worker
|
||||
template:
|
||||
src: templates/host.j2
|
||||
src: "{{ buildbot_worker_host_template }}"
|
||||
dest: "~/{{ buildbot_worker_name }}/info/host"
|
||||
become_user: "{{ buildbot_worker_user }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user