-
Notifications
You must be signed in to change notification settings - Fork 18
Build: Create features for a combined release pipeline #92
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
Build: Create features for a combined release pipeline #92
Conversation
Excempt changes in .github/ and .gitmodules from triggering this workflow
Excempt changes in .github/ and .gitmodules from triggering this workflow
Added suffix to full release
Added repo dispatch for creating examples
Added conditional step for uploading built artifacts to a release in interface repo (triggered)
Added missing dependency for artifacts
changed directory to path for artifacts
Switch to VERSION file for OSMP
Added relative path
Moved condition into brackets
Changed to 'x-antora'-tag
IMPORTANT: Remove local workarounds before merging! |
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
As dicussed in today's CCB meeting, I removed the workarounds pointing to forked repositories. Note that I will need to confirm operation after merge to make sure all changes work as intended here as well. |
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
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.
Approved as per CCB 2023-03-27.
IMPORTANT: Remove local workarounds before merging!
Add a description
This PR adds features used in creating new OSI releases.
Particularly, this adds a new pipeline to react to external triggers in order to create new tags.
These tags are used by the Antora generator to build a cohesive version of OSI over all involved repositories.
Additionally, a second, OSMP-specific tag is created and the Examples build pipeline is triggered.
Lastly, the generated Examples are then uploaded as a new attachment to the OSI release.
Mention a member
@pmai
Check the checklist
Related PRs