Add new field ImageDigests to Revision status for multi container support#7183
Add new field ImageDigests to Revision status for multi container support#7183savitaashture wants to merge 1 commit intoknative:masterfrom
Conversation
knative-prow-robot
left a comment
There was a problem hiding this comment.
@savitaashture: 1 warning.
Details
In response to this:
Proposed Changes
- Divided PR to multiple parts in order to cover all the functionality with sub PR's
Part 1: PR
Part 2:
- Add imageDigests field to revision status in order to maintain digests for all the containers
Release Note
Need to update ImageDigests along with ImageDigest for Revision statusDependency:
This PR has dependency with PR so once that is merged will update this PR.
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 NOT APPROVED This pull-request has been approved by: savitaashture 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 |
| defaultValue: false, | ||
| } | ||
| nc.EnableMultiContainer = strings.EqualFold(data[b.key], "true") | ||
|
|
94d4f37 to
158d614
Compare
158d614 to
941f68d
Compare
|
The following is the coverage report on the affected files.
|
|
@savitaashture: 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. |
|
The following jobs failed:
Failed non-flaky tests preventing automatic retry of pull-knative-serving-integration-tests: |
|
@savitaashture: 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. |
|
Is this PR now superseded by #7373 ? |
yes i will close this PR now |
Fixes:
Parts of #5822 #3384
Proposed Changes
Part 1: PR
Part 2:
Release Note
Dependency:
This PR has dependency with PR so once that is merged will update this PR.