Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@ presubmits:
value: Suite:openshift/conformance/parallel
- name: TEST_FOCUS_SERIAL
value: Suite:openshift/conformance/serial
- name: TEST_SKIP
value: .*((Image hard prune should delete orphaned blobs)|(Image hard prune
should show orphaned blob deletions in dry-run mode)|(Image limit range
should deny a docker image reference exceeding limit on openshift\.io/image-tags
resource)|(Image prune of schema 1 should prune old image)|(Image prune
of schema 2 should prune old image with config)|(Image prune with --all=false
flag should prune only internally managed images)|(Image prune with --prune-registry==false
should prune old image but skip registry)|(Image prune with default --all
flag should prune both internally managed and external images)|(Image
resource quota should deny a push of built image exceeding openshift\.io/imagestreams
quota)).*
- name: JOB_NAME_SAFE
value: e2e-aws-all
- name: CLUSTER_TYPE
Expand Down