Skip to content

Commit

Permalink
remove transparent-multi-cluster test suite concept / github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Jun 2, 2023
1 parent c05c053 commit 10c3a90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 131 deletions.
130 changes: 0 additions & 130 deletions .github/workflows/ci.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion test/e2e/framework/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func registerFlags(c *testConfig) {
flag.StringVar(&c.syncerImage, "syncer-image", "", "The syncer image to use with the pcluster. Requires --pcluster-kubeconfig")
flag.StringVar(&c.kcpTestImage, "kcp-test-image", "", "The test image to use with the pcluster. Requires --pcluster-kubeconfig")
flag.BoolVar(&c.useDefaultKCPServer, "use-default-kcp-server", false, "Whether to use server configuration from .kcp/admin.kubeconfig.")
flag.StringVar(&c.suites, "suites", "control-plane,transparent-multi-cluster,transparent-multi-cluster:requires-kind", "A comma-delimited list of suites to run.")
flag.StringVar(&c.suites, "suites", "control-plane", "A comma-delimited list of suites to run.")
}

// WriteLogicalClusterConfig creates a logical cluster config for the given config and
Expand Down

0 comments on commit 10c3a90

Please sign in to comment.