-
Notifications
You must be signed in to change notification settings - Fork 79
Add ability to test PRs from kube-burner-ocp repositories instead of only using release versions #816
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
base: master
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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