Merge pull request #15818 from aabadie/pr/ci/test-on-iotlab-action-exclude
ci/test-on-iotlab: update list of excluded applications
This commit is contained in:
commit
4c9f2250a0
10
.github/workflows/test-on-iotlab.yml
vendored
10
.github/workflows/test-on-iotlab.yml
vendored
@ -76,10 +76,12 @@ jobs:
|
|||||||
DOCKER_ENVIRONMENT_CMDLINE: -e BUILD_FILES=\$$\(BINFILE\)
|
DOCKER_ENVIRONMENT_CMDLINE: -e BUILD_FILES=\$$\(BINFILE\)
|
||||||
COMPILE_AND_TEST_FOR_BOARD: ./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py
|
COMPILE_AND_TEST_FOR_BOARD: ./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py
|
||||||
COMPILE_AND_TEST_ARGS: --with-test-only --jobs=2 --report-xml
|
COMPILE_AND_TEST_ARGS: --with-test-only --jobs=2 --report-xml
|
||||||
# Exclude applications that require the riotboot feature and providing a test
|
# Exclude applications that are expected to fail or cannot run on iotlab
|
||||||
# because flashing at a specific offset is not (yet) supported on IoT-LAB
|
# - tests/periph_timer_short_relative_set is expected to fail
|
||||||
# so they will always fail because of that limitation
|
# - tests/riotboot requires the riotboot feature and provides a test
|
||||||
APPLICATIONS_EXCLUDE: examples/suit_update tests/riotboot
|
# but flashing at a specific offset is not (yet) supported on IoT-LAB
|
||||||
|
# so it will always fail because of that limitation
|
||||||
|
APPLICATIONS_EXCLUDE: tests/periph_timer_short_relative_set tests/riotboot
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Python 3.8
|
- name: Set up Python 3.8
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user