Skip to content
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

Merged
merged 1 commit into from
Dec 16, 2024
Merged

chore: Remove gotestfmt from CI #1529

merged 1 commit into from
Dec 16, 2024

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Dec 16, 2024

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

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
@t0yv0 t0yv0 requested a review from flostadler December 16, 2024 19:34
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Copy link
Contributor

@blampe blampe left a 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.

@t0yv0
Copy link
Member Author

t0yv0 commented Dec 16, 2024

Looks like there's still a little bit of references to it in ci-mgmt:

https://github.com/pulumi/ci-mgmt/blob/532904f665741a9d7e959af066ec51a6a7ab67f6/native-provider-ci/src/workflows.ts#L606

LMK if I can help rip out.

@t0yv0 t0yv0 merged commit 2f7dba1 into master Dec 16, 2024
33 of 36 checks passed
@t0yv0 t0yv0 deleted the t0yv0/remove-gotestfmt branch December 16, 2024 20:05
@flostadler
Copy link
Contributor

@t0yv0 the upgrade tests are still referencing gotestfmt and failing due to that

@t0yv0
Copy link
Member Author

t0yv0 commented Dec 17, 2024

Looking. Sorry about that. Do they only run on PRs and not on master?

t0yv0 added a commit that referenced this pull request Dec 17, 2024
Continuing with #1529 this removes the last remaining references to `gotestfmt` from the codebase.
t0yv0 added a commit that referenced this pull request Dec 17, 2024
Continuing with #1529 this removes the last remaining references to
`gotestfmt` from the codebase.
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v3.6.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants