-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
ci: refactor packaging with a new step #30409
Conversation
This pull request does not have a backport label. Could you fix it @v1v? 🙏
NOTE: |
/package |
/package |
Expand to view
And I compare with a another PR:
|
|
/package |
/package |
Requires elastic/e2e-testing#2172 |
@mdelapenya , elastic/e2e-testing#2172 has been merged, so I guess, I can now merge this PR, cannot I? |
Sure, go ahead! |
(cherry picked from commit 71d9685)
(cherry picked from commit 71d9685)
(cherry picked from commit 71d9685)
(cherry picked from commit 71d9685) Co-authored-by: Victor Martinez <[email protected]>
(cherry picked from commit 71d9685) Co-authored-by: Victor Martinez <[email protected]>
(cherry picked from commit 71d9685) Co-authored-by: Victor Martinez <[email protected]>
What does this PR do?
Refactor packaging to use the shared library step:
Breaking change
Uses the repo name for the folder matching. Consumers should know this change (e2e-testing)
Why is it important?
DRY, and in addition shared library steps are covered with UTs :)
Test