-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat: Add option to bypass subscriptions creation #433
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one! I liked the approach exploring the feature properties dictionary 👍
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: otaviof, Roming22 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 |
/retest |
Clusters might already have subscriptions installed, which would trigger an error in Helm as it did not control the resources. A new flag is added to disable the subscription installation per product, with the following limitations: - AMQ Streams is controlled by TPA - CrunchyData is controlled by RHDH and TPA Those limitations means that a user may need to install some subscription manually (eg if they already have AMQ Streams, TPA must be installed manually and the `managedSubscription` flag must be set to `false`). cf RHTAP-4063 rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
46daac0
to
107b71f
Compare
New changes are detected. LGTM label has been removed. |
Quality Gate passedIssues Measures |
/retest |
1 similar comment
/retest |
@Roming22: The following test has Failed, say /retest to rerun failed tests.
Inspecting Test ArtifactsTo inspect your test artifacts, follow these steps:
mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/konflux-test-storage/rhtap-team/rhtap-cli:e2e-4.16-kp268 Test results analysis<not enabled> |
Clusters might already have subscriptions installed, which would trigger an error in Helm as it did not control the resources.
A new flag is added to disable the subscription installation per product, with the following limitations:
Those limitations means that a user may need to install some subscription manually (eg if they already have AMQ Streams, TPA must be installed manually and the
managedSubscription
flag must be set tofalse
).cf RHTAP-4063
rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED