Bug Description
In PR#1206 Certification team made every test job in client-cert-iot-.* test plans as cert blocker according to a decision made a few years ago which we have been using to judge the bug importance since then (All checkbox jobs being executed for the IoT project is a cert blocker)
Therefore, QA team started implementing this rule in each project. However, we observed that the status is still be non-blocker of some cases who are from base provider.
Here is the simple PR to implement this feature. What I did is like below (nest the cert test plan and have certification_status_overrides field be defined):
bootstrap_include:
baoshan_device_soc
include:
nested_part:
.
.
com.canonical.certification::client-cert-desktop-22-04-automated
.
.
certification_status_overrides:
apply blocker to .*
exclude:
.
.
.
To Reproduce
- Have a test plan that nests the
com.canonical.certification::client-cert-desktop-22-04-automated
- Add
certification_status_overrides field
- Sideload this test plan
- Checkbox remote runs this auto plan and choose the
miscellaneous and info sets then executing it.
Environment
- OS: Classic Desktop / Server / Ubuntu Core
- Checkbox type: Snap
Relevant log output
No response
Additional context
No response
Bug Description
In PR#1206 Certification team made every test job in client-cert-iot-.* test plans as cert blocker according to a decision made a few years ago which we have been using to judge the bug importance since then (All checkbox jobs being executed for the IoT project is a cert blocker)
Therefore, QA team started implementing this rule in each project. However, we observed that the status is still be
non-blockerof some cases who are from base provider.Here is the simple PR to implement this feature. What I did is like below (
nestthecert test planand havecertification_status_overridesfield be defined):To Reproduce
com.canonical.certification::client-cert-desktop-22-04-automatedcertification_status_overridesfieldmiscellaneousandinfosets then executing it.Environment
Relevant log output
No response
Additional context
No response