You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/19 06:30:21 UTC

[GitHub] [airflow] edithturn edited a comment on pull request #21682: Switch to GitHub-rendered Mermaid diagrams

edithturn edited a comment on pull request #21682:
URL: https://github.com/apache/airflow/pull/21682#issuecomment-1045877257


   @potiuk, If you allow me to suggest something, the graph of selective check could be better in this way (Just details) especially in the part of **Enable images**
   ```mermaid
   flowchart TD
   A(PR arrives)-->B[Selective Check]
   B-->C{Direct push merge?}
   C-->|Yes| N[Enable images] 
   N-->D(Run Full Test<br />+Quarantined<br />Run full static checks)
   C-->|No| E[Retrieve changed files]
   E-->F{Environment files changed?}
   F-->|Yes| N
   F-->|No| G{Docs changed}
   G-->|Yes| O[Enable images building]
   O-->I{Chart files changed?}
   G-->|No| I
   I-->|Yes| P[Enable helm tests]
   P-->J{API files changed}
   I-->|No| J
   J-->|Yes| Q[Enable API tests]
   Q-->H{Sources changed?}
   J-->|No| H
   H-->|Yes| R[Enable Pytests]
   R-->K[Determine test type]
   K-->S{Core files changed}
   S-->|Yes| N
   S-->|No| M(Run selected test+<br />Heisentest, Integration, Quarantined<br />Full static checks) 
   H-->|No| L[Skip running test<br />Run subset of static checks]
   ```


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org