aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000000..6ea24c1e0a
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+Yocto Build Performance Test Data
+=================================
+
+This repository contains build performance test results from the Yocto project.
+
+Branch naming follows this format:
+<tester_host>/<branch>/<machine>
+
+Each test results is also tagged with:
+<tester_host>/<branch>/<machine>/<git_commit_number>-<git_commit_sha>/<test_run_id>
+
+Buildstats are stored under separate per-branch refs and must be fetched
+separately:
+refs/notes/buildstats/<tester_host>/<branch>/<machine>
+
+NOTE: Buildstats may be volatile! They contain a significant amount of data
+and may be subject to clean-up (expunging old data) in the future.