mik-laj commented on a change in pull request #11693:
URL: https://github.com/apache/airflow/pull/11693#discussion_r511642916
##########
File path: scripts/ci/testing/ci_run_airflow_testing.sh
##########
@@ -60,11 +60,12 @@ function run_airflow_testing_in_docker() {
echo "Skip creating kerberos network"
fi
docker-compose --log-level INFO \
- -f "${SCRIPTS_CI_DIR}/docker-compose/base.yml" \
- -f "${SCRIPTS_CI_DIR}/docker-compose/backend-${BACKEND}.yml" \
- "${INTEGRATIONS[@]}" \
- "${DOCKER_COMPOSE_LOCAL[@]}" \
- run airflow "${@}"
+ -f "${SCRIPTS_CI_DIR}/docker-compose/base.yml" \
Review comment:
Is it expected?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]