The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user ashb (triggered by ashb).
Head commit for run: 390eacb01a710239e69f71d0c52134b7e87d17d4 / Jarek Potiuk <[email protected]> Remove duplicated definitions of random volumes (#36993) 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/7648184841 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
