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/03/01 05:43:41 UTC

[GitHub] [airflow] edithturn edited a comment on issue #20741: CI: Reuse Breeze CI image building for CI

edithturn edited a comment on issue #20741:
URL: https://github.com/apache/airflow/issues/20741#issuecomment-1055043517


   @potiuk another thing I found is with the env variable **UPGRADE_TO_NEWER_DEPENDENCIES**, it is setting a random number.
   ![Screenshot from 2022-03-01 00-07-40](https://user-images.githubusercontent.com/58795858/156110340-5d885ed4-4a2e-46d3-9991-de0d0a6c9fb2.png)  [JOB LOG](https://github.com/edithturn/airflow/runs/5370490394?check_suite_focus=true)
   
   It is because I am **pushing** the code and, It falls into this validation.
   https://github.com/apache/airflow/blob/82e1abf7144f5386cb9dbf9775e9c78da51ec673/scripts/ci/selective_ci_checks.sh#L45-L54
   
   It should not fail when it is random number (I saw it in one of your executions: https://github.com/potiuk/airflow/runs/5344689690?check_suite_focus=true), so I have to find a way to continue the process if this value is random, right? I must be setting the variable to boolean yes or yes somewhere, and that is why it fails.
   
   Could you please confirm that?


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