The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
e6d5864800ef0214db20a8007eac1d9d284eacab / Jarek Potiuk <[email protected]>
Do not fail when docker context cannot be used (#32497)

This is a follow-up after #32494 and #32463, where autodetection of
docker context has been added. There is a weird relation between
builders and docker context - sometimes they have to be used in sync,
and sometimes not. For example when we are creating a new context
manually (airxflow_cache) to build images in parallel on ARM/x86,
we should use airflow_cache as buider, but the context should
remain "default". On the other hand when we are using "desktop-linux"
builder, we MUST switch the context to "desktop-linux".

This PR is an attempt to make best effort to switch to the same
context as the builder, but instead of failing, we just warn
if can't and continue.

Report URL: https://github.com/apache/airflow/actions/runs/5511118559

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to