summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-29 15:40:10 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-29 15:40:10 +0000
commit2479e09c7e0733a8eb0ad9d94c03066521368139 (patch)
tree06c0e6ac80cdbd4cf0ef96604f0100f9e958505d /README.txt
parenta8474a45fa1492c64007951d85f056d33a591896 (diff)
onsuccess: #1365: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/1365/
Results : | # reset_artifacts: | -10 | # build_abe gcc: | -2 | # build_abe dejagnu: | -1 | # build_abe check_gcc --: | 0 check_regression status : 0
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..faf9a99
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,44 @@
+How to browse artifacts of this build
+
+The artifact directories contain a lot of information related to the
+results of this build.
+
+Directories starting with a number contain the logs of each step of
+the build. More synthetic information is available in other directories,
+as described below:
+
+
+- 00-sumfiles/ (if present) contains .log and possibly .sum files
+ generated by the build. Files with .0 suffix contain the results of
+ the initial full testsuite run, files with .1, .2 etc... contain
+ logs restricted to the parts (.exp) of the testsuite where we
+ detected regressions. .1, .2, .... represent the number of times
+ this subset of the testsuite was executed in order to also identify
+ flaky tests. The last one contains what is considered as the
+ results of this build.
+
+- git/ contains the revision and repository of each toolchain
+ component built
+
+- jenkins/ contains information useful for the CI maintainers
+
+- notify/ contains the material used to build various
+ notifications/reports (emails, Jira, LNT, ...)
+
+- sumfiles/ contains the .sum files produced by this build.
+
+
+If you received a notification about one of your patches causing
+problems, the information you received is in notify/ and has
+links to other artifacts from this directory.
+
+If you are investigating such a problem, you are probably primarily
+interested in:
+
+
+- notify/regressions.sum and notify/results.compare which
+ are two views of the regression report.
+
+- 00-sumfiles/ .log files with detailed errors, to save
+ yourself reproducing the problem on your machine.
+