-
Notifications
You must be signed in to change notification settings - Fork 9
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
Edge release update & GitHub test jobs #27
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initial action to make all.
Modify how we run it. One should always run 1st the sudo apt-get update, only then the install. Doxygen dependency was missing, this would cause failure with the make all when building docs.
It will start the protocol translator and well, it will never stop running.
Move over from v3 to v4.
Canonical is once again pushing snaps, so the normal sudo apt-get install will fail on Ubuntu 22.04.
There's a new CI machine set up for this repo.
We need to have cmake as well.
Run it with our own machine & take it from the repo that is maintained. However, as it's a self-hosted machine - the lib is already there and it's also initialized. As are the node modules. These contain LOTS of typos. Thus we must now specify which files/folders to check (yes, it is a pain).
This causes an issue, if you copy them over with COPY . . and you have made a local build. It will then have existing fiels produced against your local directory structure, which will not match what Docker based build needs.
Update the changelog as well.
mbed-edge-examples-result17 tests 17 ✅ 4m 18s ⏱️ Results for commit 653c2fa. ♻️ This comment has been updated with latest results. |
Version 12 is ancient. Version 18 also works just fine. Fix one type in the README.md.
petedyerarm
reviewed
Jan 15, 2024
JanneKiiskila
changed the title
Edge release update & GItHub test jobs
Edge release update & GitHub test jobs
Jan 15, 2024
Better to have a larger pool of "client" labeled runners, we can use the same script/setup for both.
In cleanup, let's delete them...
petedyerarm
requested changes
Feb 8, 2024
Co-authored-by: Pete Dyer <[email protected]>
petedyerarm
approved these changes
Feb 8, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Mbed Edge Examples pull request
Description
Test instructions
Check list
Changelog
CHANGELOG.md
updated.