You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
We have automated most of the steps required to generate a release candidate. However, below steps are still manual:
Click docker build option to check build-with-tag in distribution build jobs on jenkins.
Post comment on release issue that new RC is ready for build. Per RC all that changes are the build numbers.
Number of the RC in the distribution build job
RC build does not validate the artifact at the end of the job. It should validate all artifacts it generated and only then declare it as a release candidate.
Should also post the docker scan details in the GH comment about RC
P1 items:
Should have the code coverage data for current release compared to last release (Not RC, last release) It is one of the entry criteria today but we do not have a mechanism to track it.
Acceptance criteria:
Automate the following manual actions
Automatically select build-with-tag for docker in distribution build jobs on jenkins.
Post comment on release issue that new RC is ready for build
Number of the RC in the distribution build job
Validate RC
Post the docker scan details in the GH comment about RC
Describe the solution you'd like
See above
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
One more additional point.
To consider it a valid RC the build and validation should pass, later the parameter RC_NUMBER should be updated based on the results of the build and validation.
Is your feature request related to a problem? Please describe
We have automated most of the steps required to generate a release candidate. However, below steps are still manual:
build-with-tag
in distribution build jobs on jenkins.P1 items:
Acceptance criteria:
Automate the following manual actions
build-with-tag
for docker in distribution build jobs on jenkins.Describe the solution you'd like
See above
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: