-
Notifications
You must be signed in to change notification settings - Fork 4
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
Workflow 2612 #24
Open
rlcheng
wants to merge
46
commits into
fprime-community:main
Choose a base branch
from
rlcheng:workflow-2612
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Workflow 2612 #24
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
- Update Baremetal Reference to use Uart for uplink/downlink instead of through radio. Can still be switched back if needed.
- Add baremetal_ref_integration_test.py.
- Update procedure in baremetal_ref_integration_test.py. - Update run-baremetal-reference.md with directions on how to run baremetal reference.
- Integration test cleanup: remove commented out test code.
- Update documentation for better way to find teensy port.
- test commit.
- test.
- Update test_telemetry_update test to use assert_telemetry for final verification.
PR updates: - re-enable logger but on Serial1. - Topology cleanup. Cleaner Serial Comm with Radio Comm separate.
- Further topology instance cleanup, remove rfm69 instance that use ComStub.
- rename workflow file to baremetal_ci.yml.
- Split single job into multiple.
- Add turn on temp_ci to test reusable workflow.
- add non embedded option in reusable_fit.
rlcheng
force-pushed
the
workflow-2612
branch
4 times, most recently
from
September 19, 2024 17:57
e6c4acb
to
5751bd3
Compare
- build using github's servers and upload build artifacts: binary and dictionary.
rlcheng
force-pushed
the
workflow-2612
branch
10 times, most recently
from
September 23, 2024 14:23
bd3111b
to
9e5fcf4
Compare
- Update resauble_fit_ci to download build artifacts. - Add setup job to reusable_fit_ci.
rlcheng
force-pushed
the
workflow-2612
branch
8 times, most recently
from
September 30, 2024 15:09
2e37a12
to
973fa88
Compare
rlcheng
force-pushed
the
workflow-2612
branch
4 times, most recently
from
September 30, 2024 22:30
f164fb1
to
3dad778
Compare
- Update / cleanup interface input/output between build job and reusable workflow.
rlcheng
force-pushed
the
workflow-2612
branch
from
September 30, 2024 22:41
3dad778
to
363f263
Compare
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.
Add workflow files for CI, minor updates to FIT test and additional documentation updates.