Skip to content
Snippets Groups Projects

Add whitelisting mechanism

Merged Luis Araujo requested to merge wip/araujo/whitelisting into apertis/v2020pre

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 installable and whitelisted, then marks it as failure.
  • 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 respective status.

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

Signed-off-by: Luis Araujo luis.araujo@collabora.co.uk

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading