-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
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
run example-tls on faster K64F board (than K66F) #14797
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: It's not yet clear why RSA-4096 key generation on K66F is way slower despite having higher hardware specs. For now, use K64F for the benchmark example to unblock CI.
I'll close and open for travis to retrigger. |
Ci started Travis as well |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
CI issue?
|
Yes, fixed some scripts. Restarted CI . |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
https://github.com/ARMmbed/mbed-os-example-tls is currently tested with K66F which is slow and causing timeout in nightly builds. This PR updates the config to run run example-tls on K64F.
Impact of changes
None
Migration actions required
None
Documentation
None
Pull request type
Test results
Reviewers
@LDong-Arm