Skip to content

Commit e57f3c1

Browse files
erhankursobuch
authored andcommitted
ci: disable fluky esp32 flash_encrypted tests
1 parent 0f22304 commit e57f3c1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.gitlab/ci/downstream/idf_5_2_x/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tests_esp32_idf5.2.x:
1010
CHIP_NAME: "esp32"
1111
TEST_RUN_BOARD_OPTS: "-b esp32-wrover-kit-3.3v -e test_*.*Encrypted"
1212

13-
tests_esp32_idf5.2.x_flash_encrypted:
13+
.tests_esp32_idf5.2.x_flash_encrypted:
1414
extends: .tests_v5.2.x_template
1515
tags:
1616
- test_jtag_arm_flash_encryption

.gitlab/ci/downstream/idf_5_3_x/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tests_esp32_idf5.3.x:
1010
CHIP_NAME: "esp32"
1111
TEST_RUN_BOARD_OPTS: "-b esp32-wrover-kit-3.3v -e test_*.*Encrypted"
1212

13-
tests_esp32_idf5.3.x_flash_encrypted:
13+
.tests_esp32_idf5.3.x_flash_encrypted:
1414
extends: .tests_v5.3.x_template
1515
tags:
1616
- test_jtag_arm_flash_encryption

.gitlab/ci/downstream/idf_5_4_x/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tests_esp32_idf5.4.x:
1010
CHIP_NAME: "esp32"
1111
TEST_RUN_BOARD_OPTS: "-b esp32-wrover-kit-3.3v -e test_*.*Encrypted"
1212

13-
tests_esp32_idf5.4.x_flash_encrypted:
13+
.tests_esp32_idf5.4.x_flash_encrypted:
1414
extends: .tests_v5.4.x_template
1515
tags:
1616
- test_jtag_arm_flash_encryption

.gitlab/ci/downstream/idf_5_5_x/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tests_esp32_idf5.5.x:
1010
CHIP_NAME: "esp32"
1111
TEST_RUN_BOARD_OPTS: "-b esp32-wrover-kit-3.3v -e test_*.*Encrypted"
1212

13-
tests_esp32_idf5.5.x_flash_encrypted:
13+
.tests_esp32_idf5.5.x_flash_encrypted:
1414
extends: .tests_v5.5.x_template
1515
tags:
1616
- test_jtag_arm_flash_encryption

.gitlab/ci/downstream/idf_6_0_x/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tests_esp32_idf6.0.x:
1212
CHIP_NAME: "esp32"
1313
TEST_RUN_BOARD_OPTS: "-b esp32-wrover-kit-3.3v -e test_*.*Encrypted"
1414

15-
tests_esp32_idf6.0.x_flash_encrypted:
15+
.tests_esp32_idf6.0.x_flash_encrypted:
1616
extends: .tests_v6.0.x_template
1717
tags:
1818
- test_jtag_arm_flash_encryption

.gitlab/ci/downstream/idf_master/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tests_esp32:
1212
CHIP_NAME: "esp32"
1313
TEST_RUN_BOARD_OPTS: "-b esp32-wrover-kit-3.3v -e test_*.*Encrypted"
1414

15-
tests_esp32_flash_encrypted:
15+
.tests_esp32_flash_encrypted:
1616
extends: .tests_master_template
1717
tags:
1818
- test_jtag_arm_flash_encryption

0 commit comments

Comments
 (0)