Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openshift-installer-presubmits: Use TEST_SKIP for e2e-aws #1341

Closed
wants to merge 1 commit into from
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