Skip to content

Commit

Permalink
ci: add generic_multi_device for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
L-KAYA committed Sep 16, 2022
1 parent af0c0bd commit 7768905
Showing 1 changed file with 32 additions and 8 deletions.
40 changes: 32 additions & 8 deletions .gitlab/ci/target-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,14 @@ component_ut_pytest_esp32_generic:
- build_pytest_components_esp32
tags: [ esp32, generic ]

component_ut_pytest_esp32_generic_multi_device:
extends:
- .pytest_components_dir_template
- .rules:test:component_ut-esp32
needs:
- build_pytest_components_esp32
tags: [ esp32, generic_multi_device ]

component_ut_pytest_esp32_adc:
extends:
- .pytest_components_dir_template
Expand Down Expand Up @@ -276,6 +284,14 @@ component_ut_pytest_esp32s2_generic:
- build_pytest_components_esp32s2
tags: [ esp32s2, generic ]

component_ut_pytest_esp32s2_generic_multi_device:
extends:
- .pytest_components_dir_template
- .rules:test:component_ut-esp32s2
needs:
- build_pytest_components_esp32s2
tags: [ esp32s2, generic_multi_device ]

component_ut_pytest_esp32s2_adc:
extends:
- .pytest_components_dir_template
Expand All @@ -300,6 +316,14 @@ component_ut_pytest_esp32s3_generic:
- build_pytest_components_esp32s3
tags: [ esp32s3, generic ]

component_ut_pytest_esp32s3_generic_multi_device:
extends:
- .pytest_components_dir_template
- .rules:test:component_ut-esp32s3
needs:
- build_pytest_components_esp32s3
tags: [ esp32s3, generic_multi_device ]

component_ut_pytest_esp32s3_adc:
extends:
- .pytest_components_dir_template
Expand Down Expand Up @@ -340,14 +364,6 @@ component_ut_pytest_esp32s3_flash_multi:
- build_pytest_components_esp32s3
tags: [ esp32s3, flash_mutli ]

component_ut_pytest_esp32s3_generic_multi_device:
extends:
- .pytest_components_dir_template
- .rules:test:component_ut-esp32s3
needs:
- build_pytest_components_esp32s3
tags: [ esp32s3, generic_multi_device ]

component_ut_pytest_esp32c2_generic:
extends:
- .pytest_components_dir_template
Expand Down Expand Up @@ -380,6 +396,14 @@ component_ut_pytest_esp32c3_generic:
- build_pytest_components_esp32c3
tags: [ esp32c3, generic ]

component_ut_pytest_esp32c3_generic_multi_device:
extends:
- .pytest_components_dir_template
- .rules:test:component_ut-esp32c3
needs:
- build_pytest_components_esp32c3
tags: [ esp32c3, generic_multi_device ]

component_ut_pytest_esp32c3_adc:
extends:
- .pytest_components_dir_template
Expand Down

0 comments on commit 7768905

Please sign in to comment.