XPE-7 opened a new pull request, #60901:
URL: https://github.com/apache/airflow/pull/60901

   ## Summary
   
   This PR improves the output of `breeze ci selective-check` when it is 
executed in CI with `--verbose`.
   
   When running under CI, a short **“HOW TO REPRODUCE LOCALLY”** section is 
printed at the end of the output. This provides a clear and minimal command 
that can be used to reproduce the same check locally.
   
   The behavior is intentionally scoped to:
   - CI environments (`CI=true`)
   - Verbose runs (`--verbose`)
   
   There is no change in behavior for normal local executions.
   
   ---
   
   ## What changed
   
   - Added a small reproduction hint that is printed at the end of `breeze ci 
selective-check` output when running in CI with `--verbose`
   - Ensured the message is printed outside any collapsed CI log groups so it 
is immediately visible
   - Added tests to verify:
     - The reproduction message is shown in CI with verbose enabled
     - The message is not shown without `--verbose`
     - The message is not shown outside CI
   
   ---
   
   ## Example output
   
   ```text
   ============================================================
   HOW TO REPRODUCE LOCALLY
   ============================================================
   
   breeze ci selective-check --verbose
   


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