-
Notifications
You must be signed in to change notification settings - Fork 89
CLOUDP-279514 Detect and block breaking changes #4064
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
Conversation
Unfortunately, the new action will only work after we merge, given we need the new tool merged to use it in previous SHAs. |
set -e | ||
{ | ||
echo "JSON<<EOF" | ||
go run tools/cmd/breakvalidator/main.go generate |
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 like it's failing, is it expected?
Run set -e
Error: stat tools/cmd/breakvalidator/main.go: no such file or directory
Error: Process completed with exit code 1.
Error: Unable to process file command 'output' successfully.
Error: Invalid value. Matching delimiter not found 'EOF'
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.
Yes, that is why I commented
Unfortunately, the new action will only work after we merge, given we need the new tool merged to use it in previous SHAs.
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.
oh! it's expected, sorry i missed it! continuing to review
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
Coverage Report 📈
|
tested in #4065 we see what is wrong on the task details |
Proposed changes
Detect and block breaking changes
Jira ticket: CLOUDP-279514
Closes #[issue number]
Checklist
make fmt
and formatted my codeFurther comments