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

[2.10.x] Unignore the pulumi code and add a test for it #10020

Merged
merged 1 commit into from
May 3, 2024

Conversation

jrockway
Copy link
Member

@jrockway jrockway commented May 3, 2024

There was an issue with a dependency of Pulumi that prevented us from building with Bazel. That is fixed, or at least worked around cleanly: bazelbuild/rules_go#3799 (comment)

With the workarounds, this now builds OK, so I've unignored it and added a BUILD file.

There was also an issue where it generates invalid helm values. I fixed that bug and added a test.

Backports #10017

There was an issue with a dependency of Pulumi that prevented us from
building with Bazel. That is fixed, or at least worked around cleanly:
bazelbuild/rules_go#3799 (comment)

With the workarounds, this now builds OK, so I've unignored it and added
a BUILD file.

There was also an issue where it generates invalid helm values. I fixed
that bug and added a test.
@jrockway jrockway changed the title [2.10.x] Unignore the pulumi code and add a test for it (#10017) [2.10.x] Unignore the pulumi code and add a test for it May 3, 2024
Copy link

codecov bot commented May 3, 2024

Codecov Report

Attention: Patch coverage is 30.43478% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 58.28%. Comparing base (82baa9c) to head (15f3783).

Files Patch % Lines
etc/testing/circle/workloads/pulumi/aws/app.go 31.81% 15 Missing ⚠️
etc/testing/circle/workloads/pulumi/aws/main.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           2.10.x   #10020      +/-   ##
==========================================
- Coverage   58.30%   58.28%   -0.03%     
==========================================
  Files         614      619       +5     
  Lines       75613    76069     +456     
==========================================
+ Hits        44085    44334     +249     
- Misses      30981    31187     +206     
- Partials      547      548       +1     

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

@jrockway jrockway merged commit b9b7222 into 2.10.x May 3, 2024
21 checks passed
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.

None yet

2 participants