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

Head commit for run:
84dec5a2c529d159314c0ed081c92a7fdfceb832 / Jarek Potiuk <[email protected]>
Further improves image caching for Breeze

In order to allow "big" rebuilds we remove the image tag
before rebuilding, to make sure that the remote and not local image
is used as source of cache. This is consequence of using inlined
cache.

Files are added to the Python Base image image - the base
layers will be shared with other stages but we will make sure
that the script stages are different for different platforms.

Also - when there is no image at all we fail pre-commit. This
should handle the situation when we tried to build the image and
stopped it in-between.

Hadolint released a new version of their checker - with support
for the new Dockerfile buildkit features and native support for
ARM so we are enabling it back.

See https://github.com/hadolint/hadolint/pull/803

Finally we still need some files that we cannot inline, because
they are only needed for source build and they are too long
to inline (yarn.lock for example). In order to keep the cache
working for all umasks we need to bring back group fixing.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to