← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~tushar5526/lpci:dont-use-base-instance into lpci:main

 

Tushar Gupta has proposed merging ~tushar5526/lpci:dont-use-base-instance into lpci:main.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~tushar5526/lpci/+git/lpcraft/+merge/484320
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~tushar5526/lpci:dont-use-base-instance into lpci:main.
diff --git a/NEWS.rst b/NEWS.rst
index 0e8d7fc..90faf39 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,12 @@
 Version history
 ===============
 
+0.2.11 (2025-04-11)
+==================
+
+- Set raw.apparmor config on LPCI builds because Noble builds
+  were failing on Focal host due to permission issues.
+
 0.2.10 (2025-04-11)
 ==================
 
diff --git a/lpci/providers/_lxd.py b/lpci/providers/_lxd.py
index c673502..218a8c0 100644
--- a/lpci/providers/_lxd.py
+++ b/lpci/providers/_lxd.py
@@ -340,7 +340,7 @@ class LXDProvider(Provider):
                 auto_clean=True,
                 auto_create_project=True,
                 map_user_uid=True,
-                use_base_instance=True,
+                use_base_instance=False,
                 project=self.lxd_project,
                 remote=self.lxd_remote,
                 lxc=self.lxc,
diff --git a/setup.cfg b/setup.cfg
index d5e949e..27e6f3b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = lpci
-version = 0.2.10
+version = 0.2.11
 description = Runner for Launchpad CI jobs
 long_description = file: README.rst
 long_description_content_type = text/x-rst