Skip to content
Snippets Groups Projects
Commit cdac508c authored by Luis Araujo's avatar Luis Araujo Committed by Emanuele Aina
Browse files

Add whitelisting mechanism


This commit implements the whitelisting mechanism for the installability
health-check script.

It whitelists packages using the following rules:

* If a package is uninstallable and whitelisted, then marks it as skipped.
* If a package is uninstallable and not whitelisted, it marks it as failure.

A message is added to each package entry in the junit.xml file with the
package status.

This commit also adds the initial list of whitelisted packages inside
the whitelists/ directory.

Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
parent 13a32878
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment