Merge ~alextu/plainbox-provider-pc-sanity:yaml-collecting-known-issues into plainbox-provider-pc-sanity:master

Proposed by Alex Tu
Status: Merged
Merged at revision: 9dda182b72897cc3bfbc6f5e0d16b82d1ebea377
Proposed branch: ~alextu/plainbox-provider-pc-sanity:yaml-collecting-known-issues
Merge into: plainbox-provider-pc-sanity:master
Diff against target: 45 lines (+27/-0)
2 files modified
README.md (+5/-0)
database/jobs-need-improvement.yaml (+22/-0)
Reviewer Review Type Date Requested Status
Cyrus Lien Approve
OEM Solutions Group: Engineers Pending
Review via email: mp+395970@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Cyrus Lien (cyruslien) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/README.md b/README.md
2index 3307bdf..cf8ac08 100644
3--- a/README.md
4+++ b/README.md
5@@ -16,3 +16,8 @@ $ `./autopkgtest.sh`
6
7 ### options 2. run it by oem-scripts
8 $ run-autopkgtest lxc focal -C
9+
10+## Get test case ID that need improvement.
11+- yq from `wget https://github.com/mikefarah/yq/releases/download/v4.2.1/yq_linux_arm64`
12+ - $ bin/yq e ".for-all.[]| path| .[-1]" database/jobs-need-improvement.yaml # to get test IDs for all platform.
13+ - $ bin/yq e ".for-desktop-only.[]| path| .[-1]" database/jobs-need-improvement.yaml # to get test IDs for all platform.
14diff --git a/bin/yq b/bin/yq
15new file mode 100755
16index 0000000..0e23180
17Binary files /dev/null and b/bin/yq differ
18diff --git a/database/jobs-need-improvement.yaml b/database/jobs-need-improvement.yaml
19new file mode 100644
20index 0000000..be59854
21--- /dev/null
22+++ b/database/jobs-need-improvement.yaml
23@@ -0,0 +1,22 @@
24+---
25+for-all:
26+ bluetooth4/beacon_eddystone_url_hci0:
27+ public-bug: 1904697
28+ suspend/audio_before_suspend:
29+ public-bug: 1904707
30+ miscellanea/fan_stress_reaction:
31+ public-bug: 1903653
32+ suspend/network_resume_time_auto:
33+ public-bug: 1906390
34+ miscellanea/device_check:
35+ public-bug: 1908961
36+ disk/storage_device_sdb:
37+ public-bug: 1908504
38+ suspend/bluetooth_obex_send_before_suspend:
39+ public-bug: 1909208
40+for-desktop-only:
41+ graphics/{index}_valid_opengl_renderer_{product_slug}:
42+ public-bug: 1905355
43+ miscellanea/edid-continuous-frequency:
44+ public-bug: 1909262
45+for-laptop-only:

Subscribers

People subscribed via source and target branches