diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2020-10-16 18:51:58 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@microsoft.com> | 2020-10-17 18:58:40 +0200 |
commit | 964523e6c2461951db31789af85ab5b52d95e970 (patch) | |
tree | b91aeb364a47b29388a7bb088911a467dcfde159 /test/README.testsuite | |
parent | test: fix TEST-50-DISSECT build on Ubuntu CI (diff) | |
download | systemd-964523e6c2461951db31789af85ab5b52d95e970.tar.xz systemd-964523e6c2461951db31789af85ab5b52d95e970.zip |
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 '')
-rw-r--r-- | test/README.testsuite | 9 |
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. |