We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Targets may not always have ethernet as their default network interface, and may instead have Wifi.
Currently the Jenkins CI always uses the default interface and assumes that will be ethernet, which may break the CI for some targets.
Therefore, the example needs to be adapted to prefer ethernet on the CI, but otherwise go with the default interface.
See PR #222 for further discussion of the issue.
The text was updated successfully, but these errors were encountered:
ARM Internal Ref: IOTSSL-2703
Sorry, something went wrong.
No branches or pull requests
Targets may not always have ethernet as their default network interface, and may instead have Wifi.
Currently the Jenkins CI always uses the default interface and assumes that will be ethernet, which may break the CI for some targets.
Therefore, the example needs to be adapted to prefer ethernet on the CI, but otherwise go with the default interface.
See PR #222 for further discussion of the issue.
The text was updated successfully, but these errors were encountered: