mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +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
|
||||
env:
|
||||
- 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:
|
||||
- name: output-volume
|
||||
mountPath: /tmp/results
|
||||
|
Loading…
Reference in New Issue
Block a user