mumrah commented on PR #16936:
URL: https://github.com/apache/kafka/pull/16936#issuecomment-2299395186

   @chia7712 I've updated this to have two workflows.
   
   trunk
   -----
   * runs on each commit pushed to trunk
   * runs compile check for 8, 11, 17, and 21
   * runs the full test suite for 11 and 17
   * publishes build scan to develocity
   * writes to gradle cache
   * lets previous action run finish
   
   PR
   ---
   * runs on each PR (opened, synchronized, reopened)
   * runs compile check for 8, 11, 17, and 21
   * runs the full test suite for 11 and 17
   * publishes build scan to develocity only if PR from apache/kafka
   * doesn't write to gradle cache (reads from it)
   * only runs test suite if branch name is "gh-*"
   * interrupts any action run for the current PR
   
   WDYT?


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

Reply via email to