Skip to content

Commit 11321b5

Browse files
fix(examples): Fix CI tests for secure boot cases
1 parent 7aabeae commit 11321b5

6 files changed

+5
-2
lines changed

examples/system/.build-test-rules.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ examples/system/efuse:
4040
enable:
4141
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET == "linux"
4242
disable:
43-
- if: IDF_TARGET not in ["esp32", "linux"] and NIGHTLY_RUN != "1"
4443
- if: IDF_TARGET == "linux" and CONFIG_NAME == "virt_flash_enc"
4544
- if: IDF_TARGET == "linux" and CONFIG_NAME == "virt_flash_enc_release"
4645
- if: IDF_TARGET == "linux" and CONFIG_NAME == "virt_sb_v2_and_fe"

examples/system/efuse/sdkconfig.ci.virt_sb_v2_and_fe.esp32c5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

99
CONFIG_SECURE_BOOT=y
1010
CONFIG_SECURE_BOOT_V2_ENABLED=y
11+
CONFIG_SECURE_SIGNED_APPS_ECDSA_V2_SCHEME=y
1112
CONFIG_SECURE_BOOT_SIGNING_KEY="test/secure_boot_signing_key_ecdsa_nistp256.pem"
1213
CONFIG_SECURE_ENABLE_SECURE_ROM_DL_MODE=y
1314

examples/system/efuse/sdkconfig.ci.virt_sb_v2_and_fe.esp32c61

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

99
CONFIG_SECURE_BOOT=y
1010
CONFIG_SECURE_BOOT_V2_ENABLED=y
11+
CONFIG_SECURE_SIGNED_APPS_ECDSA_V2_SCHEME=y
1112
CONFIG_SECURE_BOOT_SIGNING_KEY="test/secure_boot_signing_key_ecdsa_nistp256.pem"
1213
CONFIG_SECURE_ENABLE_SECURE_ROM_DL_MODE=y
1314

examples/system/efuse/sdkconfig.ci.virt_secure_boot_v2.esp32c5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

99
CONFIG_SECURE_BOOT=y
1010
CONFIG_SECURE_BOOT_V2_ENABLED=y
11+
CONFIG_SECURE_SIGNED_APPS_ECDSA_V2_SCHEME=y
1112
CONFIG_SECURE_BOOT_SIGNING_KEY="test/secure_boot_signing_key_ecdsa_nistp256.pem"
1213
CONFIG_SECURE_INSECURE_ALLOW_DL_MODE=y
1314

examples/system/efuse/sdkconfig.ci.virt_secure_boot_v2.esp32c6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

99
CONFIG_SECURE_BOOT=y
1010
CONFIG_SECURE_BOOT_V2_ENABLED=y
11-
CONFIG_SECURE_BOOT_V2_ECDSA_ENABLED=y
11+
CONFIG_SECURE_SIGNED_APPS_ECDSA_V2_SCHEME=y
1212
CONFIG_SECURE_BOOT_SIGNING_KEY="test/secure_boot_signing_key_ecdsa_nistp256.pem"
1313
CONFIG_SECURE_INSECURE_ALLOW_DL_MODE=y
1414

examples/system/efuse/sdkconfig.ci.virt_secure_boot_v2.esp32c61

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

99
CONFIG_SECURE_BOOT=y
1010
CONFIG_SECURE_BOOT_V2_ENABLED=y
11+
CONFIG_SECURE_SIGNED_APPS_ECDSA_V2_SCHEME=y
1112
CONFIG_SECURE_BOOT_SIGNING_KEY="test/secure_boot_signing_key_ecdsa_nistp256.pem"
1213
CONFIG_SECURE_INSECURE_ALLOW_DL_MODE=y
1314

0 commit comments

Comments
 (0)