-
Notifications
You must be signed in to change notification settings - Fork 82
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
chore: Remove gotestfmt from CI #1529
Conversation
Instead use standard go test logging without -v and -json options. This should help reduce confusion as to which test is failing and which log belongs to which test. Follows: pulumi/pulumi-gcp#2712 Re: #1527
Does the PR have any schema changes?Looking good! No breaking changes found. |
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.
This will stay dead after you're onboarded to ci-mgmt.
Looks like there's still a little bit of references to it in ci-mgmt: LMK if I can help rip out. |
@t0yv0 the upgrade tests are still referencing gotestfmt and failing due to that |
Looking. Sorry about that. Do they only run on PRs and not on master? |
Continuing with #1529 this removes the last remaining references to `gotestfmt` from the codebase.
Continuing with #1529 this removes the last remaining references to `gotestfmt` from the codebase.
This PR has been shipped in release v3.6.0. |
Instead use standard go test logging without -v and -json options. This should help reduce confusion as to which test is failing and which log belongs to which test.
Follows: pulumi/pulumi-gcp#2712
Re: #1527