Home
last modified time | relevance | path

Searched full:build_on_all (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/synchronization/
Dsample.yaml8 build_on_all: true
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py114 ("build_on_all", True, None, None, "Platform is excluded on command line."),
115 ("build_on_all", True, "level", "foobar", "Unknown test level 'foobar'"),
172 if tc_attribute == "build_on_all":
174 testcase.build_on_all = tc_value
391 testcase.build_on_all = True
1364 build_on_all: true
1366 build_on_all: true
1368 build_on_all: true
1370 build_on_all: false
1410 build_on_all: true
[all …]
Dtest_config_parser.py105 'build_on_all': False,
/Zephyr-latest/scripts/schemas/twister/
Dtestsuite-schema.yaml41 "build_on_all":
/Zephyr-latest/scripts/
Dtwister59 build_on_all: <True|False> (default False)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dconfig_parser.py55 "build_on_all": {"type": "bool", "default": False},
Dtestplan.py854 ts.build_on_all
1142 if default_platforms and not ts.build_on_all and not integration:
/Zephyr-latest/doc/develop/test/
Dtwister.rst438 build_on_all: <True|False> (default False)
1424 - Ability to override ``build_on_all`` options used in some test scenarios.