-
Notifications
You must be signed in to change notification settings - Fork 825
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
Improve SDK Conformance error reporting #3331
Improve SDK Conformance error reporting #3331
Conversation
Attempting to make it easier to see when and how SDK conformance tests either pass or fail.
build/includes/sdk.mk
Outdated
$(MAKE) run-sdk-conformance-no-build && echo "+++ Success: $(SDK_FOLDER)" && break || \ | ||
status=$$? && echo "*** Failure: $(SDK_FOLDER), try $$try/$(TRIES)"; \ | ||
@for try in `seq 1 $(TRIES)`; do \ | ||
$(MAKE) run-sdk-conformance-no-build && echo "\n\n+++ Success: $(SDK_FOLDER)\n\n" && break || \ |
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.
Maybe emit the try count on success as well?
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.
I like it.
Build Succeeded 👏 Build Id: fb9a3649-b516-45f1-930f-cfaf9418f49a The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: eae24f8a-aafa-47dd-b8de-18589e608119 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
* Changed to recurse grouping, to see if that's better.
Build Succeeded 👏 Build Id: 41c0cc1a-aeea-4d9a-ac57-b49eca2f9441 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
I think this is better. Although I haven't tested what happens on a failure, since I haven't seen one happen yet. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, zmerlynn 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 |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 5bd34b2b-7f42-48b0-a41e-698e0c6553b1 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Attempting to make it easier to see when and how SDK conformance tests either pass or fail.
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer: