-
Notifications
You must be signed in to change notification settings - Fork 90
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
Provide Pipeline Synchronizer to synchronize PipelineRun from Jenkins #244
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: JohnNiang The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #244 +/- ##
=========================================
+ Coverage 7.31% 7.45% +0.14%
=========================================
Files 83 84 +1
Lines 21166 21261 +95
=========================================
+ Hits 1548 1585 +37
- Misses 19493 19552 +59
+ Partials 125 124 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
b8ea06b
to
1882dd7
Compare
Refine reconciler logger initialization and event reason Tidy go mod Signed-off-by: johnniang <johnniang@fastmail.com> Refine PipelineRun synchronizer Tidy go mod Signed-off-by: johnniang <johnniang@fastmail.com>
1882dd7
to
cd7d053
Compare
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
What this PR dose
Provide Pipeline Synchronizer to synchronize PipelineRun from Jenkins.
Why we need it
After we've done #41, we will missing some Jenkins runs which are triggered automatically or old data. So we need a synchronizer to ensure that we can convert them into PipelineRun.
Special notes
This is the final effect:
Steps to test
Replace the docker image of
devops-apiserver
anddevops-controller
withjohnniang/devops-apiserver:pipelinerun-syncer
andjohnniang/devops-controller:pipelinerun-syncer
respectively./kind feature