diff --git a/.github/workflows/basic-tests.yml b/.github/workflows/basic-tests.yml index 64c348501e0d5..f94626b34242f 100644 --- a/.github/workflows/basic-tests.yml +++ b/.github/workflows/basic-tests.yml @@ -223,7 +223,7 @@ jobs: VERBOSE: "false" SKIP_BREEZE_PRE_COMMITS: "true" SKIP: ${{ inputs.skip-pre-commits }} - COLUMNS: "250" + COLUMNS: "202" test-git-clone-on-windows: timeout-minutes: 5 diff --git a/.github/workflows/ci-amd.yml b/.github/workflows/ci-amd.yml index 084cb63779c40..77bd61557d1e3 100644 --- a/.github/workflows/ci-amd.yml +++ b/.github/workflows/ci-amd.yml @@ -248,7 +248,6 @@ jobs: contents: read packages: write id-token: write - if: needs.build-info.outputs.canary-run == 'true' with: runners: ${{ needs.build-info.outputs.amd-runners }} platform: "linux/amd64" diff --git a/.github/workflows/ci-image-checks.yml b/.github/workflows/ci-image-checks.yml index ec47528297ec3..a3baab28f29bc 100644 --- a/.github/workflows/ci-image-checks.yml +++ b/.github/workflows/ci-image-checks.yml @@ -193,7 +193,7 @@ jobs: env: VERBOSE: "false" SKIP: ${{ inputs.skip-pre-commits }} - COLUMNS: "250" + COLUMNS: "202" SKIP_GROUP_OUTPUT: "true" DEFAULT_BRANCH: ${{ inputs.branch }} RUFF_FORMAT: "github" @@ -235,7 +235,7 @@ jobs: run: pre-commit run --color always --verbose --hook-stage manual "$MYPY_CHECK" --all-files env: VERBOSE: "false" - COLUMNS: "250" + COLUMNS: "202" SKIP_GROUP_OUTPUT: "true" DEFAULT_BRANCH: ${{ inputs.branch }} RUFF_FORMAT: "github" diff --git a/Dockerfile.ci b/Dockerfile.ci index 766305fb0e6f9..743ff778a5f37 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -848,6 +848,10 @@ mkdir "${AIRFLOW_HOME}/sqlite" -p || true ASSET_COMPILATION_WAIT_MULTIPLIER=${ASSET_COMPILATION_WAIT_MULTIPLIER:=1} +if [[ "${CI=}" == "true" ]]; then + export COLUMNS="202" +fi + . "${IN_CONTAINER_DIR}/check_connectivity.sh" function wait_for_asset_compilation() { diff --git a/dev/breeze/doc/images/output_run.svg b/dev/breeze/doc/images/output_run.svg index 1d3a5b1917c59..c4dfd81418db2 100644 --- a/dev/breeze/doc/images/output_run.svg +++ b/dev/breeze/doc/images/output_run.svg @@ -1,4 +1,4 @@ - +