This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 7352839e85 Disable verbose in K8S Tests (#35441)
7352839e85 is described below
commit 7352839e851cdbee0d15f0f8ff7ee26ed821b8e3
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Nov 4 19:01:28 2023 +0100
Disable verbose in K8S Tests (#35441)
The verbose output is ... too verbose - it does not give much of
an information and it clutters the progress information.
It's been enabled recently to test some failures but we can disable
it now.
---
.github/workflows/ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d86d771745..5bf2e916e2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1726,6 +1726,7 @@ jobs:
KUBERNETES_VERSIONS:
${{needs.build-info.outputs.kubernetes-versions-list-as-string}}
EXECUTOR: ${{matrix.executor}}
USE_STANDARD_NAMING: ${{matrix.use-standard-naming}}
+ VERBOSE: "false"
- name: Upload KinD logs on failure
${{needs.build-info.outputs.kubernetes-combos-list-as-string}}
uses: actions/upload-artifact@v3
if: failure() || cancelled()