Instrument dstat in image build jobs
We're seeing some anomalous disk I/O patterns in parts of these jobs, so let's start collecting data to help us confirm our assumptions. Change-Id: Ief91266c5c80959451af6917856f4b62c58f793a
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- dstat-graph
|
||||
tasks:
|
||||
- name: Collect disk usage info post image build
|
||||
command: df
|
||||
|
||||
@@ -79,4 +79,6 @@
|
||||
chown {{ ansible_user }} /opt/dib_tmp
|
||||
chgrp {{ ansible_user }} /opt/dib_tmp
|
||||
roles:
|
||||
- ensure-dstat-graph
|
||||
- run-dstat
|
||||
- make-source-repositories-cache
|
||||
|
||||
Reference in New Issue
Block a user