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

Update GitHub Actions workflows. #3355

Closed
wants to merge 3 commits into from

Conversation

pulumi-bot
Copy link
Contributor

This PR was automatically generated by the update-native-provider-workflows workflow in the pulumi/ci-mgmt repo, from commit b7f0e100bb0abe6720cb1fd92d053fa66129643b.

@pulumi-bot pulumi-bot added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Dec 6, 2024
@pulumi-bot pulumi-bot enabled auto-merge (squash) December 6, 2024 05:04
Copy link

github-actions bot commented Dec 6, 2024

Does the PR have any schema changes?

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

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.26%. Comparing base (3601484) to head (9efc3b3).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3355      +/-   ##
==========================================
+ Coverage   41.24%   41.26%   +0.02%     
==========================================
  Files          85       85              
  Lines       12740    12740              
==========================================
+ Hits         5254     5257       +3     
+ Misses       7096     7094       -2     
+ Partials      390      389       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pulumi-bot pulumi-bot closed this Dec 7, 2024
auto-merge was automatically disabled December 7, 2024 05:04

Pull request was closed

rquitales added a commit to pulumi/ci-mgmt that referenced this pull request Dec 9, 2024
…e providers (#1078)

The pulumi-kubernetes provider embeds a minified version of a Pulumi
JSON schema in the built binary. This file is not checked into source,
only the non minified version is. `golangci-lint` is unable to compile
the provider for linting if the file does not exist. This PR ensures
that we disable any go:embed directives by doing a simple find/replace.

This is necessary as `golangci-lint` is unable to skip processing
files/directories. Instead, the `exclude-dirs/files` directives will
still parse those files/directories, but just suppress warnings/errors.
If it is not compilable, in this case due to missing embed files, the
linter will also fail. See
https://golangci-lint.run/welcome/faq/#why-do-you-have-typecheck-errors

Seehttps://github.com/pulumi/pulumi-kubernetes/pull/3355 for example
passing run that modifies the workflow file directly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants