diff mbox series

[ovs-dev,4/5] ci: ovn-kubernetes: Reduce ovnkube pods log verbosity.

Message ID 169641866742.1291112.9170491298931488518.stgit@dceara.remote.csb
State Deferred
Headers show
Series ci: ovn-kubernetes: Upstream sync and hardenning. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes fail github build: failed

Commit Message

Dumitru Ceara Oct. 4, 2023, 11:24 a.m. UTC
We're running out of space and these seem to be some of the large disk
space consumers.

Signed-off-by: Dumitru Ceara <dceara@redhat.com>
---
 .github/workflows/ovn-kubernetes.yml |    1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.github/workflows/ovn-kubernetes.yml b/.github/workflows/ovn-kubernetes.yml
index d9a91874ff..3304ab2eaf 100644
--- a/.github/workflows/ovn-kubernetes.yml
+++ b/.github/workflows/ovn-kubernetes.yml
@@ -142,6 +142,7 @@  jobs:
     - name: kind setup
       run: |
         export OVN_IMAGE="ovn-daemonset-f:dev"
+        export MASTER_LOG_LEVEL=1 NODE_LOG_LEVEL=1
         make -C test install-kind
       working-directory: src/github.com/ovn-org/ovn-kubernetes