eladkal commented on code in PR #23104: URL: https://github.com/apache/airflow/pull/23104#discussion_r854426385
########## tests/system/providers/google/bigquery/example_bigquery_sensors.py: ########## @@ -23,6 +23,7 @@ from datetime import datetime from airflow import models +from airflow.models.baseoperator import BaseOperator Review Comment: Why changing system tests is part of this PR? ########## dev/REFRESHING_CI_CACHE.md: ########## @@ -91,18 +91,57 @@ docker run --privileged --rm tonistiigi/binfmt --install all More information can be found [here](https://docs.docker.com/engine/reference/commandline/buildx_create/) -The images can be rebuilt and refreshed after the constraints are pushed. Refreshing image for particular -python version is a simple as running the [refresh_images.sh](refresh_images.sh) script with python version -as parameter: +However, emulation is very slow - more than 10x slower than hardware-backed builds. + +## Setting up cache refreshing with hardware ARM/AMD support + +If you plan to build a number of images, probably better solution is to set up a hardware remote builder Review Comment: ```suggestion If you plan to build a number of images, probably better solution is to set up a hardware remote builder ``` -- 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]
