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

operator gitlab-operator-kubernetes (0.26.2) #3752

Conversation

gl-distribution-oc
Copy link
Contributor

Thanks for submitting your Operator. Please check the below list before you create your Pull Request.

New Submissions

Updates to existing Operators

  • Did you create a ci.yaml file according to the update instructions?
  • Is your new CSV pointing to the previous version with the replaces property if you chose replaces-mode via the updateGraph property in ci.yaml?
  • Is your new CSV referenced in the appropriate channel defined in the package.yaml or annotations.yaml ?
  • Have you tested an update to your Operator when deployed via OLM?
  • Is your submission signed?

Your submission should not

  • Modify more than one operator
  • Modify an Operator you don't own
  • Rename an operator - please remove and add with a different name instead
  • Modify any files outside the above mentioned folders
  • Contain more than one commit. Please squash your commits.

Operator Description must contain (in order)

  1. Description of the managed Application and where to find more information
  2. Features and capabilities of your Operator and how to use it
  3. Any manual steps about potential pre-requisites for using your Operator

Operator Metadata should contain

  • Human readable name and 1-liner description about your Operator
  • Valid category name1
  • One of the pre-defined capability levels2
  • Links to the maintainer, source code and documentation
  • Example templates for all Custom Resource Definitions intended to be used
  • A quadratic logo

Remember that you can preview your CSV here.

--

1 If you feel your Operator does not fit any of the pre-defined categories, file an issue against this repo and explain your need

2 For more information see here

Signed-off-by: Hossein Pursultani (Operator Release) <hpursultani+operator-release@gitlab.com>
Copy link

openshift-ci bot commented Dec 18, 2023

Hi @gl-distribution-oc. Thanks for your PR.

I'm waiting for a redhat-openshift-ecosystem member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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/test-infra repository.

@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Dec 18, 2023
@github-actions github-actions bot added authorized-changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. package-validated and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Dec 18, 2023
@framework-automation
Copy link
Collaborator

/merge possible

Copy link

openshift-ci bot commented Dec 18, 2023

@gl-distribution-oc: The following tests 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/4.11-deploy-operator-on-openshift 2949ec9 link true /test 4.11-deploy-operator-on-openshift
ci/prow/4.13-deploy-operator-on-openshift 2949ec9 link true /test 4.13-deploy-operator-on-openshift
ci/prow/4.12-deploy-operator-on-openshift 2949ec9 link true /test 4.12-deploy-operator-on-openshift
ci/prow/4.15-deploy-operator-on-openshift 2949ec9 link true /test 4.15-deploy-operator-on-openshift
ci/prow/4.14-deploy-operator-on-openshift 2949ec9 link true /test 4.14-deploy-operator-on-openshift

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/test-infra repository. I understand the commands that are listed here.

@Allda Allda marked this pull request as draft December 18, 2023 08:12
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 18, 2023
@Allda Allda added pipeline/trigger-hosted and removed do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. openshift-operator package-validated authorized-changes labels Dec 18, 2023
@Allda Allda marked this pull request as ready for review December 18, 2023 16:07
@openshift-ci openshift-ci bot requested a review from haripate December 18, 2023 16:07
@rh-operator-bundle-bot
Copy link
Contributor

Static test results

Status Check Message
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value : found olm.properties annotation, please define these properties in metadata/properties.yaml instead
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value gitlab-operator-kubernetes.v0.26.2: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[6]"]),cronjobs: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[7]"]),
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value gitlab-operator-kubernetes.v0.26.2: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for cronjobs: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[7]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[6]"]),
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value : found olm.properties annotation, please define these properties in metadata/properties.yaml instead
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value gitlab-operator-kubernetes.v0.26.2: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for cronjobs: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[7]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[6]"]),
check_required_fields CSV contains an invalid value for metadata.annotations.containerImage
check_required_fields CSV does not define metadata.annotations.support

@Allda
Copy link
Collaborator

Allda commented Dec 19, 2023

/pipeline restart community-hosted-pipeline

@rh-operator-bundle-bot
Copy link
Contributor

Static test results

Status Check Message
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value : found olm.properties annotation, please define these properties in metadata/properties.yaml instead
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value gitlab-operator-kubernetes.v0.26.2: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for cronjobs: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[7]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[6]"]),
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value gitlab-operator-kubernetes.v0.26.2: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for cronjobs: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[7]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[6]"]),
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value : found olm.properties annotation, please define these properties in metadata/properties.yaml instead
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value gitlab-operator-kubernetes.v0.26.2: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for cronjobs: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[7]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[6]"]),
check_required_fields CSV contains an invalid value for metadata.annotations.containerImage

@rh-operator-bundle-bot
Copy link
Contributor

Pipeline Summary

Pipeline: community-hosted-pipeline
PipelineRun: community-hosted-pipeline-runv8z2s
Start Time: 2023-12-19 14:22:01+00:00

Tasks

Status Task Start Time Duration
✔️ get-pr-number 2023-12-19 14:22:01+00:00 7 seconds
✔️ acquire-lease 2023-12-19 14:22:11+00:00 7 seconds
✔️ set-github-started-label 2023-12-19 14:22:20+00:00 11 seconds
✔️ set-env-community 2023-12-19 14:22:32+00:00 12 seconds
✔️ clone-repository-base 2023-12-19 14:22:45+00:00 24 seconds
✔️ clone-repository 2023-12-19 14:22:45+00:00 25 seconds
✔️ detect-changes 2023-12-19 14:23:12+00:00 49 seconds
✔️ set-github-pr-title 2023-12-19 14:24:01+00:00 7 seconds
✔️ get-ci-reviewer 2023-12-19 14:24:09+00:00 32 seconds
✔️ read-config 2023-12-19 14:24:43+00:00 23 seconds
✔️ get-supported-versions 2023-12-19 14:25:08+00:00 26 seconds
✔️ static-tests 2023-12-19 14:25:34+00:00 40 seconds
static-tests-results 2023-12-19 14:26:14+00:00 12 seconds

Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/ec57ea830b14be7ad79b5a6c51e3dcf3

Troubleshooting

Run /pipeline restart community-hosted-pipeline in case of pipeline failure to restart a pipeline.

@Allda
Copy link
Collaborator

Allda commented Dec 19, 2023

/pipeline restart community-hosted-pipeline

@rh-operator-bundle-bot
Copy link
Contributor

Static test results

Status Check Message
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value : found olm.properties annotation, please define these properties in metadata/properties.yaml instead
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value gitlab-operator-kubernetes.v0.26.2: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[6]"]),cronjobs: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[7]"]),
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value gitlab-operator-kubernetes.v0.26.2: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for cronjobs: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[7]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[6]"]),
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value : found olm.properties annotation, please define these properties in metadata/properties.yaml instead
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value gitlab-operator-kubernetes.v0.26.2: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[6]"]),cronjobs: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[7]"]),

@rh-operator-bundle-bot
Copy link
Contributor

Copy link
Contributor

@rh-operator-bundle-bot rh-operator-bundle-bot left a comment

Choose a reason for hiding this comment

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

Operator bundle PR has been approved!

@rh-operator-bundle-bot rh-operator-bundle-bot merged commit 7b6ecc4 into redhat-openshift-ecosystem:main Dec 19, 2023
1 of 2 checks passed
@rh-operator-bundle-bot
Copy link
Contributor

Pipeline Summary

Pipeline: community-hosted-pipeline
PipelineRun: community-hosted-pipeline-runwncxh
Start Time: 2023-12-19 14:38:34+00:00

Tasks

Status Task Start Time Duration
✔️ get-pr-number 2023-12-19 14:38:37+00:00 7 seconds
✔️ acquire-lease 2023-12-19 14:38:48+00:00 5 seconds
✔️ set-github-started-label 2023-12-19 14:38:57+00:00 10 seconds
✔️ set-env-community 2023-12-19 14:39:10+00:00 7 seconds
✔️ clone-repository 2023-12-19 14:39:23+00:00 39 seconds
✔️ clone-repository-base 2023-12-19 14:39:23+00:00 39 seconds
✔️ detect-changes 2023-12-19 14:40:05+00:00 59 seconds
✔️ set-github-pr-title 2023-12-19 14:41:06+00:00 8 seconds
✔️ get-ci-reviewer 2023-12-19 14:41:17+00:00 42 seconds
✔️ read-config 2023-12-19 14:42:01+00:00 31 seconds
✔️ get-supported-versions 2023-12-19 14:42:35+00:00 30 seconds
✔️ static-tests 2023-12-19 14:43:06+00:00 42 seconds
✔️ static-tests-results 2023-12-19 14:43:50+00:00 21 seconds
✔️ dockerfile-creation 2023-12-19 14:44:11+00:00 33 seconds
✔️ build-bundle 2023-12-19 14:44:45+00:00 23 seconds
✔️ make-bundle-repo-public 2023-12-19 14:45:09+00:00 6 seconds
✔️ add-bundle-to-index 2023-12-19 14:45:18+00:00 5 minutes
✔️ make-index-repo-public 2023-12-19 14:50:21+00:00 7 seconds
✔️ preflight-trigger 2023-12-19 14:50:28+00:00 11 minutes
✔️ evaluate-preflight-result 2023-12-19 15:01:33+00:00 10 seconds
✔️ merge-pr 2023-12-19 15:01:44+00:00 45 seconds

Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/e95460c93938f7fda36cf30cc3bb3e29

Troubleshooting

Run /pipeline restart community-hosted-pipeline in case of pipeline failure to restart a pipeline.

@rh-operator-bundle-bot
Copy link
Contributor

Pipeline Summary

Pipeline: community-release-pipeline
PipelineRun: community-release-pipeline-run77qtt
Start Time: 2023-12-19 15:02:31+00:00

Tasks

Status Task Start Time Duration
✔️ set-github-started-label 2023-12-19 15:02:31+00:00 9 seconds
✔️ set-env-community 2023-12-19 15:02:41+00:00 25 seconds
✔️ clone-repository-base 2023-12-19 15:03:08+00:00 22 seconds
✔️ clone-repository 2023-12-19 15:03:08+00:00 22 seconds
✔️ detect-changes 2023-12-19 15:03:33+00:00 49 seconds
✔️ read-config 2023-12-19 15:04:22+00:00 10 seconds
✔️ get-supported-versions 2023-12-19 15:04:35+00:00 34 seconds
✔️ acquire-lease 2023-12-19 15:05:11+00:00 7 seconds
✔️ add-bundle-to-index 2023-12-19 15:05:21+00:00 15 minutes
✔️ get-manifest-digests 2023-12-19 15:21:12+00:00 7 seconds
✔️ request-signature 2023-12-19 15:21:19+00:00 32 seconds
✔️ upload-signature 2023-12-19 15:21:51+00:00 14 seconds
✔️ publish-to-index 2023-12-19 15:22:05+00:00 a minute

Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/bd72b4f9d9fb920d5c0aa1f85f8c2beb

Troubleshooting

Run /pipeline restart community-release-pipeline in case of pipeline failure to restart a pipeline.

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.

6 participants