Closed praveenkumar closed 4 weeks ago
/cherry-pick release-4.18
@praveenkumar: once the present PR merges, I will cherry-pick it on top of release-4.18 in a new PR and assign it to you.
/cherry-pick release-4.17
@praveenkumar: once the present PR merges, I will cherry-pick it on top of release-4.17 in a new PR and assign it to you.
/cherry-pick release-4.16
@praveenkumar: once the present PR merges, I will cherry-pick it on top of release-4.16 in a new PR and assign it to you.
/retest
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: anjannath, cfergeau
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@praveenkumar: new pull request created: #983
@praveenkumar: new pull request created: #984
@praveenkumar: new pull request created: #985
Recently on crc side[0] we have enabled the regex to capture bundle info and as part of this regex we are capturing the custom bundle which is random generated number like
crc_okd_vfkit_4.16.7_amd64_2342465234654.crcbundle
but for bundles generated by the pr have suffix.pr<pr_number>
which means again adjust the regex. We can still identify the bundle with_<pr_number>
and this way we don't need to update the regex.