Skip to content

Commit 3bb22ed

Browse files
authored
Merge pull request kubernetes#74808 from dims/showcase-the-available-options-in-manifest
Showcase conformance images options in the manifest
2 parents cb89d80 + 388a345 commit 3bb22ed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

cluster/images/conformance/conformance-e2e.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,13 @@ spec:
5959
imagePullPolicy: IfNotPresent
6060
env:
6161
- name: E2E_FOCUS
62-
value: "Pods should be submitted and removed"
62+
value: "\\[Conformance\\]"
63+
- name: E2E_SKIP
64+
value: ""
65+
- name: E2E_PROVIDER
66+
value: "local"
67+
- name: E2E_PARALLEL
68+
value: "y"
6369
volumeMounts:
6470
- name: output-volume
6571
mountPath: /tmp/results

0 commit comments

Comments
 (0)