ci: add temp_skip_ci marker to simplify markers

example: `@pytest.mark.temp_skip_ci(targets=['esp32'])`
This commit is contained in:
Fu Hanxi
2022-11-22 11:13:14 +08:00
parent a61861f6b6
commit 056601127b
2 changed files with 29 additions and 4 deletions
+1
View File
@@ -30,6 +30,7 @@ markers =
supported_targets: support all supported targets ('esp32', 'esp32s2', 'esp32c3', 'esp32s3', 'esp32c2')
preview_targets: support all preview targets ('linux', 'esp32h4', 'esp32c6')
all_targets: support all targets, including supported ones and preview ones
temp_skip_ci: temp skip ci for specified targets, can only work with `supported_targets`, `preview_targets`, `all_targets`
# env markers
generic: tests should be run on generic runners