-
Notifications
You must be signed in to change notification settings - Fork 4.7k
OCPBUGS-55317: Skip GatewayAPIController tests on clusters without OLM capabilities #29784
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
OCPBUGS-55317: Skip GatewayAPIController tests on clusters without OLM capabilities #29784
Conversation
@alebedev87: This pull request references Jira Issue OCPBUGS-55317, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. The bug has been updated to refer to the pull request using the external bug tracker. In 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 openshift-eng/jira-lifecycle-plugin repository. |
/payload-job periodic-ci-openshift-release-master-ci-4.19-e2e-aws-ovn-no-capabilities |
@alebedev87: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/6911e800-2f6c-11f0-94f5-699a0e37bf68-0 |
/payload-job-with-prs periodic-ci-openshift-release-master-ci-4.20-e2e-aws-ovn-no-capabilities openshift/cluster-ingress-operator#1232 The test needs CIO PR#1232 otherwise installer step is failing |
@lihongan: An error was encountered. No known errors were detected, please see the full error message for details. Full error message.
unable to get additional pr info from string: failing: string: failing doesn't match expected format: org/repo#number
Please contact an administrator to resolve this issue. |
/payload-job-with-prs periodic-ci-openshift-release-master-ci-4.20-e2e-aws-ovn-no-capabilities openshift/cluster-ingress-operator#1232 |
@lihongan: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/20550170-2fc5-11f0-9635-4ac681776cf3-0 |
Analysis of The installation failed because of the ingress operator which didn't become ready due to this error (log file):
|
Analysis of The installation failed because the ingress operator didn't become ready due to this error (log file):
|
/assign |
/assign |
There is an origin/test/extended/util/framework.go Lines 2394 to 2405 in 6e15b2c
There are also several |
eaa5bec
to
96d8fad
Compare
96d8fad
to
b103c35
Compare
@Miciah: I added test helper functions in a separate commit, PTAL. |
Thanks! /lgtm |
|
…M capabilities This ensures GatewayAPIController tests are only run on clusters where OLM and related capabilities are enabled.
b103c35
to
a136628
Compare
/payload-job-with-prs periodic-ci-openshift-release-master-ci-4.20-e2e-aws-ovn-no-capabilities |
/payload-job periodic-ci-openshift-release-master-ci-4.20-e2e-aws-ovn-no-capabilities |
@lihongan: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/ef1786b0-3234-11f0-8b29-64f1810bd52a-0 |
Rebased due to a merge conflict with #29697. |
/lgtm payload job
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: alebedev87, lihongan, Miciah The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@alebedev87: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
6e36cd5
into
openshift:main
@alebedev87: Jira Issue OCPBUGS-55317 is in an unrecognized state (Verified) and will not be moved to the MODIFIED state. In 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 openshift-eng/jira-lifecycle-plugin repository. |
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-tests |
/cherry-pick release-4.19 |
@alebedev87: #29784 failed to apply on top of branch "release-4.19":
In 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-sigs/prow repository. |
This ensures GatewayAPIController tests are only run on clusters where OLM and related capabilities are enabled.