Skip to content

Commit

Permalink
Merge branch 'main' into charliedmcb/useWorkloadIdForKarpenter
Browse files Browse the repository at this point in the history
  • Loading branch information
charliedmcb authored Jan 18, 2024
2 parents 14eae26 + e781996 commit 04452c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/pkg/environment/azure/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ package azure

import (
//nolint:revive,stylecheck
"fmt"

v1 "k8s.io/api/core/v1"
"sigs.k8s.io/controller-runtime/pkg/client"

Expand Down Expand Up @@ -45,6 +47,8 @@ func (env *Environment) Cleanup() {
}

func (env *Environment) AfterEach() {
fmt.Println("##[group]AfterEach (CONTROLLER LOGS)")
defer fmt.Println("##[endgroup]")
env.Environment.AfterEach()
// Ensure we reset settings after collecting the controller logs
env.ExpectSettingsReplaced(persistedSettings...)
Expand Down

0 comments on commit 04452c9

Please sign in to comment.