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

[WRKLDS-730] refactor route controller manager to use library-go server and ControlerCommand for generic setup #28

Merged

Conversation

atiratree
Copy link
Member

@atiratree atiratree commented Jun 9, 2023

@atiratree
Copy link
Member Author

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 9, 2023
@atiratree
Copy link
Member Author

/test e2e-gcp

@atiratree
Copy link
Member Author

/retest

1 similar comment
@atiratree
Copy link
Member Author

/retest

@ingvagabund
Copy link
Member

ingvagabund commented Aug 2, 2023

oc adm inspect returned an error. I wonder whether that's the reason why the CI job fails.

error: errors occurred while gathering data:
    [skipping gathering secrets/support due to error: secrets "support" not found, skipping gathering sharedconfigmaps.sharedresource.openshift.io due to error: the server doesn't have a resource type "sharedconfigmaps", skipping gathering sharedsecrets.sharedresource.openshift.io due to error: the server doesn't have a resource type "sharedsecrets"]

defined in https://github.com/openshift/api/tree/master/sharedresource.

Probably more like:

    journals.go:150: Error copying machine journals to artifacts directory: exit status 1
    fixture.go:492: Failed to dump machine journals; this is nonfatal: exit status 1

@ingvagabund
Copy link
Member

/retest

@atiratree
Copy link
Member Author

seems route-controller-manager is unable to become ready:

    create_cluster_test.go:293: condition Degraded status [True] doesn't match the expected status [False]
    create_cluster_test.go:304: Failed to validate HostedCluster conditions in 10m0s: timed out waiting for the condition
 - lastTransitionTime: "2023-08-02T11:52:43Z"
    message: openshift-route-controller-manager deployment has 1 unavailable replicas
    observedGeneration: 4
    reason: UnavailableReplicas
    status: "True"
    type: Degraded
  - lastProbeTime: null
    lastTransitionTime: "2023-08-02T11:52:54Z"
    message: 'containers with unready status: [route-controller-manager]'
    reason: ContainersNotReady
    status: "False"
    type: ContainersReady
 - containerID: cri-o://8f02b9f64dd545a0722b13cc4b91e2388fa50c4b26d8cc29c01194fb3b7b7023
    image: registry.build05.ci.openshift.org/ci-op-nljvl9tw/stable@sha256:67fe8c17f8e62f44ffba1215458f9a894f68f60d12b23c91a4ef06d6208131ce
    imageID: registry.build05.ci.openshift.org/ci-op-nljvl9tw/stable@sha256:67fe8c17f8e62f44ffba1215458f9a894f68f60d12b23c91a4ef06d6208131ce
    lastState: {}
    name: route-controller-manager
    ready: false
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2023-08-02T11:53:08Z"

not sure why, investigating...

@atiratree
Copy link
Member Author

seems we need to update readiness paths in hypershift first: openshift/hypershift#2873

@atiratree
Copy link
Member Author

/retest

3 similar comments
@atiratree
Copy link
Member Author

/retest

@atiratree
Copy link
Member Author

/retest

@atiratree
Copy link
Member Author

/retest

@atiratree
Copy link
Member Author

tests passed
/hold cancel

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 7, 2023
@atiratree
Copy link
Member Author

/assign @ingvagabund

@ingvagabund
Copy link
Member

/approve
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 9, 2023
@ingvagabund ingvagabund added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 9, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 9, 2023

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: atiratree, ingvagabund

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

openshift-ci bot commented Aug 9, 2023

@atiratree: 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.

@openshift-merge-robot openshift-merge-robot merged commit 0a976ea into openshift:main Aug 9, 2023
8 checks passed
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.

None yet

3 participants