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

Fix position of abort stale job script in gradle-check #5044

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

rishabh6788
Copy link
Collaborator

Description

The abortStaleJenkinsJobs depends on build description check to verify if there are stale jobs for the same PR.
It is currently not working because it is getting executed before the build description is being set for gradle-check job.
This lib needs to be called once the build description has been set.

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.46%. Comparing base (5372fbb) to head (faf9eed).
Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5044   +/-   ##
=======================================
  Coverage   92.46%   92.46%           
=======================================
  Files         197      197           
  Lines        6727     6727           
=======================================
  Hits         6220     6220           
  Misses        507      507           
Flag Coverage Δ
92.46% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@rishabh6788 rishabh6788 merged commit e3e26e1 into opensearch-project:main Sep 20, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants