← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~tushar5526/launchpad-buildd:run-jenkins-cli-for-multiple-versions into launchpad-buildd:master

 

Tushar Gupta has proposed merging ~tushar5526/launchpad-buildd:run-jenkins-cli-for-multiple-versions into launchpad-buildd:master.

Commit message:
feat: define multiple jobs to test on different Ubuntu versions. 

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~tushar5526/launchpad-buildd/+git/launchpad-buildd/+merge/472532
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~tushar5526/launchpad-buildd:run-jenkins-cli-for-multiple-versions into launchpad-buildd:master.
diff --git a/ols-vms.conf b/ols-vms.conf
index 91712ee..f68af6d 100644
--- a/ols-vms.conf
+++ b/ols-vms.conf
@@ -1,10 +1,20 @@
 # Options defined here provide defaults for all sections
 vm.architecture = amd64
-vm.release = focal
 
 apt.sources = ppa:launchpad/ppa
 vm.packages = @system-dependencies.txt
 
-[launchpad-buildd]
+[launchpad-buildd-focal]
+vm.release = focal
 vm.class = lxd
 vm.update = True
+
+[launchpad-buildd-jammy]
+vm.release = jammy
+vm.class = lxd
+vm.update = True
+
+[launchpad-buildd-noble]
+vm.release = noble
+vm.class = lxd
+vm.update = True
\ No newline at end of file

Follow ups