Skip to content

operator kserve (0.17.0)#9348

Open
spolti wants to merge 1 commit into
redhat-openshift-ecosystem:mainfrom
spolti:kserve
Open

operator kserve (0.17.0)#9348
spolti wants to merge 1 commit into
redhat-openshift-ecosystem:mainfrom
spolti:kserve

Conversation

@spolti

@spolti spolti commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

KServe is a Cloud Native Computing Foundation (CNCF) incubation project used to orchestrate model serving on Kubernetes. It provides a standardized, highly scalable, and vendor-agnostic abstraction layer for deploying and managing machine learning (ML) models across various frameworks like TensorFlow, PyTorch, XGBoost, Scikit-Learn, and LLMs.

It is also the main inference orchestrator used by RHOAI.

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

New Submissions

Your submission should not

  • Add more than one operator bundle per PR
  • Modify any operator
  • Rename an operator
  • 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 name 1
  • 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

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

Pipeline Summary

Pipeline: operator-hosted-pipeline
PipelineRun: operator-hosted-pipeline-runqdq8s
Start Time: 2026-04-10 16:03:23+00:00

Tasks

Status Task Start Time Duration
✔️ get-pr-number 2026-04-10 16:03:25+00:00 5 seconds
✔️ acquire-lease 2026-04-10 16:03:34+00:00 4 seconds
✔️ set-github-started-label 2026-04-10 16:03:43+00:00 7 seconds
✔️ set-github-status-pending 2026-04-10 16:03:43+00:00 6 seconds
✔️ set-env 2026-04-10 16:03:54+00:00 6 seconds
✔️ clone-repository 2026-04-10 16:04:04+00:00 a minute
✔️ clone-repository-base 2026-04-10 16:04:05+00:00 a minute
✔️ detect-changes 2026-04-10 16:05:28+00:00 a minute
yaml-lint 2026-04-10 16:06:45+00:00 a minute

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

Troubleshooting

Please refer to the troubleshooting guide.

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

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

Pipeline Summary

Pipeline: operator-hosted-pipeline
PipelineRun: operator-hosted-pipeline-runmmjtv
Start Time: 2026-04-10 16:24:21+00:00

Tasks

Status Task Start Time Duration
✔️ get-pr-number 2026-04-10 16:24:23+00:00 6 seconds
✔️ acquire-lease 2026-04-10 16:24:35+00:00 4 seconds
✔️ set-github-started-label 2026-04-10 16:24:46+00:00 8 seconds
✔️ set-github-status-pending 2026-04-10 16:24:46+00:00 7 seconds
✔️ set-env 2026-04-10 16:25:02+00:00 6 seconds
✔️ clone-repository-base 2026-04-10 16:25:12+00:00 a minute
✔️ clone-repository 2026-04-10 16:25:13+00:00 a minute
✔️ detect-changes 2026-04-10 16:26:30+00:00 a minute
yaml-lint 2026-04-10 16:27:56+00:00 a minute

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

Troubleshooting

Please refer to the troubleshooting guide.

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

@spolti spolti changed the title Publis KServe into Community Operators Publish KServe into Community Operators Apr 14, 2026
@rh-operator-bundle-bot rh-operator-bundle-bot changed the title Publish KServe into Community Operators operator kserve (0.17.0) Apr 23, 2026
@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

This PR requires a review from repository maintainers.
@Allda, @ezopezo, @haripate, @mporrato, @tomasbakk: please review the PR and approve it with an approved label if the pipeline is still running or merge the PR directly after review if the pipeline already passed successfully.

@spolti spolti force-pushed the kserve branch 2 times, most recently from 9d7bfd3 to 489ee94 Compare April 23, 2026 17:54
@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

Static test results

Status Check Message
check_api_version_constraints minKubeVersion is set to 1.28.0 but com.redhat.openshift.versions is not set
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value kserve.v0.17.0: 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[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value kserve.v0.17.0: 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 endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value kserve.v0.17.0: 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 endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value : The "operatorhub" validator is deprecated; for equivalent validation use "operatorhub/v2", "standardcapabilities" and "standardcategories" validators
⚠️ check_using_fbc File Based Catalog (FBC) is a new way to manage operator metadata. This operator does not use FBC and it is recommended for new operators to start directly with FBC.

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

Pipeline Summary

Pipeline: operator-hosted-pipeline
PipelineRun: operator-hosted-pipeline-run4298p
Start Time: 2026-04-23 17:51:34+00:00

Tasks

Status Task Start Time Duration
✔️ get-pr-number 2026-04-23 17:51:34+00:00 5 seconds
✔️ acquire-lease 2026-04-23 17:51:43+00:00 6 seconds
✔️ set-github-started-label 2026-04-23 17:51:54+00:00 9 seconds
✔️ set-github-status-pending 2026-04-23 17:51:54+00:00 7 seconds
✔️ set-env 2026-04-23 17:52:08+00:00 5 seconds
✔️ clone-repository-base 2026-04-23 17:52:18+00:00 a minute
✔️ clone-repository 2026-04-23 17:52:19+00:00 a minute
✔️ detect-changes 2026-04-23 17:53:34+00:00 15 seconds
✔️ check-permissions 2026-04-23 17:53:50+00:00 23 seconds
yaml-lint 2026-04-23 17:53:50+00:00 44 seconds
✔️ set-github-pr-title 2026-04-23 17:53:51+00:00 7 seconds
✔️ read-config 2026-04-23 17:53:51+00:00 19 seconds
✔️ apply-test-waivers 2026-04-23 17:53:52+00:00 26 seconds
✔️ content-hash 2026-04-23 17:53:52+00:00 29 seconds
✔️ certification-project-check 2026-04-23 17:53:53+00:00 33 seconds
✔️ get-organization 2026-04-23 17:53:53+00:00 37 seconds
static-tests 2026-04-23 17:54:22+00:00 30 seconds

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

Troubleshooting

Please refer to the troubleshooting guide.

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

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

This PR requires a review from repository maintainers.
@Allda, @ezopezo, @haripate, @mporrato, @tomasbakk: please review the PR and approve it with an approved label if the pipeline is still running or merge the PR directly after review if the pipeline already passed successfully.

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

Static test results

Status Check Message
check_api_version_constraints minKubeVersion is set to 1.28.0 but com.redhat.openshift.versions is not set
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value kserve.v0.17.0: 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 endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value kserve.v0.17.0: 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[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value kserve.v0.17.0: 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[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value : The "operatorhub" validator is deprecated; for equivalent validation use "operatorhub/v2", "standardcapabilities" and "standardcategories" validators
⚠️ check_using_fbc File Based Catalog (FBC) is a new way to manage operator metadata. This operator does not use FBC and it is recommended for new operators to start directly with FBC.

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

This PR requires a review from repository maintainers.
@Allda, @ezopezo, @haripate, @mporrato, @tomasbakk: please review the PR and approve it with an approved label if the pipeline is still running or merge the PR directly after review if the pipeline already passed successfully.

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

Static test results

Status Check Message
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value kserve.v0.17.0: 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 endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value kserve.v0.17.0: 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 endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value kserve.v0.17.0: 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 endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value : The "operatorhub" validator is deprecated; for equivalent validation use "operatorhub/v2", "standardcapabilities" and "standardcategories" validators
⚠️ check_using_fbc File Based Catalog (FBC) is a new way to manage operator metadata. This operator does not use FBC and it is recommended for new operators to start directly with FBC.

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

@spolti

spolti commented Apr 24, 2026

Copy link
Copy Markdown
Contributor Author

/pipeline restart operator-hosted-pipeline

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

This PR requires a review from repository maintainers.
@Allda, @ezopezo, @haripate, @mporrato, @tomasbakk: please review the PR and approve it with an approved label if the pipeline is still running or merge the PR directly after review if the pipeline already passed successfully.

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

Static test results

Status Check Message
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value kserve.v0.17.0: 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 endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value kserve.v0.17.0: 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 endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value kserve.v0.17.0: 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 endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value : The "operatorhub" validator is deprecated; for equivalent validation use "operatorhub/v2", "standardcapabilities" and "standardcategories" validators
⚠️ check_using_fbc File Based Catalog (FBC) is a new way to manage operator metadata. This operator does not use FBC and it is recommended for new operators to start directly with FBC.

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

Pipeline Summary

Pipeline: operator-hosted-pipeline
PipelineRun: operator-hosted-pipeline-runb7n6r
Start Time: 2026-04-24 02:59:13+00:00

Tasks

Status Task Start Time Duration
✔️ get-pr-number 2026-04-24 02:59:14+00:00 6 seconds
✔️ acquire-lease 2026-04-24 02:59:30+00:00 5 seconds
✔️ set-github-status-pending 2026-04-24 02:59:38+00:00 7 seconds
✔️ set-github-started-label 2026-04-24 02:59:38+00:00 8 seconds
✔️ set-env 2026-04-24 02:59:49+00:00 5 seconds
✔️ clone-repository 2026-04-24 02:59:57+00:00 a minute
✔️ clone-repository-base 2026-04-24 02:59:57+00:00 a minute
✔️ detect-changes 2026-04-24 03:01:11+00:00 23 seconds
✔️ check-permissions 2026-04-24 03:01:36+00:00 58 seconds
✔️ yaml-lint 2026-04-24 03:01:36+00:00 a minute
✔️ set-github-pr-title 2026-04-24 03:01:37+00:00 7 seconds
✔️ read-config 2026-04-24 03:01:37+00:00 56 seconds
✔️ content-hash 2026-04-24 03:01:37+00:00 23 seconds
✔️ apply-test-waivers 2026-04-24 03:01:37+00:00 35 seconds
✔️ get-organization 2026-04-24 03:01:38+00:00 a minute
✔️ certification-project-check 2026-04-24 03:01:38+00:00 37 seconds
✔️ static-tests 2026-04-24 03:02:14+00:00 a minute
✔️ get-pyxis-certification-data 2026-04-24 03:03:22+00:00 12 seconds
✔️ dockerfile-creation 2026-04-24 03:03:37+00:00 26 seconds
✔️ build-bundle 2026-04-24 03:04:04+00:00 28 seconds
✔️ tag-bundle-image 2026-04-24 03:04:33+00:00 25 seconds
✔️ make-bundle-repo-public 2026-04-24 03:06:48+00:00 7 seconds
✔️ get-supported-versions 2026-04-24 03:06:56+00:00 19 seconds
✔️ add-bundle-to-index 2026-04-24 03:07:15+00:00 5 minutes
✔️ make-index-repo-public 2026-04-24 03:12:20+00:00 8 seconds
✔️ get-ci-results-attempt 2026-04-24 03:12:29+00:00 10 seconds
✔️ preflight-trigger 2026-04-24 03:12:41+00:00 23 minutes
evaluate-preflight-result 2026-04-24 03:35:41+00:00 46 seconds

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

Troubleshooting

Please refer to the troubleshooting guide.

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

KServe is a Cloud Native Computing Foundation (CNCF) incubation project used to orchestrate model serving on Kubernetes.
It provides a standardized, highly scalable, and vendor-agnostic abstraction layer for deploying and managing machine learning (ML) models across various frameworks like TensorFlow, PyTorch, XGBoost, Scikit-Learn, and LLMs.

It is also the main inference orchestrator used by RHOAI.

Signed-off-by: Filippe Spolti <fspolti@redhat.com>
@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

This PR requires a review from repository maintainers.
@Allda, @ezopezo, @haripate, @mporrato, @tomasbakk: please review the PR and approve it with an approved label if the pipeline is still running or merge the PR directly after review if the pipeline already passed successfully.

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

Static test results

Status Check Message
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value kserve.v0.17.0: 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 endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value kserve.v0.17.0: 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 endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value kserve.v0.17.0: 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[0].Rules[6]" "ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[9]"]),endpointslices: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[2].Rules[11]"]),
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value : The "operatorhub" validator is deprecated; for equivalent validation use "operatorhub/v2", "standardcapabilities" and "standardcategories" validators
⚠️ check_using_fbc File Based Catalog (FBC) is a new way to manage operator metadata. This operator does not use FBC and it is recommended for new operators to start directly with FBC.

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

@rh-operator-bundle-bot

Copy link
Copy Markdown
Contributor

Pipeline Summary

Pipeline: operator-hosted-pipeline
PipelineRun: operator-hosted-pipeline-runnqpl5
Start Time: 2026-04-28 18:42:04+00:00

Tasks

Status Task Start Time Duration
✔️ get-pr-number 2026-04-28 18:42:06+00:00 37 seconds
✔️ acquire-lease 2026-04-28 18:42:46+00:00 5 seconds
✔️ set-github-status-pending 2026-04-28 18:42:54+00:00 8 seconds
✔️ set-github-started-label 2026-04-28 18:42:55+00:00 9 seconds
✔️ set-env 2026-04-28 18:43:08+00:00 6 seconds
✔️ clone-repository 2026-04-28 18:43:18+00:00 a minute
✔️ clone-repository-base 2026-04-28 18:43:19+00:00 a minute
✔️ detect-changes 2026-04-28 18:44:35+00:00 14 seconds
✔️ yaml-lint 2026-04-28 18:44:50+00:00 44 seconds
✔️ check-permissions 2026-04-28 18:44:51+00:00 23 seconds
✔️ read-config 2026-04-28 18:44:51+00:00 28 seconds
✔️ set-github-pr-title 2026-04-28 18:44:51+00:00 8 seconds
✔️ content-hash 2026-04-28 18:44:52+00:00 31 seconds
✔️ apply-test-waivers 2026-04-28 18:44:52+00:00 22 seconds
✔️ get-organization 2026-04-28 18:44:53+00:00 41 seconds
✔️ certification-project-check 2026-04-28 18:44:53+00:00 36 seconds
✔️ static-tests 2026-04-28 18:45:18+00:00 37 seconds
✔️ get-pyxis-certification-data 2026-04-28 18:45:56+00:00 11 seconds
✔️ dockerfile-creation 2026-04-28 18:46:09+00:00 12 seconds
✔️ build-bundle 2026-04-28 18:46:22+00:00 15 seconds
✔️ tag-bundle-image 2026-04-28 18:46:38+00:00 6 seconds
✔️ make-bundle-repo-public 2026-04-28 18:46:46+00:00 5 seconds
✔️ get-supported-versions 2026-04-28 18:46:52+00:00 13 seconds
✔️ add-bundle-to-index 2026-04-28 18:47:06+00:00 4 minutes
✔️ make-index-repo-public 2026-04-28 18:51:25+00:00 5 seconds
✔️ get-ci-results-attempt 2026-04-28 18:51:32+00:00 6 seconds
✔️ preflight-trigger 2026-04-28 18:51:40+00:00 24 minutes
evaluate-preflight-result 2026-04-28 19:15:13+00:00 15 seconds

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

Troubleshooting

Please refer to the troubleshooting guide.

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

@mantomas

Copy link
Copy Markdown
Contributor

@spolti looking at the preflight logs there are some unpinned images. You should use digest instead of tags to pass.

@github-actions

Copy link
Copy Markdown
Contributor

This pull request is stale because it has been open for 30 days with no activity.

@github-actions github-actions Bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. operator-hosted-pipeline/failed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants