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

Head commit for run:
028b751aaba53bcbc948d47abb9335d51255df5c / Jarek Potiuk <[email protected]>
Remove duplicated definitions of random volumes

Docker Compose 2.24 started to error out on duplicated (but
otherwise identical) volume definitions coming from multiple
docker compose files. We had urandom volume defined not only in
base yaml but also in all the backend and integration yaml files
which new docker compose does not like (and I agree with it).

That resulted with error:

``services.airflow.volumes array items[0,2] must be unique``

This PR removes the duplicated volume definitions, as side effect
it makes our docker compose files cleaner.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to