summaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-29 12:23:19 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-29 12:23:19 +0000
commit1a7a5b3f9bd26f87bc18c76fdade19601ff93456 (patch)
tree164c2e942028fdd1ae02bf846d182a55c3efbd27 /README.html
parent6ffd67efa4bc19682fdb1e1153b63a283f4d19f0 (diff)
onsuccess: #550: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_gnu_native_fast_check_gcc--master-aarch64-build/550/
Results : | # reset_artifacts: | -10 | # build_abe binutils: | -8 | # build_abe gcc: | -7 | # build_abe linux: | -5 | # build_abe glibc: | -4 | # build_abe gdb: | -3 | # build_abe dejagnu: | -1 | # build_abe check_gcc -- --set runtestflags=compile.exp --set runtestflags=execute.exp: | 0 check_regression status : 0
Diffstat (limited to 'README.html')
-rw-r--r--README.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/README.html b/README.html
new file mode 100644
index 0000000..77f2c54
--- /dev/null
+++ b/README.html
@@ -0,0 +1,49 @@
+<!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/regressions.sum">notify/regressions.sum</a> and <a href="notify/results.compare">notify/results.compare</a> which
+ are two views of the 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>