kaxil commented on a change in pull request #11541:
URL: https://github.com/apache/airflow/pull/11541#discussion_r507185120
##########
File path: CI.rst
##########
@@ -629,6 +628,86 @@ delete old artifacts that are > 7 days old. It only runs
for the 'apache/airflow
We also have a script that can help to clean-up the old artifacts:
`remove_artifacts.sh <dev/remove_artifacts.sh>`_
+Selective CI Checks
+===================
+
+In order to optimise our CI builds, we've implemented optimisations to only
run selected checks for some
+kind of changes. The logic implemented reflects the internal architecture of
Airflow 2.0 packages
+and it is helps to keep down both the usage of jobs in GitHub Actions as well
as CI feedback time to
+contributors in case of simpler changes.
Review comment:
```suggestion
and it helps to keep down both the usage of jobs in GitHub Actions as well
as CI feedback time to
contributors in case of simpler changes.
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]