-
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 workingdir image in favor of adding cwd information to the runtime image. #4679
Remove workingdir image in favor of adding cwd information to the runtime image. #4679
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:
Proposed Changes
- Add "cwd" to the runtime image information of the user.
- Rework the working dir tests to make use of that information.
- Remove the working dir image.
Release Note
NONE
/assign @dgerd
/assign @vagababov
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: 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
for Dan to take a look
Also can you update title, since you're also changing protocols test.
@vagababov it's based on the other PR. Once that merges I'll rebase this. |
156481f
to
2db192a
Compare
/hold cancel |
/test pull-knative-serving-integration-tests |
1 similar comment
/test pull-knative-serving-integration-tests |
/lgtm |
The Runtime test image allows us to easily capture "PORT" from the returned environment variables. This test also removes the setting the userPort in the Service test as that functionality is now being tested by the runtime enviornment variable MUST test. Ref knative#4679
The Runtime test image allows us to easily capture "PORT" from the returned environment variables. This test also removes the setting the userPort in the Service test as that functionality is now being tested by the runtime enviornment variable MUST test. Ref #4679
Based on #4677
Ref #2727
Proposed Changes
Release Note
/assign @dgerd
/assign @vagababov