TestServiceExport works with images specified by digest#1435
TestServiceExport works with images specified by digest#1435knative-prow-robot merged 2 commits intoknative:mainfrom
Conversation
knative-prow-robot
left a comment
There was a problem hiding this comment.
@mgencur: 0 warnings.
Details
In response to this:
Description
Images specified by digest are not set in user-image annotation. This PR corrects the test to work with image digest..
Changes
- Do not expect user-image annotation to contain the image if the image is specified by digest.
Reference
Fixes #
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 Report
@@ Coverage Diff @@
## main #1435 +/- ##
=======================================
Coverage 78.70% 78.70%
=======================================
Files 162 162
Lines 8368 8368
=======================================
Hits 6586 6586
Misses 1098 1098
Partials 684 684 Continue to review full report at Codecov.
|
|
/hold |
c1f73f6 to
7125b66
Compare
|
/hold cancel |
* it might not be available if the test image is passed as image digest
|
Thanks @mgencur! /approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk, itsmurugappan, mgencur 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 |
* TestServiceExport works with images specified by digest * Do not expect image name in TestSourceContainer test * it might not be available if the test image is passed as image digest
#794) * TestServiceExport works with images specified by digest * Do not expect image name in TestSourceContainer test * it might not be available if the test image is passed as image digest
* TestServiceExport works with images specified by digest * Do not expect image name in TestSourceContainer test * it might not be available if the test image is passed as image digest
* TestServiceExport works with images specified by digest * Do not expect image name in TestSourceContainer test * it might not be available if the test image is passed as image digest
Description
Images specified by digest are not set in user-image annotation. This PR corrects the test to work with image digest..
Changes
Reference
Fixes #