shahar1 commented on code in PR #59: URL: https://github.com/apache/airflow-ci-infra/pull/59#discussion_r1739273261
########## README.rst: ########## @@ -17,3 +17,129 @@ CI Infrastructure for Apache Airflow ==================================== + +Apache Airflow uses Github Actions as its Continuous Integration (CI) tool. When Airflow contributors open a pull +request, Github Actions runs a series of tests on Apache organization runners. However, due to the limited resources +of these runners, the tests could take a significant amount of time, sometimes up to 2 hours. To improve efficiency +for active committers, a separate set of runners is available for them. These CI runs are executed on self-hosted +runners deployed on an Amazon Elastic Kubernetes Service (EKS) cluster. Review Comment: I think that it's important to mention what operates the runs. Also, "ARC" is later used as an acronym. ```suggestion runners deployed on an Amazon Elastic Kubernetes Service (EKS) cluster, using [Actions Runner Controller](https://github.com/actions/actions-runner-controller) (ARC). ``` -- 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]
