mirror of
https://github.com/systemd/systemd
synced 2025-09-24 14:24:46 +02:00
Compare commits
2 Commits
73b432e7ef
...
825cba0d43
Author | SHA1 | Date | |
---|---|---|---|
![]() |
825cba0d43 | ||
![]() |
cb263973ac |
@ -901,7 +901,7 @@
|
||||
<programlisting>SuccessExitStatus=TEMPFAIL 250 SIGUSR1</programlisting>
|
||||
|
||||
<para>Exit status 75 (<constant>TEMPFAIL</constant>), 250, and the termination signal
|
||||
<constant>SIGKILL</constant> are considered clean service terminations.</para>
|
||||
<constant>SIGUSR1</constant> are considered clean service terminations.</para>
|
||||
</example>
|
||||
|
||||
<para>Note: <command>systemd-analyze exit-status</command> may be used to list exit statuses and
|
||||
|
@ -104,19 +104,19 @@ Ubuntu CI
|
||||
New PR submitted to the project are run through regression tests, and one set
|
||||
of those is the 'autopkgtest' runs for several different architectures, called
|
||||
'Ubuntu CI'. Part of that testing is to run all these tests. Sometimes these
|
||||
tests are temporarily blacklisted from running in the 'autopkgtest' tests while
|
||||
tests are temporarily deny-listed from running in the 'autopkgtest' tests while
|
||||
debugging a flaky test; that is done by creating a file in the test directory
|
||||
named 'blacklist-ubuntu-ci', for example to prevent the TEST-01-BASIC test from
|
||||
named 'deny-list-ubuntu-ci', for example to prevent the TEST-01-BASIC test from
|
||||
running in the 'autopkgtest' runs, create the file
|
||||
'TEST-01-BASIC/blacklist-ubuntu-ci'.
|
||||
'TEST-01-BASIC/deny-list-ubuntu-ci'.
|
||||
|
||||
The tests may be disabled only for specific archs, by creating a blacklist file
|
||||
The tests may be disabled only for specific archs, by creating a deny-list file
|
||||
with the arch name at the end, e.g.
|
||||
'TEST-01-BASIC/blacklist-ubuntu-ci-arm64' to disable the TEST-01-BASIC test
|
||||
'TEST-01-BASIC/deny-list-ubuntu-ci-arm64' to disable the TEST-01-BASIC test
|
||||
only on test runs for the 'arm64' architecture.
|
||||
|
||||
Note the arch naming is not from 'uname -m', it is Debian arch names:
|
||||
https://wiki.debian.org/ArchitectureSpecificsMemo
|
||||
|
||||
For PRs that fix a currently blacklisted test, the PR should include removal
|
||||
of the blacklist file.
|
||||
For PRs that fix a currently deny-listed test, the PR should include removal
|
||||
of the deny-list file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user