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

validate OCP marketplace #814

Merged

Conversation

stuggi
Copy link
Contributor

@stuggi stuggi commented Apr 24, 2024

No description provided.

@openshift-ci openshift-ci bot requested review from abays and karelyatin April 24, 2024 09:38
Copy link
Contributor

openshift-ci bot commented Apr 24, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: stuggi

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

@stuggi
Copy link
Contributor Author

stuggi commented Apr 24, 2024

to fix #812 (comment)

@rabi
Copy link
Contributor

rabi commented Apr 24, 2024

I think this won't be tested in CI atm as we're using OCP 4.14, but would be needed for local deploys with crc 2.34(OCP 4.15)

@rabi
Copy link
Contributor

rabi commented Apr 24, 2024

/lgtm

@stuggi
Copy link
Contributor Author

stuggi commented Apr 24, 2024

I think this won't be tested in CI atm as we're using OCP 4.14, but would be needed for local deploys with crc 2.34(OCP 4.15)

yes, only parts of it were running, but there was no need to fix the marketplace resources:

bash scripts/validate-marketplace.sh
+ '[' -z 300s ']'
+ OPERATOR_NAMESPACE=openshift-marketplace
+ oc get pods -n openshift-marketplace
+ grep CrashLoopBackOff
+ '[' 1 -eq 0 ']'
+ OPERATORS='openshift-cert-manager-operator kubernetes-nmstate-operator metallb-operator'
+ for operator in $OPERATORS
+ n=0
+ retries=20
+ true
+ grep openshift-cert-manager-operator
+ oc get packagemanifests -n openshift-marketplace
openshift-cert-manager-operator                    Red Hat Operators     16m
+ '[' 0 -eq 0 ']'
+ break
+ for operator in $OPERATORS
+ n=0
+ retries=20
+ true
+ oc get packagemanifests -n openshift-marketplace
+ grep kubernetes-nmstate-operator
kubernetes-nmstate-operator                        Red Hat Operators     16m
+ '[' 0 -eq 0 ']'
+ break
+ for operator in $OPERATORS
+ n=0
+ retries=20
+ true
+ oc get packagemanifests -n openshift-marketplace
+ grep metallb-operator
metallb-operator                                   Red Hat Operators     16m
+ '[' 0 -eq 0 ']'
+ break

@openshift-merge-bot openshift-merge-bot bot merged commit db9e813 into openstack-k8s-operators:main Apr 24, 2024
5 checks passed
jcapiitao added a commit to jcapiitao/install_yamls that referenced this pull request May 6, 2024
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.

None yet

2 participants