Skip to content

fix(ci): fix OSD-GCP operator deployment failures (RHDHBUGS-1136)#4236

Open
Fortune-Ndlovu wants to merge 1 commit intoredhat-developer:mainfrom
Fortune-Ndlovu:fix/RHDHBUGS-1136-osd-gcp-operator-deployment
Open

fix(ci): fix OSD-GCP operator deployment failures (RHDHBUGS-1136)#4236
Fortune-Ndlovu wants to merge 1 commit intoredhat-developer:mainfrom
Fortune-Ndlovu:fix/RHDHBUGS-1136-osd-gcp-operator-deployment

Conversation

@Fortune-Ndlovu
Copy link
Member

Description

Fix multiple issues causing OSD-GCP operator CI jobs to fail:

  1. Fix orchestrator plugin version mismatch in OSD-GCP diff files. The overlay tag referenced 5.3.1 but the base values use 5.1.0, causing a duplicate plugin configuration error and CrashLoopBackOff.

  2. Skip Serverless and Serverless Logic operator installation on OSD-GCP jobs. These operators are only needed for orchestrator workflows, which are disabled on OSD-GCP. The Serverless Logic operator was timing out after 300s on OSD-GCP clusters.

  3. Add external Postgres setup for the showcase-runtime deployment. The runtime CRD uses enableLocalDb: false and expects postgres-crt and postgres-cred secrets, which were not being created, causing the deployment to fail with "Secret postgres-crt not found".

  4. Remove duplicate prepare_operator() call from the OSD-GCP deployment path. It is already called in handle_ocp_operator() before the OSD-GCP branch is entered.

Which issue(s) does this PR fix

PR acceptance criteria

Please make sure that the following steps are complete:

  • GitHub Actions are completed and successful
  • Unit Tests are updated and passing
  • E2E Tests are updated and passing
  • Documentation is updated if necessary (requirement for new features)
  • Add a screenshot if the change is UX/UI related

How to test changes / Special notes to the reviewer

Fix multiple issues causing OSD-GCP operator CI jobs to fail:

1. Fix orchestrator plugin version mismatch in OSD-GCP diff files.
   The overlay tag referenced 5.3.1 but the base values use 5.1.0,
   causing a duplicate plugin configuration error and CrashLoopBackOff.

2. Skip Serverless and Serverless Logic operator installation on
   OSD-GCP jobs. These operators are only needed for orchestrator
   workflows, which are disabled on OSD-GCP. The Serverless Logic
   operator was timing out after 300s on OSD-GCP clusters.

3. Add external Postgres setup for the showcase-runtime deployment.
   The runtime CRD uses enableLocalDb: false and expects postgres-crt
   and postgres-cred secrets, which were not being created, causing
   the deployment to fail with "Secret postgres-crt not found".

4. Remove duplicate prepare_operator() call from the OSD-GCP
   deployment path. It is already called in handle_ocp_operator()
   before the OSD-GCP branch is entered.
@openshift-ci openshift-ci bot requested review from josephca and rostalan February 12, 2026 03:26
@openshift-ci
Copy link

openshift-ci bot commented Feb 12, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign psrna for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details 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

@sonarqubecloud
Copy link

@github-actions
Copy link
Contributor

@openshift-ci
Copy link

openshift-ci bot commented Feb 12, 2026

@Fortune-Ndlovu: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-ocp-helm ba3b2d5 link true /test e2e-ocp-helm

Full PR test history. Your PR dashboard.

Details

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.

@zdrapela
Copy link
Member

/test ?

@openshift-ci
Copy link

openshift-ci bot commented Feb 12, 2026

@zdrapela: The following commands are available to trigger required jobs:

/test e2e-ocp-helm

The following commands are available to trigger optional jobs:

/test cleanup-mapt-destroy-orphaned-aks-clusters
/test cleanup-mapt-destroy-orphaned-eks-clusters
/test e2e-aks-helm-nightly
/test e2e-aks-operator-nightly
/test e2e-eks-helm-nightly
/test e2e-eks-operator-nightly
/test e2e-gke-helm-nightly
/test e2e-gke-operator-nightly
/test e2e-ocp-helm-nightly
/test e2e-ocp-helm-upgrade-nightly
/test e2e-ocp-operator-auth-providers-nightly
/test e2e-ocp-operator-nightly
/test e2e-ocp-v4-17-helm-nightly
/test e2e-ocp-v4-19-helm-nightly
/test e2e-ocp-v4-20-helm-nightly
/test e2e-osd-gcp-helm-nightly
/test e2e-osd-gcp-operator-nightly

Use /test all to run the following jobs that were automatically triggered:

pull-ci-redhat-developer-rhdh-main-e2e-ocp-helm
Details

In response to this:

/test ?

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.

@openshift-merge-robot
Copy link
Collaborator

PR needs rebase.

Details

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.

Copy link
Member

@zdrapela zdrapela left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thank you, this should fix many things :)
Can you please rebase now that #4186 has been merged? This will also solve some issues and then you can try to run the nightly job in the CI by commenting /test e2e-osd-gcp-operator-nightly
The runtime config tests are broken also on the plain OCP Operator: https://issues.redhat.com/browse/RHDHBUGS-2608 Let's see how your changes work in the CI, and maybe Alessandro can take some inspiration for fixing it there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants