Skip to content

Commit

Permalink
ci: unpin soak cluster (#6290)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdeal authored May 30, 2024
1 parent fb78311 commit 416a087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions test/hack/resource/clean/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ import (

const sweeperCleanedResourcesTableName = "sweeperCleanedResources"

var excludedClusters = []string{
"soak-periodic-2785632730",
}
var excludedClusters = []string{}

func main() {
expiration := flag.String("expiration", "12h", "define the expirationTTL of the resources")
Expand Down
4 changes: 1 addition & 3 deletions test/hack/soak/get_clusters.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ type cluster struct {

const expirationTTL = time.Hour * 168 // 7 days

var excludedClustersCleanup = []string{
"soak-periodic-2785632730",
}
var excludedClustersCleanup = []string{}

func main() {
ctx := context.Background()
Expand Down

0 comments on commit 416a087

Please sign in to comment.