aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2015-07-10 18:31:46 +0100
committerSteve McIntyre <steve.mcintyre@linaro.org>2015-07-10 18:31:46 +0100
commit5705c482578c683780b612eaf7d91365f2301d81 (patch)
tree6e1f3113858172cc38f67be34ce0c79b3bd6cf7e /test
parent5e5dd79012598b2538e77dc719bb195d754e3738 (diff)
Add a standard crontab for the linaro user on the test workers
Change-Id: Ia7d72121882b67ebf7f14a3102a7e6f47f8eb03c
Diffstat (limited to 'test')
-rw-r--r--test/crontab4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/crontab b/test/crontab
new file mode 100644
index 0000000..823380f
--- /dev/null
+++ b/test/crontab
@@ -0,0 +1,4 @@
+# Crontab to be used for "linaro" on the test workers
+# m h dom mon dow command
+* * * * * /home/linaro/check_networks
+01 20 * * * find /tmp -name '*ping*' -mtime +30 | xargs rm -f