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

Have the downstream check script wait for the sentinel job #1731

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

VenelinMartinov
Copy link
Contributor

fixes #1730

Looks like the statusCheckRollup parameter could return SUCCESS even if the jobs have yet to run 🥲

This should fix it by having the reaper script explicitly check the sentinel job.

Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.21%. Comparing base (d10e056) to head (997c0c4).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1731      +/-   ##
==========================================
- Coverage   59.72%   59.21%   -0.52%     
==========================================
  Files         301      308       +7     
  Lines       42034    42412     +378     
==========================================
+ Hits        25104    25113       +9     
- Misses      15495    15865     +370     
+ Partials     1435     1434       -1     

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

Copy link
Member

@iwahbe iwahbe left a comment

Choose a reason for hiding this comment

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

Looks fine to me.

Copy link
Member

@t0yv0 t0yv0 left a comment

Choose a reason for hiding this comment

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

Nice thank you for editing this!

@VenelinMartinov VenelinMartinov merged commit a021b9b into master Mar 6, 2024
9 checks passed
@VenelinMartinov VenelinMartinov deleted the vvm/downstream_check_script_wait_sentinel branch March 6, 2024 10:02
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.

Downstream check script does not wait for sentinel job
3 participants