Skip to content

Commit

Permalink
testrunner: Add config files to gather_logs
Browse files Browse the repository at this point in the history
(cherry picked from commit 8de8f9a)
  • Loading branch information
JanZerebecki authored and Itxaka committed Sep 16, 2020
1 parent 77adde6 commit 3123fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/infra/testrunner/platforms/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self, conf):
# Which logs will be collected from the nodes
self.logs = {
"files": [],
"dirs": ["/var/log/pods"],
"dirs": ["/var/log/pods", "/etc/crio", "/etc/containers"],
"services": ["kubelet", "crio"]
}

Expand Down

0 comments on commit 3123fe8

Please sign in to comment.