Skip to content

Commit 6c0e0d5

Browse files
authored
Fix wrong jobs that included in iot classic plan (Bugfix) (#2266)
disk/encryption/detect and miscellanea/secure_boot_mode should be automated jobs Also the secure_boot_mode.* will include the job that depended on gadget snap which only for ubuntu core
1 parent ab06cc3 commit 6c0e0d5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

providers/certification-client/units/client-cert-iot-desktop-24-04.pxu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ _description:
1818
This is classic 24.04
1919
include:
2020
disk/encryption/check-fde-tpm
21-
disk/encryption/detect
22-
miscellanea/secure_boot_mode_.*
2321
mandatory_include:
2422
com.canonical.plainbox::manifest
2523
executable
@@ -109,6 +107,8 @@ unit: test plan
109107
_description:
110108
This is classic 24.04
111109
include:
110+
disk/encryption/detect
111+
miscellanea/secure_boot_mode
112112
mandatory_include:
113113
com.canonical.plainbox::manifest
114114
executable

providers/certification-client/units/client-cert-iot-server-24-04.pxu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ _description:
1818
This is classic 24.04
1919
include:
2020
disk/encryption/check-fde-tpm
21-
disk/encryption/detect
22-
miscellanea/secure_boot_mode_.*
2321
mandatory_include:
2422
com.canonical.plainbox::manifest
2523
executable
@@ -102,6 +100,8 @@ unit: test plan
102100
_description:
103101
This is classic 24.04
104102
include:
103+
disk/encryption/detect
104+
miscellanea/secure_boot_mode
105105
mandatory_include:
106106
com.canonical.plainbox::manifest
107107
executable

0 commit comments

Comments
 (0)