edithturn commented 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.  [job](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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
