Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Aug 27, 2024
1 parent 93ad2b2 commit c5285d9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/e2e/kwokctl/binary/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
pwd = os.Getenv("PWD")
rootDir = path.Join(pwd, "../../../..")
logsDir = path.Join(rootDir, "logs")
clusterName = envconf.RandomName("kwok-e2e-binary", 16)
clusterName = envconf.RandomName("kwok-e2e-binary", 24)
namespace = envconf.RandomName("ns", 16)
kwokPath = path.Join(rootDir, "bin", runtime.GOOS, runtime.GOARCH, "kwok"+helper.BinSuffix)
kwokctlPath = path.Join(rootDir, "bin", runtime.GOOS, runtime.GOARCH, "kwokctl"+helper.BinSuffix)
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kwokctl/docker/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
pwd = os.Getenv("PWD")
rootDir = path.Join(pwd, "../../../..")
logsDir = path.Join(rootDir, "logs")
clusterName = envconf.RandomName("kwok-e2e-docker", 16)
clusterName = envconf.RandomName("kwok-e2e-docker", 24)
namespace = envconf.RandomName("ns", 16)
testImage = "localhost/kwok:test"
kwokctlPath = path.Join(rootDir, "bin", runtime.GOOS, runtime.GOARCH, "kwokctl"+helper.BinSuffix)
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kwokctl/dryrun/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var (
pwd = os.Getenv("PWD")
rootDir = path.Join(pwd, "../../../..")
logsDir = path.Join(rootDir, "logs")
clusterName = envconf.RandomName("kwok-e2e-dryrun", 16)
clusterName = envconf.RandomName("kwok-e2e-dryrun", 24)
kwokctlPath = path.Join(rootDir, "bin", runtime.GOOS, runtime.GOARCH, "kwokctl"+helper.BinSuffix)
updateTestdata = false
)
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kwokctl/kind-podman/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var (
pwd = os.Getenv("PWD")
rootDir = path.Join(pwd, "../../../..")
logsDir = path.Join(rootDir, "logs")
clusterName = envconf.RandomName("kwok-e2e-kind-podman", 16)
clusterName = envconf.RandomName("kwok-e2e-kind-podman", 24)
namespace = envconf.RandomName("ns", 16)
testImage = "localhost/kwok:test"
kwokctlPath = path.Join(rootDir, "bin", runtime.GOOS, runtime.GOARCH, "kwokctl"+helper.BinSuffix)
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kwokctl/kind/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var (
pwd = os.Getenv("PWD")
rootDir = path.Join(pwd, "../../../..")
logsDir = path.Join(rootDir, "logs")
clusterName = envconf.RandomName("kwok-e2e-kind", 16)
clusterName = envconf.RandomName("kwok-e2e-kind", 24)
namespace = envconf.RandomName("ns", 16)
testImage = "localhost/kwok:test"
kwokctlPath = path.Join(rootDir, "bin", runtime.GOOS, runtime.GOARCH, "kwokctl"+helper.BinSuffix)
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kwokctl/nerdctl/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
pwd = os.Getenv("PWD")
rootDir = path.Join(pwd, "../../../..")
logsDir = path.Join(rootDir, "logs")
clusterName = envconf.RandomName("kwok-e2e-nerdctl", 16)
clusterName = envconf.RandomName("kwok-e2e-nerdctl", 24)
namespace = envconf.RandomName("ns", 16)
testImage = "localhost/kwok:test"
kwokctlPath = path.Join(rootDir, "bin", runtime.GOOS, runtime.GOARCH, "kwokctl"+helper.BinSuffix)
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kwokctl/podman/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
pwd = os.Getenv("PWD")
rootDir = path.Join(pwd, "../../../..")
logsDir = path.Join(rootDir, "logs")
clusterName = envconf.RandomName("kwok-e2e-podman", 16)
clusterName = envconf.RandomName("kwok-e2e-podman", 24)
namespace = envconf.RandomName("ns", 16)
testImage = "localhost/kwok:test"
kwokctlPath = path.Join(rootDir, "bin", runtime.GOOS, runtime.GOARCH, "kwokctl"+helper.BinSuffix)
Expand Down

0 comments on commit c5285d9

Please sign in to comment.