-
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
travis ci migration to github action #14995
Conversation
@saheerb, thank you for your changes. |
@@ -1,213 +0,0 @@ | |||
#!/bin/bash -euf |
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.
This file was completely removed, the functionality is already provided (or was anything ported from this script) ?
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.
Yea, this is no longer required as installation of gcc etc in directly in docker image. rest is replaced by apt install as needed.
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.
LGTM
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.
LGTM
CI started. We don't expect results to be reported for Travis, as this PR removes |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
I removed travis required check for master, I'll merge this in now. |
Summary of changes
mbed-os is migration basic CI checks currently done in Travis CI as Travis is not free anymore. This is a Draft PR to get some feedback on GiHub Action migration from travsi CI.
Testing is currently ongoing with this PR.
Impact of changes
No user impacted changes.
Migration actions required
Once merged in we shall disable CI for "mbed-os" from travis side.
Documentation
Pull request type
Test results
Reviewers
@jamesbeyond