-
Notifications
You must be signed in to change notification settings - Fork 296
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
🌱 test: fix inject install on bootstrap script to allow downgrades #2701
🌱 test: fix inject install on bootstrap script to allow downgrades #2701
Conversation
/lgtm Thx! |
LGTM label has been added. Git tree hash: 330bed7c6f3921ae744623616d16c92fcdc4b7c9
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-1.9 |
@sbueringer: once the present PR merges, I will cherry-pick it on top of release-1.9 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2701 +/- ##
==========================================
+ Coverage 64.52% 64.54% +0.02%
==========================================
Files 118 119 +1
Lines 8620 8640 +20
==========================================
+ Hits 5562 5577 +15
- Misses 2626 2630 +4
- Partials 432 433 +1 ☔ View full report in Codecov by Sentry. |
@sbueringer: new pull request created: #2702 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What this PR does / why we need it:
The script did not downgrade the packages because it did not get any input.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #