adoroszlai opened a new pull request, #7461:
URL: https://github.com/apache/ozone/pull/7461

   ## 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to