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

feat: Add option to bypass subscriptions creation #433

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Roming22
Copy link
Member

@Roming22 Roming22 commented Feb 4, 2025

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

Copy link
Collaborator

@otaviof otaviof left a 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

installer/charts/rhtap-subscriptions/values.yaml Outdated Show resolved Hide resolved
Copy link

openshift-ci bot commented Feb 4, 2025

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Roming22
Copy link
Member Author

Roming22 commented Feb 4, 2025

/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
@openshift-ci openshift-ci bot removed the lgtm label Feb 4, 2025
Copy link

openshift-ci bot commented Feb 4, 2025

New changes are detected. LGTM label has been removed.

Copy link

sonarqubecloud bot commented Feb 4, 2025

@Roming22
Copy link
Member Author

Roming22 commented Feb 4, 2025

/retest

1 similar comment
@Roming22
Copy link
Member Author

Roming22 commented Feb 4, 2025

/retest

@konflux-ci-qe-bot
Copy link

@Roming22: The following test has Failed, say /retest to rerun failed tests.

PipelineRun Name Status Rerun command Build Log Test Log
e2e-4.16-kp268 Failed /retest View Pipeline Log View Test Logs

Inspecting Test Artifacts

To inspect your test artifacts, follow these steps:

  1. Install ORAS (see the ORAS installation guide).
  2. Download artifacts with the following commands:
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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants