edithturn commented on pull request #22327:
URL: https://github.com/apache/airflow/pull/22327#issuecomment-1073353362


   Thanks, @potiuk. I am retrieving all the files that are modified in the PR. 
Let me know now if the statement bellow is in the right way.
   
   Process:
   Steps 1, 2, and 3 will be in the Selective Check main script. The other 
steps will be independent scripts. This is just an example of many other python 
calls.
   
   **1. First Python Call: Build image**
       1.1. Return all changed files
       1.2. Validate parameters of the commit like SHA, Kind of PR
       1.3 Determinate if the IMAGE should be BUILD
   **2. Second Python Call: Python Version to Build**
       2.1. Return all changed files
       2.2. Validate parameters of the commit like SHA, Kind of PR
       2.3 Determinate what version of pythons build
   **3. Process the validation of 1.3 and 2.3**
   
   Also I created another step in ci.yaml for selective_ci_checks.py
   
   
    


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