mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-05 07:26:56 +00:00
Remove hack/e2e-test.sh in favor of hack/e2e.go.
This commit is contained in:
@@ -1413,7 +1413,7 @@ function kube-push {
|
||||
}
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Cluster specific test helpers used from hack/e2e-test.sh
|
||||
# Cluster specific test helpers used from hack/e2e.go
|
||||
|
||||
# Execute prior to running tests to build a release if required for env.
|
||||
#
|
||||
|
||||
@@ -1180,7 +1180,7 @@ function kube-push {
|
||||
}
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Cluster specific test helpers used from hack/e2e-test.sh
|
||||
# Cluster specific test helpers used from hack/e2e.go
|
||||
|
||||
# Execute prior to running tests to build a release if required for env.
|
||||
#
|
||||
|
||||
@@ -282,8 +282,8 @@ function restart-apiserver() {
|
||||
}
|
||||
|
||||
# Execute after running tests to perform any required clean-up. This is called
|
||||
# from hack/e2e-test.sh. This calls kube-down, so the cluster still exists when
|
||||
# this is called.
|
||||
# from hack/e2e.go. This calls kube-down, so the cluster still exists when this
|
||||
# is called.
|
||||
#
|
||||
# Assumed vars:
|
||||
# CLUSTER_NAME
|
||||
|
||||
Reference in New Issue
Block a user