potiuk commented on pull request #20407: URL: https://github.com/apache/airflow/pull/20407#issuecomment-997451557
> Here is my question, if we have docker containers for airflow or breeze, then these are displayed on the GitHub Actions environment? Where the build and test take place. For these ADRs, what images are you referring to? :) > Thanks in advance All the details on where the images are build and set are described in https://github.com/apache/airflow/blob/main/CI.rst#ci-sequence-diagrams . In short we have two workflows (in https://github.com/apache/airflow/tree/main/.github/workflows) : * build-images.yml - > this is the "pull_request_target" workflow that builds and pushes the images to "ghcr.io" (write access) * ci.yml - > this is the "pull request" workflow that executes tests, provider build, etc. etc. - some of the jobs there require the "CI images" and they are pulled before tests are executed for example. This is "read-only" workflow. -- 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]
