summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2024-05-01 02:29:09 +0200
committerLuca Boccassi <bluca@debian.org>2024-05-01 02:30:12 +0200
commitc8de1a8c5618ab6d0b020f330c6cd629a76d8b35 (patch)
treed2e15bf3cc83262f3041e33f76ba927f776dd69d /test
parentdocs: drop outdated documents about os-release and cgroupsv1 (diff)
downloadsystemd-c8de1a8c5618ab6d0b020f330c6cd629a76d8b35.tar.xz
systemd-c8de1a8c5618ab6d0b020f330c6cd629a76d8b35.zip
docs: move information from AUTOPKGTEST.md to test/README.testsuite and delete it
This is not information that needs to be published on systemd.io as it's purely internal, so the README is enough
Diffstat (limited to 'test')
-rw-r--r--test/README.testsuite15
1 files changed, 14 insertions, 1 deletions
diff --git a/test/README.testsuite b/test/README.testsuite
index 91cafeb58e..627cbcd076 100644
--- a/test/README.testsuite
+++ b/test/README.testsuite
@@ -197,6 +197,10 @@ located at:
https://git.launchpad.net/autopkgtest-cloud/
+A generic description of the testing infrastructure can be found at:
+
+https://wiki.ubuntu.com/ProposedMigration/AutopkgtestInfrastructure
+
In case of infrastructure issues with this CI, things might go wrong in two
places:
@@ -220,9 +224,18 @@ be used to force the PPA to publish an empty repository, for example:
will create an empty 'noble' repository that can be used for 'noble' CI jobs.
-For infrastructure help, reaching out to Canonical via the #ubuntu-quality channel
+For infrastructure help, reaching out to 'qa-help' via the #ubuntu-quality channel
on libera.chat is an effective way to receive support in general.
+Given access to the shared secret, tests can be re-run using the generic
+retry-github-test tool:
+
+https://git.launchpad.net/autopkgtest-cloud/tree/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/tools/retry-github-test
+
+A wrapper script that makes it easier to use is also available:
+
+https://piware.de/gitweb/?p=bin.git;a=blob;f=retry-gh-systemd-Test
+
Manually running a part of the Ubuntu CI test suite
===================================================