ci/test-on-iotlab: exclude applications that require riotboot#15772
Conversation
fjmolinas
left a comment
There was a problem hiding this comment.
ACK, I agree with the reasoning.
|
Thinking about this a bit late but |
Your intuition is correct. On the last run, the problem was that aiocoap-fileserver is not available. Anyway, the test of this application will never work when launched from a github action. It should be covered by #15771. So I'll revert that change. |
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