Skip to content

OpenStack K8s Operators 18.0-fr6 config#80868

Open
abays wants to merge 1 commit into
openshift:mainfrom
abays:ospk8s-18.0-fr6
Open

OpenStack K8s Operators 18.0-fr6 config#80868
abays wants to merge 1 commit into
openshift:mainfrom
abays:ospk8s-18.0-fr6

Conversation

@abays

@abays abays commented Jun 22, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

This PR updates the CI infrastructure configuration for OpenStack Kubernetes Operators to support the 18.0-fr6 release. It creates and configures CI operator jobs for 25 operator components by updating their zz_generated_metadata.branch values from 18.0-fr5 to 18.0-fr6.

The affected operators include core components such as Nova, Neutron, Glance, Heat, Keystone, and others, along with supporting operators for infrastructure, MariaDB, and telemetry. Each operator's CI configuration file is updated to ensure the Prow job definitions and CI workflows reference the correct release branch.

Most changes are straightforward metadata updates (+1/-1 lines). One exception is the install_yamls configuration, which includes an additional update to the operator tag used in the deployment workflow from 18.0-fr5-latest to 18.0-fr6-latest.

Practical impact: This PR enables the OpenShift CI system to properly build, test, and validate the 18.0-fr6 release of OpenStack Kubernetes Operators across all 25 operator components.

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

zz_generated_metadata.branch is updated from 18.0-fr5 to 18.0-fr6 across 25 CI operator YAML configuration files for openstack-k8s-operators. The install_yamls config additionally updates OPENSTACK_OPERATOR_TAG from 18.0-fr5-latest to 18.0-fr6-latest.

Changes

Branch bump to 18.0-fr6

Layer / File(s) Summary
zz_generated_metadata branch bump across all operators
ci-operator/config/openstack-k8s-operators/install_yamls/openstack-k8s-operators-install_yamls-18.0-fr6.yaml, ci-operator/config/openstack-k8s-operators/architecture/..., ci-operator/config/openstack-k8s-operators/barbican-operator/..., ci-operator/config/openstack-k8s-operators/cinder-operator/..., ci-operator/config/openstack-k8s-operators/designate-operator/..., ci-operator/config/openstack-k8s-operators/edpm-ansible/..., ci-operator/config/openstack-k8s-operators/glance-operator/..., ci-operator/config/openstack-k8s-operators/heat-operator/..., ci-operator/config/openstack-k8s-operators/horizon-operator/..., ci-operator/config/openstack-k8s-operators/infra-operator/..., ci-operator/config/openstack-k8s-operators/ironic-operator/..., ci-operator/config/openstack-k8s-operators/keystone-operator/..., ci-operator/config/openstack-k8s-operators/manila-operator/..., ci-operator/config/openstack-k8s-operators/mariadb-operator/..., ci-operator/config/openstack-k8s-operators/neutron-operator/..., ci-operator/config/openstack-k8s-operators/nova-operator/..., ci-operator/config/openstack-k8s-operators/octavia-operator/..., ci-operator/config/openstack-k8s-operators/openstack-baremetal-operator/..., ci-operator/config/openstack-k8s-operators/openstack-operator/..., ci-operator/config/openstack-k8s-operators/ovn-operator/..., ci-operator/config/openstack-k8s-operators/repo-setup/..., ci-operator/config/openstack-k8s-operators/swift-operator/..., ci-operator/config/openstack-k8s-operators/telemetry-operator/..., ci-operator/config/openstack-k8s-operators/test-operator/..., ci-operator/config/openstack-k8s-operators/watcher-operator/...
zz_generated_metadata.branch is changed from 18.0-fr5 to 18.0-fr6 in all 25 files. install_yamls also updates OPENSTACK_OPERATOR_TAG from 18.0-fr5-latest to 18.0-fr6-latest.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title accurately describes the main change: updating OpenStack K8s Operators CI configurations to version 18.0-fr6. It is concise, specific, and directly reflects the primary change across all modified files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed This PR contains only CI operator configuration YAML files with no Ginkgo test code. The custom check for stable test names is not applicable to CI configuration metadata updates.
Test Structure And Quality ✅ Passed Custom check for Ginkgo test code quality is not applicable; PR contains only CI operator YAML config files (25 files updating branch 18.0-fr5→18.0-fr6), with no test code changes.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests added in this PR. All 25+ modified files are YAML CI configuration files with branch metadata updates only (18.0-fr5→18.0-fr6). Check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR contains only CI configuration YAML changes with no Ginkgo e2e tests added; SNO compatibility check does not apply to configuration metadata updates.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies only CI configuration files (branch/tag metadata), not deployment manifests, operator code, or controllers. Topology-aware scheduling check is inapplicable.
Ote Binary Stdout Contract ✅ Passed PR contains only CI/Prow YAML configuration files with no application code or test binaries, making OTE Binary Stdout Contract check not applicable.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR modifies CI operator configuration YAML files only, not Ginkgo e2e test code. No test files added, so IPv6/disconnected network compatibility check is not applicable.
No-Weak-Crypto ✅ Passed PR contains only CI configuration YAML files updating branch metadata (18.0-fr5 to 18.0-fr6). No cryptographic code, weak crypto usage, or non-constant-time secret comparisons detected.
Container-Privileges ✅ Passed The pull request modifies 25 CI operator configuration YAML files in ci-operator/config/openstack-k8s-operators/, updating version metadata from 18.0-fr5 to 18.0-fr6. These are CI/CD configuration...
No-Sensitive-Data-In-Logs ✅ Passed All 25 new CI configuration files contain no logging that exposes passwords, tokens, API keys, PII, session IDs, internal hostnames, or customer data.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 22, 2026
@openshift-ci openshift-ci Bot requested review from afaranha and amartyasinha June 22, 2026 19:25
@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 22, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@abays: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openstack-k8s-operators-nova-operator-18.0-fr6-functional openstack-k8s-operators/nova-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-nova-operator-18.0-fr6-images openstack-k8s-operators/nova-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-nova-operator-18.0-fr6-precommit-check openstack-k8s-operators/nova-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-manila-operator-18.0-fr6-functional openstack-k8s-operators/manila-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-manila-operator-18.0-fr6-golint openstack-k8s-operators/manila-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-manila-operator-18.0-fr6-images openstack-k8s-operators/manila-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-manila-operator-18.0-fr6-manila-operator-build-deploy openstack-k8s-operators/manila-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-manila-operator-18.0-fr6-precommit-check openstack-k8s-operators/manila-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-octavia-operator-18.0-fr6-functional openstack-k8s-operators/octavia-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-octavia-operator-18.0-fr6-images openstack-k8s-operators/octavia-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-octavia-operator-18.0-fr6-octavia-operator-build-deploy openstack-k8s-operators/octavia-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-octavia-operator-18.0-fr6-octavia-operator-build-deploy-kuttl openstack-k8s-operators/octavia-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-octavia-operator-18.0-fr6-precommit-check openstack-k8s-operators/octavia-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-architecture-18.0-fr6-images openstack-k8s-operators/architecture presubmit Presubmit changed
pull-ci-openstack-k8s-operators-architecture-18.0-fr6-unit openstack-k8s-operators/architecture presubmit Presubmit changed
pull-ci-openstack-k8s-operators-telemetry-operator-18.0-fr6-images openstack-k8s-operators/telemetry-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-telemetry-operator-18.0-fr6-precommit-check openstack-k8s-operators/telemetry-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-telemetry-operator-18.0-fr6-telemetry-operator-build-deploy openstack-k8s-operators/telemetry-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-telemetry-operator-18.0-fr6-telemetry-operator-build-deploy-kuttl openstack-k8s-operators/telemetry-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-test-operator-18.0-fr6-functional openstack-k8s-operators/test-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-test-operator-18.0-fr6-images openstack-k8s-operators/test-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-test-operator-18.0-fr6-precommit-check openstack-k8s-operators/test-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-test-operator-18.0-fr6-test-operator-build-deploy openstack-k8s-operators/test-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-ovn-operator-18.0-fr6-functional openstack-k8s-operators/ovn-operator presubmit Presubmit changed
pull-ci-openstack-k8s-operators-ovn-operator-18.0-fr6-images openstack-k8s-operators/ovn-operator presubmit Presubmit changed

A total of 107 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@openshift-ci

openshift-ci Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abays, dprince

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

The pull request process is described 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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In
`@ci-operator/config/openstack-k8s-operators/designate-operator/openstack-k8s-operators-designate-operator-18.0-fr6.yaml`:
- Around line 89-92: The `zz_generated_metadata` section containing the branch,
org, and repo fields has been manually edited in the
openstack-k8s-operators-designate-operator-18.0-fr6.yaml file, which violates
the CI configuration guidelines. Remove the manually edited
`zz_generated_metadata` block (including the branch, org, and repo fields) from
this YAML file and then run `make update` from the repository root to
automatically regenerate these fields and all affected downstream artifacts,
ensuring consistency with the auto-generation tooling.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 183b015a-d019-437c-acaf-faa1ffd17b9d

📥 Commits

Reviewing files that changed from the base of the PR and between 725f9dd and 8ff6918.

⛔ Files ignored due to path filters (25)
  • ci-operator/jobs/openstack-k8s-operators/architecture/openstack-k8s-operators-architecture-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/barbican-operator/openstack-k8s-operators-barbican-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/cinder-operator/openstack-k8s-operators-cinder-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/designate-operator/openstack-k8s-operators-designate-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/edpm-ansible/openstack-k8s-operators-edpm-ansible-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/glance-operator/openstack-k8s-operators-glance-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/heat-operator/openstack-k8s-operators-heat-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/horizon-operator/openstack-k8s-operators-horizon-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/infra-operator/openstack-k8s-operators-infra-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/install_yamls/openstack-k8s-operators-install_yamls-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/ironic-operator/openstack-k8s-operators-ironic-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/keystone-operator/openstack-k8s-operators-keystone-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/manila-operator/openstack-k8s-operators-manila-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/mariadb-operator/openstack-k8s-operators-mariadb-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/neutron-operator/openstack-k8s-operators-neutron-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/nova-operator/openstack-k8s-operators-nova-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/octavia-operator/openstack-k8s-operators-octavia-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/openstack-baremetal-operator/openstack-k8s-operators-openstack-baremetal-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/openstack-operator/openstack-k8s-operators-openstack-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/ovn-operator/openstack-k8s-operators-ovn-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/repo-setup/openstack-k8s-operators-repo-setup-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/swift-operator/openstack-k8s-operators-swift-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/telemetry-operator/openstack-k8s-operators-telemetry-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/test-operator/openstack-k8s-operators-test-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openstack-k8s-operators/watcher-operator/openstack-k8s-operators-watcher-operator-18.0-fr6-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (25)
  • ci-operator/config/openstack-k8s-operators/architecture/openstack-k8s-operators-architecture-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/barbican-operator/openstack-k8s-operators-barbican-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/cinder-operator/openstack-k8s-operators-cinder-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/designate-operator/openstack-k8s-operators-designate-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/edpm-ansible/openstack-k8s-operators-edpm-ansible-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/glance-operator/openstack-k8s-operators-glance-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/heat-operator/openstack-k8s-operators-heat-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/horizon-operator/openstack-k8s-operators-horizon-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/infra-operator/openstack-k8s-operators-infra-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/install_yamls/openstack-k8s-operators-install_yamls-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/ironic-operator/openstack-k8s-operators-ironic-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/keystone-operator/openstack-k8s-operators-keystone-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/manila-operator/openstack-k8s-operators-manila-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/mariadb-operator/openstack-k8s-operators-mariadb-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/neutron-operator/openstack-k8s-operators-neutron-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/nova-operator/openstack-k8s-operators-nova-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/octavia-operator/openstack-k8s-operators-octavia-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/openstack-baremetal-operator/openstack-k8s-operators-openstack-baremetal-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/openstack-operator/openstack-k8s-operators-openstack-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/ovn-operator/openstack-k8s-operators-ovn-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/repo-setup/openstack-k8s-operators-repo-setup-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/swift-operator/openstack-k8s-operators-swift-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/telemetry-operator/openstack-k8s-operators-telemetry-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/test-operator/openstack-k8s-operators-test-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/watcher-operator/openstack-k8s-operators-watcher-operator-18.0-fr6.yaml

@abays

abays commented Jun 22, 2026

Copy link
Copy Markdown
Member Author

/pj-rehearse more

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@abays: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@abays

abays commented Jun 22, 2026

Copy link
Copy Markdown
Member Author
  W0622 22:14:42.990805   35689 reflector.go:484] pkg/mod/k8s.io/client-go@v0.31.14/tools/cache/reflector.go:243: watch of *v1.Role ended with: an error on the server ("unable to decode an event from the watch stream: context canceled") has prevented the request from succeeding
  << Captured StdOut/StdErr Output

/pj-rehearse pull-ci-openstack-k8s-operators-keystone-operator-18.0-fr6-functional

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@abays: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci

openshift-ci Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

@abays: 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/rehearse/openstack-k8s-operators/keystone-operator/18.0-fr6/keystone-operator-build-deploy 8ff6918 link unknown /pj-rehearse pull-ci-openstack-k8s-operators-keystone-operator-18.0-fr6-keystone-operator-build-deploy
ci/rehearse/openstack-k8s-operators/keystone-operator/18.0-fr6/keystone-operator-build-deploy-kuttl 8ff6918 link unknown /pj-rehearse pull-ci-openstack-k8s-operators-keystone-operator-18.0-fr6-keystone-operator-build-deploy-kuttl
ci/rehearse/openstack-k8s-operators/heat-operator/18.0-fr6/heat-operator-build-deploy 8ff6918 link unknown /pj-rehearse pull-ci-openstack-k8s-operators-heat-operator-18.0-fr6-heat-operator-build-deploy
ci/rehearse/openstack-k8s-operators/heat-operator/18.0-fr6/heat-operator-build-deploy-kuttl 8ff6918 link unknown /pj-rehearse pull-ci-openstack-k8s-operators-heat-operator-18.0-fr6-heat-operator-build-deploy-kuttl
ci/rehearse/openstack-k8s-operators/keystone-operator/18.0-fr6/keystone-operator-build-deploy-tempest 8ff6918 link unknown /pj-rehearse pull-ci-openstack-k8s-operators-keystone-operator-18.0-fr6-keystone-operator-build-deploy-tempest
ci/rehearse/openstack-k8s-operators/keystone-operator/18.0-fr6/functional 8ff6918 link unknown /pj-rehearse pull-ci-openstack-k8s-operators-keystone-operator-18.0-fr6-functional

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.

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

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants