Skip to content

Commit

Permalink
setup required resources for hub e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva Kandasamy <[email protected]>
  • Loading branch information
jkandasa authored and tekton-robot committed Jul 19, 2024
1 parent 16fcceb commit 981b6ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/e2e/common/05_tektonhubdeployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ func NewTektonHubTestSuite(t *testing.T) *TektonHubTestSuite {
// before suite
func (s *TektonHubTestSuite) SetupSuite() {
resources.PrintClusterInformation(s.logger, s.resourceNames)

// reset the tekton config into default state
s.logger.Debug("resetting TektonConfig to it's default state")
tcSuite := NewTestTektonConfigTestSuite(s.T())
tcSuite.recreateOperatorPod()
tcSuite.resetToDefaults()
}

// after suite
Expand Down

0 comments on commit 981b6ee

Please sign in to comment.