Merge ~xnox/britney/+git/hints-ubuntu:version-specific-force-skiptest into ~ubuntu-release/britney/+git/hints-ubuntu:devel

Proposed by Dimitri John Ledkov
Status: Merged
Approved by: Andy Whitcroft
Approved revision: 2469c7cf8690a59c13efeee57fed7f55e45e1e72
Merged at revision: 2469c7cf8690a59c13efeee57fed7f55e45e1e72
Proposed branch: ~xnox/britney/+git/hints-ubuntu:version-specific-force-skiptest
Merge into: ~ubuntu-release/britney/+git/hints-ubuntu:devel
Diff against target: 17 lines (+5/-1)
1 file modified
ubuntu-release (+5/-1)
Reviewer Review Type Date Requested Status
Andy Whitcroft Approve
Juerg Haefliger Pending
Ubuntu Release Team Pending
Review via email: mp+440937@code.launchpad.net

Commit message

ubuntu-release: add version specific linux-meta-raspi force-skiptest, as /all is not allowed

To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

See https://code.launchpad.net/~juergh/britney/+git/hints-ubuntu/+merge/439816

Also see:

if verdict != PolicyVerdict.PASS:
    # check for force-skiptest hint
    hints = self.hints.search('force-skiptest', package=source_name, version=source_data_srcdist.version)

in britney code, autopkgtest policy.

Revision history for this message
Andy Whitcroft (apw) wrote :

This seems in sync with the intent of existing hints and versions in -proposed.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/ubuntu-release b/ubuntu-release
2index f27c4d0..f1f13fb 100644
3--- a/ubuntu-release
4+++ b/ubuntu-release
5@@ -15,7 +15,11 @@ force-badtest linux-gcp/all/armhf
6 # - arm64 is not expected to boot at all in the autopkgtest environment
7 # - armhf is tested in a LXD container which is rather pointless
8 force-badtest linux-raspi/all
9-force-skiptest linux-meta-raspi/all
10+# force-skiptest is only allowed to be package and version specific
11+# this must be bumped on every upload, or automated to be generated by swm
12+# for this package, given /all justification was accepted by the
13+# release team previously
14+force-skiptest linux-meta-raspi/6.2.0.1004.6
15
16 # regressed in release LP: #1860672
17 force-badtest linux/all

Subscribers

People subscribed via source and target branches