]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: document autopkgtest CI infrastructure
authorLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 15 Sep 2021 12:49:04 +0000 (13:49 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 15 Sep 2021 12:58:38 +0000 (14:58 +0200)
test/README.testsuite

index da989c1e0d2ff549afe19f4009cbc25bd5e5ca65..2f10c7370c35936aced459dae87650114a9dbb93 100644 (file)
@@ -148,3 +148,18 @@ The cloud-side infrastructure, that is hooked into the Github interface, is
 located at:
 
 https://git.launchpad.net/autopkgtest-cloud/
+
+In case of infrastructure issues with this CI, things might go wrong in two
+places:
+
+- starting a job: this is done via a Github webhook, so check if the HTTP POST
+  are failing on https://github.com/systemd/systemd/settings/hooks
+- running a job: all currently running jobs are listed at
+  https://autopkgtest.ubuntu.com/running#pkg-systemd-upstream in case the PR
+  does not show the status for some reason
+- reporting the job result: this is done on Canonical's cloud infrastructure,
+  if jobs are started and running but no status is visible on the PR, then it is
+  likely that reporting back is not working
+
+For infrastructure help, reaching out to Canonical via the #ubuntu-devel channel
+on libera.chat is an effective way to receive support in general.