-
Notifications
You must be signed in to change notification settings - Fork 790
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
Prow Config Migration #4331
Prow Config Migration #4331
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4331 +/- ##
==========================================
- Coverage 41.92% 6.57% -35.35%
==========================================
Files 803 685 -118
Lines 100760 91459 -9301
==========================================
- Hits 42246 6017 -36229
- Misses 55189 85024 +29835
+ Partials 3325 418 -2907
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4331 +/- ##
==========================================
+ Coverage 42.12% 44.11% +1.99%
==========================================
Files 811 813 +2
Lines 101329 102447 +1118
==========================================
+ Hits 42686 45199 +2513
+ Misses 55226 53522 -1704
- Partials 3417 3726 +309
Continue to review full report at Codecov.
|
90799a0
to
54533af
Compare
5c84319
to
cce8c8f
Compare
fixes jenkins-x#3919 Signed-off-by: David Conde <dconde@cloudbees.com>
cce8c8f
to
3511b92
Compare
} | ||
|
||
var ( | ||
stepSchedulerConfigMigrateLong = templates.LongDesc(` |
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.
This looks out of date?
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pmuir The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…enkins-x#4331) fixes jenkins-x#3919 Signed-off-by: David Conde <dconde@cloudbees.com>
This PR adds the
jx step scheduler config migrate
command. This will create a series of pipeline scheduler custom resources that are linked to the SourceRepositories for each of your projects. They can then be used withjx step scheduler config apply
to generate and apply the prow config.