~adam-collard/maas/+git/launchpad-ci:jenkins-view

Last commit made on 2021-09-03
Get this branch:
git clone -b jenkins-view https://git.launchpad.net/~adam-collard/maas/+git/launchpad-ci
Only Adam Collard can upload to this branch. If you are Adam Collard please log in for upload directions.

Branch merges

Branch information

Name:
jenkins-view
Repository:
lp:~adam-collard/maas/+git/launchpad-ci

Recent commits

89ba3b3... by Adam Collard

Add views

Signed-off-by: Adam Collard <email address hidden>

59147ee... by Adam Collard

Add description with helpful pointer back to the source

Signed-off-by: Adam Collard <email address hidden>

a32d9c5... by Adam Collard

Really use python3 for the script.

Signed-off-by: Adam Collard <email address hidden>

7103586... by Dougal Matthews

Correct a typo in the README and complete a sentence

33162da... by Björn Tillenius

Look for lowercase http_proxy intead of uppercase.

Some tools, like snapcraft, expects lowercase, and Jenkins doesn't work
well with both upper and lower case of the same variable.

789b8ae... by Björn Tillenius

Get launchpad.py from the git repo rather than from people.canonical.com

ba3e9e8... by Alberto Donato

use python3 for script

d49a05d... by Björn Tillenius

Specify the parameters and triggers in the job definition.

If they are defined inside the pipeline, as they were, Jenkins wouldn't
pick them up, until the jobs had been run manually once. Now no manual
intervention is needed after updating the jobs.

059a25d... by Björn Tillenius

Don't run the reviewer and lander in fresh docker images.

We don't need good isolation for the reviewer and lander, and installing
the dependencies on every run puts unneccessary load on the system.

Also, make it possible to limit the lander, reviever and tester jobs to
run only on system with a specific label. This allows us to move the
jobs to different slaves easily.

41a2bea... by Alberto Donato

fix missing parenthesis