-
Notifications
You must be signed in to change notification settings - Fork 3k
Improvement to artifact delivery method #9633
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
Conversation
A target can define a delivery directory instead of the default option
@orenc17, thank you for your changes. |
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.
Back to where I started. Works for me.
CI started, but still needs maintainer review |
@orenc17 please take a look at the CI failure - nevermind , unrelated CI issue |
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.
Perhaps we should change DELIVERY_DIR
now to DEFAULT_DELIVERY_DIR
?
Restarted CI |
Why would you change it? I dont see anywhere in the config used |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
@ARMmbed/mbed-os-maintainers does it really |
Functionality change should contain release notes section , please add it (following ARMmbed/mbed-os-5-docs#933) |
Not really important.. thats why I approved. |
@0xc0170 release notes added |
@ARMmbed/mbed-os-maintainers could you please run the CI again once travis is done? |
starting CI |
Test run: FAILEDSummary: 1 of 12 test jobs failed Failed test jobs:
|
LGTM |
Yes, it works flawlessly |
@theotherjimmy, delivery for was changed as you requested. |
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.
@0xc0170 Can we run CI?
We addressed @theotherjimmy remarks and waiting approval.
Co-Authored-By: orenc17 <oren.cohen@arm.com>
starting CI while we wait for technical writer review. |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
@ARMmbed/mbed-os-maintainers No technical writer around? |
|
@mikisch81 Talking with other maintainers on the |
Description
A target can define a delivery directory instead of the default option
Pull request type
Reviewers
@theotherjimmy
Release notes
When a target declares a
deliver_to_target
intargets.json
the output binary will be copied toDELIVERY
directory in the root of mbed-os.We now allow to declare a path to where the deliverables will be delivered to by declaring
delivery_dir
in the the target intargets.json
delivery_dir is a relative to where it was last changed.
so we have the following scenarios: