[release-4.19] OCPBUGS-76587: Remove the collect-profiles job#1229
[release-4.19] OCPBUGS-76587: Remove the collect-profiles job#1229openshift-merge-bot[bot] merged 3 commits intoopenshift:release-4.19from
Conversation
|
@tmshort: This pull request references Jira Issue OCPBUGS-76587, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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. |
|
/jira refresh |
|
/retest-required |
|
@jianzhangbjz: This pull request references Jira Issue OCPBUGS-76587, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (jiazha@redhat.com), skipping review request. DetailsIn response to this:
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. |
|
/test okd-scos-images |
|
/retest-required |
|
Test passed. 1. Build an OCP cluster with this PR
launch 4.19,openshift/operator-framework-olm#1229 aws
jiazha-mac:~ jiazha$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.19.0-0-2026-02-12-013318-test-ci-ln-w0dp5pk-latest True False 12m Cluster version is 4.19.0-0-2026-02-12-013318-test-ci-ln-w0dp5pk-latest
2. Check if the collect-profiles job is removed. LGTM.
jiazha-mac:~ jiazha$ oc project openshift-operator-lifecycle-manager
Now using project "openshift-operator-lifecycle-manager" on server "https://api.ci-ln-w0dp5pk-76ef8.aws-4.ci.openshift.org:6443".
jiazha-mac:~ jiazha$ oc get cronjob
No resources found in openshift-operator-lifecycle-manager namespace.
jiazha-mac:~ jiazha$ oc get job
No resources found in openshift-operator-lifecycle-manager namespace.
jiazha-mac:~ jiazha$ oc get pods
NAME READY STATUS RESTARTS AGE
catalog-operator-6ffbf9f699-l2qc4 1/1 Running 0 40m
olm-operator-78676fc46-9b9rt 1/1 Running 0 40m
package-server-manager-648d967dd7-j6jtz 2/2 Running 0 40m
packageserver-6c974dd4bc-58f5c 1/1 Running 0 36m
packageserver-6c974dd4bc-n8mcx 1/1 Running 0 36m
jiazha-mac:~ jiazha$ oc get networkpolicy
No resources found in openshift-operator-lifecycle-manager namespace. |
|
Raised this issue to the DPTP team on Slack: https://redhat-internal.slack.com/archives/CBN38N3MW/p1770863997066949?thread_ts=1765791339.549229&cid=CBN38N3MW error: failed to push image registry.build08.ci.openshift.org/ci-op-jnsbx1xn/release:latest: unable to upload new layer (0): Patch "https://registry.build08.ci.openshift.org/v2/ci-op-jnsbx1xn/release/blobs/uploads/67990363-a9b1-49ae-b1a1-1f890fd5ce6e?_state=wZQ9-UlbVg9Yoh-fLzJeSpfo0HPK0RWW8I3YPEPt3L97Ik5hbWUiOiJjaS1vcC1qbnNieDF4bi9yZWxlYXNlIiwiVVVJRCI6IjY3OTkwMzYzLWE5YjEtNDlhZS1iMWExLTFmODkwZmQ1Y2U2ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wMi0xMlQwMTo1NToyNy41OTkxODYxMzdaIn0%3D": unknown version reference "machine-os" |
|
/verified by @jianzhangbjz |
|
@jianzhangbjz: This PR has been marked as verified by DetailsIn response to this:
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. |
|
/label backport-risk-assessed |
|
/test okd-scos-images |
2 similar comments
|
/test okd-scos-images |
|
/test okd-scos-images |
|
/override okd-scos-images |
|
@tmshort: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. DetailsIn response to this:
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. |
|
/override ci/prow/okd-scos-images |
|
@tmshort: Overrode contexts on behalf of tmshort: ci/prow/okd-scos-images DetailsIn response to this:
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. |
|
@tmshort: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rashmigottipati, tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
05a5a75
into
openshift:release-4.19
|
@tmshort: Jira Issue Verification Checks: Jira Issue OCPBUGS-76587 Jira Issue OCPBUGS-76587 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 DetailsIn response to this:
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. |
|
/cherry-pick release-4.18 |
|
@tmshort: new pull request created: #1231 DetailsIn response to this:
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. |
Delete the collect-profiles job from Microshift and mark for deleted in OCP. Includes all relevant resources.
This is an
automatedcherry-pick of #1223