~jslarraz/ubuntu-security-tools:fix-increment-version

Last commit made on 2024-03-11
Get this branch:
git clone -b fix-increment-version https://git.launchpad.net/~jslarraz/ubuntu-security-tools
Only Jorge Sancho Larraz can upload to this branch. If you are Jorge Sancho Larraz please log in for upload directions.

Branch merges

Branch information

Name:
fix-increment-version
Repository:
lp:~jslarraz/ubuntu-security-tools

Recent commits

b7a1abe... by Jorge Sancho Larraz

umt/increment_version: add missing test case

Succeeded
[SUCCEEDED] unit-tests:0 (build)
11 of 1 result
3f4d285... by Jorge Sancho Larraz

umt/increment_version: properly support ~0.XX.YY case

Succeeded
[SUCCEEDED] unit-tests:0 (build)
11 of 1 result
aae0792... by Jorge Sancho Larraz

umt/increment_version: fix regex for ~XX.YY versions

Succeeded
[SUCCEEDED] unit-tests:0 (build)
11 of 1 result
1ac8cf5... by Marc Deslauriers

utilities/sd: don't silently fail if colordiff isn't installed

509036c... by Nishit Majithia

umt testflinger: find binaries if no lcoal build

 - Add get_binary_package() method, for testlfinger when there is no local
   build exist, to fetch the binary package name
 - Make binary package auto installable in testflinger config
 - Fix job-yaml file name using correct image variable

Signed-off-by: Nishit Majithia <email address hidden>

d635fd6... by Alex Murray

umt testflinger: place binaries on a hidden folder on the jump host

This ensures that when using the default jump-host of
people.canonical.com (which is publicly accessible) that we do not expose the
binaries to any casual observer who happens to browse the web listing of the
jump host URL (which defaults to people.canonical.com/~USER/)

Signed-off-by: Alex Murray <email address hidden>

2a9c114... by Alex Murray

umt testflinger: if queue doesn't specify an image then try and guess one

If a queue doesn't specify any images it likely needs a preinstalled one, so
allow the user to specify this via the --image CLI option but also try and guess
it from the queue name and architecture.

Signed-off-by: Alex Murray <email address hidden>

ef298de... by Alex Murray

umt testflinger: add all well-known queues to our local list

Signed-off-by: Alex Murray <email address hidden>

187afc3... by Alex Murray

umt testflinger: remove artificial limit on provisioning for queues

Add all queues whether they can be provisioned by maas2 or muxpi for now to
not limit which queues we expose to the user.

Signed-off-by: Alex Murray <email address hidden>

e811cc8... by Alex Murray

umt testflinger: try and list agents provisioned via muxpi as well as maas

Signed-off-by: Alex Murray <email address hidden>