launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #31379
[Merge] ~tushar5526/launchpad-buildd:add-jenkins-ci-run-for-noble into launchpad-buildd:master
Tushar Gupta has proposed merging ~tushar5526/launchpad-buildd:add-jenkins-ci-run-for-noble into launchpad-buildd:master.
Commit message:
feat: try to add multiple jenkins jobs for jammy and noble. There has been issues with adding all 3 series at once, so I'm trying it one by one.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~tushar5526/launchpad-buildd/+git/launchpad-buildd/+merge/472553
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~tushar5526/launchpad-buildd:add-jenkins-ci-run-for-noble into launchpad-buildd:master.
diff --git a/ols-vms.conf b/ols-vms.conf
index 2a4c612..e8d3670 100644
--- a/ols-vms.conf
+++ b/ols-vms.conf
@@ -7,5 +7,8 @@ vm.update = True
vm.packages = @system-dependencies.txt
-[launchpad-buildd]
+[launchpad-buildd-jammy]
vm.release = jammy
+
+[launchpad-buildd-noble]
+vm.release = noble
\ No newline at end of file
References