Skip to content

Commit 8258cbd

Browse files
committed
fix(e2e): reduce test output verbosity by disabling k3s debug mode
Switch to upstream k3s dagger module that includes the optional debug parameter (defaults to false) to disable k3s server debug output. This reduces excessive log noise in CI output while maintaining visibility of errors and warnings. This significantly improves readability of e2e test output by eliminating verbose debug logs like certificate generation and control plane startup messages that previously flooded CI logs during k3s initialization. Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent 5bc006b commit 8258cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dagger/e2e/dagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
{
1414
"name": "k3s",
15-
"source": "github.com/marcosnils/daggerverse/k3s@k3s/v0.1.10",
16-
"pin": "28eea1fcf3b6ecb38a628186107760acd717442f"
15+
"source": "github.com/marcosnils/daggerverse/k3s@main",
16+
"pin": "c07646d1bf7f6079dab47ba152c767e062aa0f58"
1717
}
1818
]
1919
}

0 commit comments

Comments
 (0)