kubernetes/test/e2e_node/remote
Patrick Ohly 46a17f60e4 E2E node: fix --timeout default
For unknown reasons, hack/make-rules/test-e2e-node.sh adds -timeout instead of
--timeout. Therefore the fallback code in test/e2e_node/remote/remote.go didn't
find it and added its own --timeout=60m after it. This effectively limits E2E
node test runs to 60 minutes, regardless of what is specified in the job:

    W0206 09:53:51.425532    7151 remote.go:158] ginkgo flags are missing explicit --timeout (ginkgo defaults to 60 minutes)
    I0206 09:53:51.425565    7151 remote.go:165] updated ginkgo flags: -timeout=24h --label-filter="Feature: containsAny DynamicResourceAllocation && Feature: isSubsetOf { Beta, DynamicResourceAllocation } && !Flaky && !Slow"  --no-color -v --timeout=60m
    ...
    I0206 09:53:57.767096    7151 ssh.go:146] Running the command ssh, with args: ... timeout -k 30s 3600.000000s ./ginkgo -timeout=24h --label-filter="Feature: containsAny DynamicResourceAllocation && Feature: isSubsetOf { Beta, DynamicResourceAllocation } && !Flaky && !Slow"  --no-color -v --timeout=60m ...

Note that the timeout for the test was 60m in this case (hence the "timeout -k
30s 3600.000000s") but it could also be something larger.
2025-02-06 11:45:12 +01:00
..
gce feat(test-e2e): support custom network and subnet on remote e2e mode 2024-09-24 00:25:41 +02:00
cadvisor_e2e.go re-organize remote e2e test to be pluggable 2023-03-13 12:33:47 -04:00
node_conformance.go e2e node runner: remove dependency on e2e/framework 2024-01-20 18:23:31 +01:00
node_e2e.go e2e_node: use kubelet_exec_t instead of bin_t for kubelet 2024-03-05 13:39:52 -05:00
remote.go E2E node: fix --timeout default 2025-02-06 11:45:12 +01:00
run_remote_suite.go cleanup: delete rand.Seed(time.Now().UnixNano()) and using global number generator. 2024-03-18 08:10:12 +00:00
runner.go refactor remote test running 2023-03-12 21:26:01 -05:00
ssh.go refactor remote test running 2023-03-12 21:26:01 -05:00
ssh_runner.go Refactor remote runners 2023-04-02 16:51:39 -04:00
types.go Refactor remote runners 2023-04-02 16:51:39 -04:00
utils.go Update CNI plugins to v1.6.2 and avoid using k8s-artifacts-cni bucket 2025-01-23 10:50:58 +01:00