-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Bug 1919453: Update to latest 4.7 state where possible #25821
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
Bug 1919453: Update to latest 4.7 state where possible #25821
Conversation
|
@smarterclayton: No Bugzilla bug is referenced in the title of this pull request. DetailsIn 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. |
|
@smarterclayton: No Bugzilla bug is referenced in the title of this pull request. DetailsIn 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Depends on openshift/kubernetes#536 |
ebe1aa7 to
82a8864
Compare
|
@deads2k @gabemontero this is a reset of 4.6 tests code to 4.7 state, removing any backports that were due to changes in kube code packages (maybe 3-4 of those), and then the last commit is places where code compiled but the 4.7 code doesn't pass, so i reverted those as separate commits. Would squash before merging, but this was all selective reversion to the 4.6 state. If you check this branch out, it's easiest to review which shows you all deliberate code differences between this branch and master (deleted lines are 4.6, master is green, so anything in green is something that doesn't pass on 4.6) The changes most reverted are:
|
|
fwiw @smarterclayton after both I also confirmed my add on after your initial 4.7 drop is there, adding the s2iroot image to the disconnected inventory Lastly, some test/cmd/build.sh stuff got missed in your initial 4.7 drop as well. I covered those in 4.7 with #25798 and 4.6 with #25805 ... that said I see several other |
|
@smarterclayton: This pull request references Bugzilla bug 1919453, which is invalid:
Comment DetailsIn 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. |
572dd38 to
64e56fa
Compare
64e56fa to
bdfd5ad
Compare
|
Getting close to updating this again, now that a bunch of 4.7 fixes have gone in. |
2496ae4 to
6d0dcdf
Compare
|
/test e2e-agnostic-cmd |
6d0dcdf to
a512e97
Compare
|
/retest |
1 similar comment
|
/retest |
|
/bugzilla refresh |
|
@smarterclayton: This pull request references Bugzilla bug 1919453, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 6 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla ([email protected]), skipping review request. DetailsIn 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. |
|
/retest |
|
/test e2e-gcp-builds |
af66fcd to
778f99a
Compare
|
/retest |
1 similar comment
|
/retest |
Updates the vendor tree to the latest state.
Update all tests to be accurate to 4.7 state, except where obvious conflicts exist.
778f99a to
f2bcae5
Compare
f2bcae5 to
5ae5749
Compare
|
@smarterclayton: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
@smarterclayton: PR needs rebase. DetailsInstructions 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. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. DetailsIn 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. |
|
@smarterclayton: This pull request references Bugzilla bug 1919453. The bug has been updated to no longer refer to the pull request using the external bug tracker. DetailsIn 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. |
Update all tests to be accurate to 4.7 state, except where obvious
conflicts exist.