Searched full:build_on_all (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.7.0/samples/synchronization/ |
D | sample.yaml | 8 build_on_all: true
|
/Zephyr-Core-3.7.0/tests/kernel/common/ |
D | testcase.yaml | 11 build_on_all: true
|
/Zephyr-Core-3.7.0/scripts/tests/twister/ |
D | test_testplan.py | 111 ("build_on_all", True, None, None, "Platform is excluded on command line."), 112 ("build_on_all", True, "level", "foobar", "Unknown test level 'foobar'"), 169 if tc_attribute == "build_on_all": 171 testcase.build_on_all = tc_value 390 testcase.build_on_all = True 1314 build_on_all: true 1316 build_on_all: true 1318 build_on_all: true 1320 build_on_all: false 1364 build_on_all: true [all …]
|
D | test_config_parser.py | 102 'build_on_all': False,
|
/Zephyr-Core-3.7.0/scripts/schemas/twister/ |
D | testsuite-schema.yaml | 31 "build_on_all":
|
/Zephyr-Core-3.7.0/scripts/ |
D | twister | 59 build_on_all: <True|False> (default False)
|
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/ |
D | config_parser.py | 54 "build_on_all": {"type": "bool", "default": False},
|
D | testplan.py | 743 …if ts.build_on_all and not platform_filter and platform_config.get('increased_platform_scope', Tru… 980 if default_platforms and not ts.build_on_all and not integration:
|
/Zephyr-Core-3.7.0/doc/develop/test/ |
D | twister.rst | 382 build_on_all: <True|False> (default False) 1306 - Ability to override `build_on_all` options used in some test scenarios.
|