-
- Downloads
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:
Luis Araujo <luis.araujo@collabora.co.uk>
Showing
- obs-installability/obs-installability 70 additions, 31 deletionsobs-installability/obs-installability
- obs-installability/whitelists/README.md 2 additions, 0 deletionsobs-installability/whitelists/README.md
- obs-installability/whitelists/development.yaml 0 additions, 0 deletionsobs-installability/whitelists/development.yaml
- obs-installability/whitelists/hmi.yaml 0 additions, 0 deletionsobs-installability/whitelists/hmi.yaml
- obs-installability/whitelists/sdk.yaml 0 additions, 0 deletionsobs-installability/whitelists/sdk.yaml
- obs-installability/whitelists/target.yaml 27 additions, 0 deletionsobs-installability/whitelists/target.yaml
Loading
Please register or sign in to comment