summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2020-10-16 17:51:58 +0100
committerLuca Boccassi <luca.boccassi@microsoft.com>2020-10-17 17:58:40 +0100
commit964523e6c2461951db31789af85ab5b52d95e970 (patch)
treeb91aeb364a47b29388a7bb088911a467dcfde159 /test
parentd888cd4cfcccdc5e881e11d64007061318223590 (diff)
downloadsystemd-964523e6c2461951db31789af85ab5b52d95e970.tar.gz
test/README: notes about Ubuntu CI logs and dependencies
Add a note about where to find the full journal, and how to add packages/dependencies for the Ubuntu CI.
Diffstat (limited to 'test')
-rw-r--r--test/README.testsuite9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/README.testsuite b/test/README.testsuite
index 34c7ab3f7d..5d9e498c51 100644
--- a/test/README.testsuite
+++ b/test/README.testsuite
@@ -120,3 +120,12 @@ https://wiki.debian.org/ArchitectureSpecificsMemo
For PRs that fix a currently deny-listed test, the PR should include removal
of the deny-list file.
+
+In case a test fails, the full set of artifacts, including the journal of the
+failed run, can be downloaded from the artifacts.tar.gz archive which will be
+reachable in the same URL parent directory as the logs.gz that gets linked on
+the Github CI status.
+
+To add new dependencies or new binaries to the packages used during the tests,
+a merge request can be sent to: https://salsa.debian.org/systemd-team/systemd
+targeting the 'upstream-ci' branch.