-
Notifications
You must be signed in to change notification settings - Fork 171
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
refactor(ci): provide powerful github piplines #483
Conversation
Codecov Report
@@ Coverage Diff @@
## main #483 +/- ##
=======================================
Coverage 60.60% 60.60%
=======================================
Files 120 120
Lines 6382 6382
=======================================
Hits 3868 3868
Misses 2144 2144
Partials 370 370
Continue to review full report at Codecov.
|
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
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
Thanks for this powerful new CI ! |
Signed-off-by: Xunzhuo mixdeers@gmail.com
refactor(ci): provide powerful github piplines and scripts
provide tree flow pipelines in layotto like below:
Release Pipeline Demo: https://github.com/Xunzhuo/layotto/actions/runs/2213418042
PR Pipeline Demo: https://github.com/Xunzhuo/layotto/actions/runs/2213411502
Dev Pipeline Demo: https://github.com/Xunzhuo/layotto/actions/runs/2213433930
we can control this by workflow conditions, it is better to not set it as a required job. (Job Name can be changed and some changes should not always need to run the required workflow, like changes in docs or github files)