tirkarthi opened a new issue, #43498: URL: https://github.com/apache/airflow/issues/43498
### Description https://github.com/apache/airflow/pull/42779#issuecomment-2399326165 This was discussed in the PR as a comment and got lost, so opening this as an issue for tracking. Currently, changes to only frontend code in airflow/ui folder still run the DB tests (takes 20 mins each) and integration tests (takes 2 mins each) which are not needed. Earlier frontend code used to be part of `airflow/www`. With new UI changes in separate folder that don't change DB components and use API from `airflow/api_fastapi` these can be skipped to reduce load on CI and also enable faster loop for frontend changes. cc: @bbovenzi @pierrejeambrun @potiuk ### Use case/motivation Reduces CI usage for frontend only changes. ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
