Add ability to test PRs from kube-burner-ocp repositories instead of only using release versions#816
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sraviteja-maker The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
…only using release versions Signed-off-by: Raviteja Sahukari <rsahukar@redhat.com>
48f0d42 to
2f5c7a9
Compare
|
Testing these changes as part of openshift/release#70747 |
Signed-off-by: Raviteja Sahukari <rsahukar@redhat.com>
…OW CI Signed-off-by: Raviteja Sahukari <rsahukar@redhat.com>
Signed-off-by: Raviteja Sahukari <rsahukar@redhat.com> Assisted-by: Cursor
Signed-off-by: Raviteja Sahukari <rsahukar@redhat.com>
Signed-off-by: Raviteja Sahukari <rsahukar@redhat.com>
Signed-off-by: Raviteja Sahukari <rsahukar@redhat.com>
Signed-off-by: Raviteja Sahukari <rsahukar@redhat.com>
36e1746 to
da45c7d
Compare
|
Tested the changes successfully as part of this PR openshift/release#70747 |
|
@paigerube14 / @venkataanil When you have a moment, please review this PR. |
| curl --fail --retry 8 --retry-all-errors -sS -L "${KUBE_BURNER_URL}" | tar -xzC "${KUBE_DIR}/" kube-burner-ocp | ||
| } | ||
|
|
||
| install_go(){ |
There was a problem hiding this comment.
Installing golang should be out of scope of this repository, we don't usually do modifications in the local environment where these scripts run
| fi | ||
| } | ||
|
|
||
| build_from_pr(){ |
There was a problem hiding this comment.
Can you move this function to a different bash file?, I'd like to keep this one as simple as possible.
Type of change
Description
Related Tickets & Documents
Checklist before requesting a review
Testing