~bryce/ubuntu-helpers:lp-test-triggers-refac

Last commit made on 2022-07-26
Get this branch:
git clone -b lp-test-triggers-refac https://git.launchpad.net/~bryce/ubuntu-helpers
Only Bryce Harrington can upload to this branch. If you are Bryce Harrington please log in for upload directions.

Branch merges

Branch information

Name:
lp-test-triggers-refac
Repository:
lp:~bryce/ubuntu-helpers

Recent commits

a9fab2e... by Bryce Harrington

lp-test-ppa: Reorder showTriggers() arguments using Trigger class

The 'test_name' variable is a bit confusing in that it doesn't refer to
tests but rather to additional source packages we want to run the given
trigger against. Rename to 'package_name'.

Also, in the autopkgtest URL, this value is specified by the 'package='
URL keyword which is generally displayed early in the URL, with the
triggers included at the end. It will be more intuitive to follow a
similar ordering.

Finally, pass the trigger package and version as an actual Trigger
object to simplify the number of parameters being passed.

9921ddd... by Bryce Harrington

lp-test-ppa: Add Job member to construct the trigger request url

e952817... by Bryce Harrington

lp-test-ppa: Fix formatting of trigger list

Don't display it as a python list object, just as a simple comma
separated string.

68949c5... by Bryce Harrington

lp-test-ppa: Unindent logic

Use an early exit on precondition, and an early loop continue to avoid
indentation depth. Addresses a pylint complaint and will allow for some
further refactoring.

ae31ea5... by Bryce Harrington

lp-test-ppa: Add code docs for Result class

3d890af... by Bryce Harrington

lp-test-ppa: Add code docs for Job class

c3e8db5... by Bryce Harrington

lp-test-ppa: Add code docs for Trigger class

cf9307d... by Christian Ehrhardt 

pkg_per_release.sh: report per section numbers

Signed-off-by: Christian Ehrhardt <email address hidden>

aca60c5... by Robie Basak

Add today's savebug

3e20c3b... by Christian Ehrhardt 

savebugs: track weekly housekeeping bugs in an accessible place

Signed-off-by: Christian Ehrhardt <email address hidden>