summaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-30 01:09:07 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-30 01:09:07 +0000
commit2b40ecc8df2d5a20d749f404756381e8a1517af6 (patch)
treef4266e77c55d2399124f4b55d9f1eea0f9d3c818 /README.html
parent88a3cf871eaff8737e201a7823c7dde1e2a821d9 (diff)
onsuccess: #422: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_gnu_woa_check_binutils--master-woa64-build/422/
Results : | # reset_artifacts: | -10 | # build_abe binutils: | -8 | # build_abe dejagnu: | -1 | # build_abe check_binutils --: | 0 check_regression status : 0
Diffstat (limited to 'README.html')
-rw-r--r--README.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/README.html b/README.html
new file mode 100644
index 0000000..3a7b223
--- /dev/null
+++ b/README.html
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html>
+<body>
+<font color="black">
+<h2>How to browse artifacts of this build</h2>
+The artifact directories contain a lot of information related to the
+results of this build.
+<p>
+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:
+<p>
+<ul>
+<li><a href="00-sumfiles/">00-sumfiles/</a> (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.
+
+<li><a href="git/">git/</a> contains the revision and repository of each toolchain
+ component built
+
+<li><a href="jenkins/">jenkins/</a> contains information useful for the CI maintainers
+
+<li><a href="notify/">notify/</a> contains the material used to build various
+ notifications/reports (emails, Jira, LNT, ...)
+
+<li><a href="sumfiles/">sumfiles/</a> contains the .sum files produced by this build.
+</ul>
+<p>
+If you received a notification about one of your patches causing
+problems, the information you received is in <a href="notify/">notify/</a> and has
+links to other artifacts from this directory.
+<p>
+If you are investigating such a problem, you are probably primarily
+interested in:
+<p>
+<ul>
+<li><a href="notify/results.compare.txt">notify/results.compare.txt</a> (regression report).
+
+<li><a href="00-sumfiles/">00-sumfiles/</a> .log files with detailed errors, to save
+ yourself reproducing the problem on your machine.
+</ul>
+</body>
+</html>