-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improve the error message when source resolver is not resolving #1152
Conversation
Signed-off-by: Yael Harel <yharel@vmware.com>
Codecov Report
@@ Coverage Diff @@
## main #1152 +/- ##
==========================================
+ Coverage 70.25% 70.27% +0.01%
==========================================
Files 124 124
Lines 6219 6223 +4
==========================================
+ Hits 4369 4373 +4
Misses 1445 1445
Partials 405 405
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: Yael Harel <yharel@vmware.com>
Signed-off-by: Yael Harel <yharel@vmware.com>
pkg/reconciler/image/image_test.go
Outdated
Type: buildapi.ConditionSourceResolverReady, | ||
Status: corev1.ConditionFalse, | ||
Reason: buildapi.SourceResolverNotReady, | ||
Message: "SourceResolver image-name-source is not ready: something is failing", |
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.
👍
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.
Looks good!
Signed-off-by: Yael Harel <yharel@vmware.com>
Signed-off-by: Yael Harel <yharel@vmware.com>
No description provided.