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: fix downstream_checks.py #2918

Merged
merged 1 commit into from
Feb 27, 2025
Merged

chore: fix downstream_checks.py #2918

merged 1 commit into from
Feb 27, 2025

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Feb 27, 2025

Relates to #2917

The script was confusing to me. It printed SKIPPED for jobs that failed. It is too easy to miss failure.

It was writing MISSING for cases where some jobs may still be in progress.

It also tried to handle providers such as awsx that are not bridged - best exclude these.

@t0yv0 t0yv0 requested a review from a team February 27, 2025 20:54
Copy link

codecov bot commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.75%. Comparing base (ebf4276) to head (a159107).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2918   +/-   ##
=======================================
  Coverage   67.74%   67.75%           
=======================================
  Files         331      331           
  Lines       42203    42203           
=======================================
+ Hits        28590    28593    +3     
+ Misses      12020    12018    -2     
+ Partials     1593     1592    -1     

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

Copy link
Contributor

@guineveresaenger guineveresaenger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

"awsx",
"eks",
"terraform-module",
]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes! I ran into this and completely forgot to follow up. Thank you.

@t0yv0 t0yv0 merged commit 0fc4e0e into master Feb 27, 2025
71 checks passed
@t0yv0 t0yv0 deleted the t0yv0/fix-downstream-checks branch February 27, 2025 23:02
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v3.104.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.

3 participants