mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #74808 from dims/showcase-the-available-options-in-manifest
Showcase conformance images options in the manifest
This commit is contained in:
commit
3bb22edef8
@ -59,7 +59,13 @@ spec:
|
|||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: E2E_FOCUS
|
- name: E2E_FOCUS
|
||||||
value: "Pods should be submitted and removed"
|
value: "\\[Conformance\\]"
|
||||||
|
- name: E2E_SKIP
|
||||||
|
value: ""
|
||||||
|
- name: E2E_PROVIDER
|
||||||
|
value: "local"
|
||||||
|
- name: E2E_PARALLEL
|
||||||
|
value: "y"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: output-volume
|
- name: output-volume
|
||||||
mountPath: /tmp/results
|
mountPath: /tmp/results
|
||||||
|
Loading…
Reference in New Issue
Block a user