openshift-e2e-test: Error if no TEST_SKIPS match#20619
openshift-e2e-test: Error if no TEST_SKIPS match#20619openshift-ci[bot] merged 1 commit intoopenshift:masterfrom
Conversation
|
/cc @EmilienM |
ba99e63 to
5fb0d10
Compare
|
/lgtm |
|
/cc vrutkovs |
There was a problem hiding this comment.
/bin/bash: -c: line 221: syntax error near unexpected token `fi'
in all jobs
There was a problem hiding this comment.
oh no :(
I have added the missing semicolon and the tests now look better.
Thanks for the /approve!
This change prints an error message to STDOUT when the passed environment variable TEST_SKIPS does not match any test. Previously, the call to `grep` would just fail and the container would fail after printing "Skipping tests:".
5fb0d10 to
f2070ae
Compare
vrutkovs
left a comment
There was a problem hiding this comment.
Skipping tests:
"[sig-cli] Kubectl Port forwarding With a server listening on 0.0.0.0 should support forwarding over websockets [Suite:openshift/conformance/parallel] [Suite:k8s]"
"[sig-cli] Kubectl Port forwarding With a server listening on localhost should support forwarding over websockets [Suite:openshift/conformance/parallel] [Suite:k8s]"
"[sig-cli] Kubectl client Simple pod should support exec through an HTTP proxy [Suite:openshift/conformance/parallel] [Suite:k8s]"
"[sig-cli] Kubectl client Simple pod should support exec through kubectl proxy [Suite:openshift/conformance/parallel] [Suite:k8s]"
in ci/rehearse/openshift/installer/release-4.9/e2e-openstack-byon log, no weird failures
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: EmilienM, pierreprinetti, vrutkovs The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@pierreprinetti: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
@pierreprinetti: Updated the
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This change prints an error message to STDOUT when the passed
environment variable TEST_SKIPS does not match any test.
Previously, the call to
grepwould just fail and the container wouldfail after printing "Skipping tests:".