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

HDDS-11758. Require successful quick checks for repro #7461

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adoroszlai
Copy link
Contributor

What changes were proposed in this pull request?

Background:

  • basic checks run in parallel with build
  • dependency and license checks wait for build, but are fairly quick
  • repro is repeats build and checks for differences

Wait for basic, dependency and license to succeed before starting repro check. This way if trivial errors are found by any of the prerequisites (e.g. checkstyle violation), we save time by avoiding the lengthy rebuild process.

To simplify things, needs-dependency-check flag is removed, dependency and license are triggered after successful build in all runs.

https://issues.apache.org/jira/browse/HDDS-11758

How was this patch tested?

Updated bats tests.

CI:
https://github.com/adoroszlai/ozone/actions/runs/11934931757

@adoroszlai adoroszlai added the CI label Nov 20, 2024
@adoroszlai adoroszlai self-assigned this Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant