mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Add deadline for deprecation
This commit is contained in:
parent
998edc84c7
commit
a893521948
@ -30,7 +30,7 @@ import (
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
if strings.Contains(os.Args[0], "run_e2e.sh") || strings.Contains(os.Args[0], "gorunner") {
|
if strings.Contains(os.Args[0], "run_e2e.sh") || strings.Contains(os.Args[0], "gorunner") {
|
||||||
log.Print("warn: calling test with e2e.test is deprecated, please rely on container manifest to invoke executable")
|
log.Print("warn: calling test with e2e.test is deprecated and will be removed in 1.25, please rely on container manifest to invoke executable")
|
||||||
}
|
}
|
||||||
env := envWithDefaults(map[string]string{
|
env := envWithDefaults(map[string]string{
|
||||||
resultsDirEnvKey: defaultResultsDir,
|
resultsDirEnvKey: defaultResultsDir,
|
||||||
|
Loading…
Reference in New Issue
Block a user