-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Remove protocols image by moving the info into the runtime image. #4677
Remove protocols image by moving the info into the runtime image. #4677
Conversation
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.
@markusthoemmes: 0 warnings.
In response to this:
Fixes #
Proposed Changes
- Move the
FetchRuntimeInfo
into the more general conformance suite.- Make the runtime image serve http2 as well.
- Move the request protocol into the runtime image's returned information.
- Rework the protocols test to make use of the runtime image.
- Delete the protocols image.
Release Note
NONE
/assign @dgerd
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.
1cfd09a
to
b71cb69
Compare
/test pull-knative-serving-upgrade-tests /assign @vagababov |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adrcunha, markusthoemmes 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 |
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.
/lgtm
/hold |
/hold cancel Wrong window 😂 |
/hold By request from @dgerd |
As the protocols test is really testing behavior defined in the runtime contract ( See https://github.com/knative/serving/blob/master/docs/runtime-contract.md#protocols-and-ports ), moving the protocol test to the runtime test folder seems more appropriate than moving the This should also simplify things a bit. |
/hold cancel |
/test pull-knative-serving-integration-tests |
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.
/lgtm
Ref: #2727
Proposed Changes
Release Note
/assign @dgerd