aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/testing/testbuilder/testbuilder.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/testing/testbuilder/testbuilder.conf.sample')
-rw-r--r--contrib/testing/testbuilder/testbuilder.conf.sample11
1 files changed, 10 insertions, 1 deletions
diff --git a/contrib/testing/testbuilder/testbuilder.conf.sample b/contrib/testing/testbuilder/testbuilder.conf.sample
index 17dc08cf6f..b588407291 100644
--- a/contrib/testing/testbuilder/testbuilder.conf.sample
+++ b/contrib/testing/testbuilder/testbuilder.conf.sample
@@ -12,7 +12,8 @@
# update_bb - update bitbake git tree
# update_oe - update OE git tree
# run_builds - run builds
-STAGES="update_bb update_oe !run_builds"
+# upload_logs - upload logs to some other place
+STAGES="update_bb update_oe !run_builds !upload_logs"
## ACCOUNTING: account some useful things
# df - log free disk space
@@ -57,6 +58,14 @@ MW_USER=""
# Build host machine
# HOST_MACHINE="<cpu model, cores @freq> /<RAM amount>"
+## UPLOAD
+# Upload command
+UPLOAD_CMD="rsync"
+# Upload options
+UPLOAD_OPTS="-av --delete"
+# Upload destination
+UPLOAD_DESTDIR="${TB_BUILDER}@server:/var/www/htdocs/testbuilder/logs"
+
# Misc dirs
TB_BASE=`pwd`
BB_DIR="${TB_BASE}/bitbake"