mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-28 14:18:50 +00:00
Dump debug info on e2e tests
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
parent
a6aefab55b
commit
7a8cf63623
7 changed files with 180 additions and 5 deletions
|
|
@ -104,6 +104,7 @@ stringData:
|
|||
log.Printf("failed to delete resources in '%s' namespace", testID)
|
||||
}
|
||||
})
|
||||
t.Cleanup(func() { dumpDiagnostics(t, ctx, testID) })
|
||||
|
||||
if cfg.sopsSecretData != nil {
|
||||
secret := corev1.Secret{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue