You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Uses kubetest to run e2e tests (+Feature:GPUDevicePlugin) against a cluster created with cluster/kube-up.sh"
32
+
description: "Uses kubetest2 to run e2e tests (+Feature:GPUDevicePlugin) against a cluster created with cluster/kube-up.sh"
33
33
testgrid-num-failures-to-alert: '6'
34
34
testgrid-alert-stale-results-hours: '24'
35
35
decorate: true
36
+
extra_refs:
37
+
- org: kubernetes
38
+
repo: kubernetes
39
+
base_ref: master
40
+
path_alias: k8s.io/kubernetes
36
41
decoration_config:
37
42
timeout: 300m
38
43
spec:
39
44
containers:
40
45
- command:
41
46
- runner.sh
42
-
- /workspace/scenarios/kubernetes_e2e.py
43
47
args:
44
-
- --check-leaked-resources
45
-
- --extract=ci/fast/latest-fast
46
-
# Note: The GCE Node image used may have a dependency on the nvidia-driver-installer image defined in https://github.com/kubernetes/kubernetes/blob/master/test/e2e/testing-manifests/scheduling/nvidia-driver-installer.yaml
47
-
# If updating the image defined here, the cos-gpu-installer image may need to updated to support the corresponding COS image.
0 commit comments