ci/test-on-iotlab: exclude applications that require riotboot #15772
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contribution description
This PR excludes from the test-on-iotlab action the applications that require the riotboot feature and which provide a test. These applications cannot work yet on iot-lab (yet) because flashing on iot-lab at a given offset is not supported by the cli-tools.
As a temporary solution until this is fixed in the cli-tools, the examples/suit_update and tests/riotboot are excluded.
Testing procedure
Check that the application are skipped on a manually triggered job, see this run with samr21-xpro on my local fork
Issues/PRs references
None