Skip to content

WIP: OCPBUGS-64574: FOR TESTING ONLY#1136

Closed
tmshort wants to merge 1 commit intoopenshift:mainfrom
tmshort:ocpbugs-64574
Closed

WIP: OCPBUGS-64574: FOR TESTING ONLY#1136
tmshort wants to merge 1 commit intoopenshift:mainfrom
tmshort:ocpbugs-64574

Conversation

@tmshort
Copy link
Copy Markdown
Contributor

@tmshort tmshort commented Nov 4, 2025

Checks if reverting back to the original (now deprecated) mechanism works.

Signed-off-by: Todd Short <todd.short@me.com>
@openshift-ci-robot openshift-ci-robot added jira/severity-critical Referenced Jira bug's severity is critical for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Nov 4, 2025
@openshift-ci-robot
Copy link
Copy Markdown

@tmshort: This pull request references Jira Issue OCPBUGS-64574, which is invalid:

  • expected the bug to target the "4.21.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Checks if reverting back to the original (now deprecated) mechanism works.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Nov 4, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tmshort

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 4, 2025
@tmshort tmshort changed the title OCPBUGS-64574: FOR TESTING ONLY OCPBUGS-64574: WIP: FOR TESTING ONLY Nov 4, 2025
@tmshort tmshort changed the title OCPBUGS-64574: WIP: FOR TESTING ONLY WIP: OCPBUGS-64574: FOR TESTING ONLY Nov 4, 2025
@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 Nov 4, 2025
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Nov 4, 2025

@tmshort: 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/verify-deps 12602ad link true /test verify-deps
ci/prow/verify 12602ad link true /test verify

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.

@kuiwang02
Copy link
Copy Markdown
Contributor

It does not work

1, build payload
build openshift/operator-framework-olm#1136,4.21
https://prow.ci.openshift.org/view/gs/test-platform-results/logs/release-openshift-origin-installer-launch-aws-modern/1985859257991434240
2, build cluster with payload
https://jenkins-csb-openshift-qe-mastern.dno.corp.redhat.com/job/ocp-common/job/Flexy-install/361027/artifact/workdir/install-dir/hypershift_361027/
3, create custom catalogsource on hosted cluster
kuiwang@kuiwang-mac openshift-tests-private % oc get clusterversion
NAME      VERSION                                                AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.21.0-0-2025-11-05-002712-test-ci-ln-w52sd8k-latest   True        False         162m    Cluster version is 4.21.0-0-2025-11-05-002712-test-ci-ln-w52sd8k-latest
kuiwang@kuiwang-mac openshift-tests-private % oc get node
NAME                                         STATUS   ROLES    AGE    VERSION
ip-10-0-131-209.us-east-2.compute.internal   Ready    worker   166m   v1.34.1
ip-10-0-158-43.us-east-2.compute.internal    Ready    worker   167m   v1.34.1
ip-10-0-169-12.us-east-2.compute.internal    Ready    worker   167m   v1.34.1
kuiwang@kuiwang-mac openshift-tests-private % cat hypershift-cata.json
{
    "kind": "List",
    "apiVersion": "v1",
    "metadata": {},
    "items": [
        {
            "apiVersion": "operators.coreos.com/v1alpha1",
            "kind": "CatalogSource",
            "metadata": {
                "name": "olm-catalog",
                "namespace": "test-hcp-catalog"
            },
            "spec": {
                "displayName": "\"OLM 1933 v8 Operator Catalog\"",
                "grpcPodConfig": {
                    "extractContent": {
                        "cacheDir": "/tmp/cache",
                        "catalogDir": "/configs"
                    }
                },
                "icon": {
                    "base64data": "",
                    "mediatype": ""
                },
                "image": "quay.io/olmqe/olm-dep:v12",
                "publisher": "\"QE\"",
                "secrets": [
                    ""
                ],
                "sourceType": "grpc",
                "updateStrategy": {
                    "registryPoll": {
                        "interval": "10m0s"
                    }
                }
            }
        }
    ]
}
kuiwang@kuiwang-mac openshift-tests-private % oc create ns test-hcp-catalog
namespace/test-hcp-catalog created
kuiwang@kuiwang-mac openshift-tests-private % oc apply -f hypershift-cata.json
catalogsource.operators.coreos.com/olm-catalog created
kuiwang@kuiwang-mac openshift-tests-private % oc -n test-hcp-catalog get catsrc olm-catalog -o yaml
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
  annotations:
    kubectl.kubernetes.io/last-applied-configuration: |
      {"apiVersion":"operators.coreos.com/v1alpha1","kind":"CatalogSource","metadata":{"annotations":{},"name":"olm-catalog","namespace":"test-hcp-catalog"},"spec":{"displayName":"\"OLM 1933 v8 Operator Catalog\"","grpcPodConfig":{"extractContent":{"cacheDir":"/tmp/cache","catalogDir":"/configs"}},"icon":{"base64data":"","mediatype":""},"image":"quay.io/olmqe/olm-dep:v12","publisher":"\"QE\"","secrets":[""],"sourceType":"grpc","updateStrategy":{"registryPoll":{"interval":"10m0s"}}}}
  creationTimestamp: "2025-11-05T04:49:31Z"
  generation: 1
  name: olm-catalog
  namespace: test-hcp-catalog
  resourceVersion: "56173"
  uid: d744115a-71d7-4993-ab68-d956c3a7db89
spec:
  displayName: '"OLM 1933 v8 Operator Catalog"'
  grpcPodConfig:
    extractContent:
      cacheDir: /tmp/cache
      catalogDir: /configs
  icon:
    base64data: ""
    mediatype: ""
  image: quay.io/olmqe/olm-dep:v12
  publisher: '"QE"'
  secrets:
  - ""
  sourceType: grpc
  updateStrategy:
    registryPoll:
      interval: 10m0s
status:
  connectionState:
    address: olm-catalog.test-hcp-catalog.svc:50051
    lastConnect: "2025-11-05T04:49:34Z"
    lastObservedState: TRANSIENT_FAILURE
  registryService:
    createdAt: "2025-11-05T04:49:32Z"
    port: "50051"
    protocol: grpc
    serviceName: olm-catalog
    serviceNamespace: test-hcp-catalog
kuiwang@kuiwang-mac openshift-tests-private % oc -n test-hcp-catalog get pod
NAME                READY   STATUS    RESTARTS   AGE
olm-catalog-nzwf9   1/1     Running   0          92s

@tmshort tmshort closed this Nov 5, 2025
@openshift-ci-robot
Copy link
Copy Markdown

@tmshort: This pull request references Jira Issue OCPBUGS-64574. The bug has been updated to no longer refer to the pull request using the external bug tracker.

Details

In response to this:

Checks if reverting back to the original (now deprecated) mechanism works.

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 openshift-eng/jira-lifecycle-plugin repository.

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. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. jira/severity-critical Referenced Jira bug's severity is critical for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants