refactor(RELEASE-1985): convert create-advisory internal task to python#2244
Conversation
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
077d321 to
5578df0
Compare
|
Depends on konflux-ci/release-service-utils#778 |
0bfa911 to
05ffafe
Compare
fb67b6d to
9b228ab
Compare
|
/retest |
845d7a8 to
69388e4
Compare
|
/retest |
|
/retest |
This commit replaces the inline bash script for the create-advisory internal task with a standalone python script contained in the utils image. The tekton unit tests are updated accordingly (mocks converted to a way that works with the python script and test scenarios removed that are already covered via pytest in the utils repo). Assisted-By: Cursor Signed-off-by: Johnny Bieren <jbieren@redhat.com>
PR Reviewer Guide 🔍Warning
Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Warning
Inline suggestions were posted as code suggestions. |
|
@FilipNikolovski @seanconroy2021 this one is finally ready, PTAL |
FilipNikolovski
left a comment
There was a problem hiding this comment.
LGTM, have one question - noticed you're only using env vars for the params instead of command line args for the script, is there a specific reason for that or its just a preference?
Not a specific reason - that is just how cursor did it the first time and I stuck with it |
okay thanks! |
Production Approval Record
Approved |
This commit replaces the inline bash script for the create-advisory internal task with a standalone python script contained in the utils image. The tekton unit tests are updated accordingly (mocks converted to a way that works with the python script and test scenarios removed that are already covered via pytest in the utils repo).
Describe your changes
Relevant Jira
Checklist before requesting a review
do not mergelabel if there's a dependency PRrelease-service-maintainershandle if you are unsure who to tagSigned-off-by: My name <email>.github/scripts/readme_generator.shand verified the results using.github/scripts/check_readme.shAssisted-By: Cursor