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

OTA-925: ci-operator/step-registry/hypershift/hostedcluster: Gather a dump #37956

Merged

Conversation

wking
Copy link
Member

@wking wking commented Mar 31, 2023

Because this:

  + oc get clusterversion
  NAME      VERSION   AVAILABLE   PROGRESSING   SINCE   STATUS
  version             False       True          32m     Unable to apply 4.13.0-0.test-2023-03-31-170310-ci-ln-tkbv93k-latest: some cluster operators are not available
  + sleep 5s
  + oc wait clusterversion/version --for=condition=Available=True
  {"component":"entrypoint","file":"k8s.io/test-infra/prow/entrypoint/run.go:254","func":"k8s.io/test-infra/prow/entrypoint.gracefullyTerminate","level":"error","msg":"Process did not exit before 5m0s grace period","severity":"error","time":"2023-03-31T17:39:50Z"}

is hard to debug without access to more information.

Because [1]:

  + oc get clusterversion
  NAME      VERSION   AVAILABLE   PROGRESSING   SINCE   STATUS
  version             False       True          32m     Unable to apply 4.13.0-0.test-2023-03-31-170310-ci-ln-tkbv93k-latest: some cluster operators are not available
  + sleep 5s
  + oc wait clusterversion/version --for=condition=Available=True
  {"component":"entrypoint","file":"k8s.io/test-infra/prow/entrypoint/run.go:254","func":"k8s.io/test-infra/prow/entrypoint.gracefullyTerminate","level":"error","msg":"Process did not exit before 5m0s grace period","severity":"error","time":"2023-03-31T17:39:50Z"}

is hard to debug without access to more information.

[1]: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/release-openshift-origin-installer-launch-hypershift-hosted/1641843990066106368
@wking wking changed the title ci-operator/step-registry/hypershift/hostedcluster: Gather a dump OTA-925: ci-operator/step-registry/hypershift/hostedcluster: Gather a dump Mar 31, 2023
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Mar 31, 2023
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Mar 31, 2023

@wking: This pull request references OTA-925 which is a valid jira issue.

In response to this:

Because this:

 + oc get clusterversion
 NAME      VERSION   AVAILABLE   PROGRESSING   SINCE   STATUS
 version             False       True          32m     Unable to apply 4.13.0-0.test-2023-03-31-170310-ci-ln-tkbv93k-latest: some cluster operators are not available
 + sleep 5s
 + oc wait clusterversion/version --for=condition=Available=True
 {"component":"entrypoint","file":"k8s.io/test-infra/prow/entrypoint/run.go:254","func":"k8s.io/test-infra/prow/entrypoint.gracefullyTerminate","level":"error","msg":"Process did not exit before 5m0s grace period","severity":"error","time":"2023-03-31T17:39:50Z"}

is hard to debug without access to more information.

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-robot
Copy link
Contributor

@wking: no rehearsable tests are affected by this change

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Mar 31, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 31, 2023

@wking: all tests passed!

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.

@danilo-gemoli
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 3, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 3, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: danilo-gemoli, wking

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

The pull request process is described here

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 Apr 3, 2023
@openshift-merge-robot openshift-merge-robot merged commit 3f2ce60 into openshift:master Apr 3, 2023
1 check passed
@bear-redhat
Copy link
Contributor

@wking the SA running this workflow has no permissions to do hypershift dump, since we do not want to grant cluster-wide permissions and permission cannot be granted to clusters-* NS by regex...

bear-redhat added a commit to bear-redhat/release that referenced this pull request Apr 3, 2023
openshift-merge-robot pushed a commit that referenced this pull request Apr 3, 2023
@wking wking deleted the hypershift-hosted-gather-dump branch April 3, 2023 23:52
jlarriba pushed a commit to jlarriba/release that referenced this pull request Apr 4, 2023
…enshift#37956)

Because [1]:

  + oc get clusterversion
  NAME      VERSION   AVAILABLE   PROGRESSING   SINCE   STATUS
  version             False       True          32m     Unable to apply 4.13.0-0.test-2023-03-31-170310-ci-ln-tkbv93k-latest: some cluster operators are not available
  + sleep 5s
  + oc wait clusterversion/version --for=condition=Available=True
  {"component":"entrypoint","file":"k8s.io/test-infra/prow/entrypoint/run.go:254","func":"k8s.io/test-infra/prow/entrypoint.gracefullyTerminate","level":"error","msg":"Process did not exit before 5m0s grace period","severity":"error","time":"2023-03-31T17:39:50Z"}

is hard to debug without access to more information.

[1]: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/release-openshift-origin-installer-launch-hypershift-hosted/1641843990066106368
jlarriba pushed a commit to jlarriba/release that referenced this pull request Apr 4, 2023
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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged
Projects
None yet
5 participants