Skip to content

Conversation

elmiko
Copy link

@elmiko elmiko commented Sep 15, 2025

this is for testing

@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 Sep 15, 2025
Copy link

openshift-ci bot commented Sep 15, 2025

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@elmiko
Copy link
Author

elmiko commented Sep 15, 2025

/test unit

Copy link

openshift-ci bot commented Sep 15, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign joelspeed for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@elmiko
Copy link
Author

elmiko commented Sep 15, 2025

/test ci/prow/unit

Copy link

openshift-ci bot commented Sep 15, 2025

@elmiko: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

/test e2e-aws
/test e2e-aws-operator
/test e2e-hypershift
/test golint
/test govet
/test images
/test okd-scos-images
/test security
/test unit

The following commands are available to trigger optional jobs:

/test e2e-aws-periodic-pre
/test e2e-azure-operator
/test e2e-azure-periodic-pre
/test e2e-gcp-operator
/test e2e-gcp-periodic-pre
/test e2e-openstack-periodic-pre
/test e2e-vsphere-periodic-pre
/test git-history
/test goimports
/test okd-scos-e2e-aws-ovn
/test regression-clusterinfra-aws-ipi-proxy-autoscaler

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-kubernetes-autoscaler-release-4.18-e2e-aws
pull-ci-openshift-kubernetes-autoscaler-release-4.18-e2e-aws-operator
pull-ci-openshift-kubernetes-autoscaler-release-4.18-e2e-aws-periodic-pre
pull-ci-openshift-kubernetes-autoscaler-release-4.18-e2e-azure-operator
pull-ci-openshift-kubernetes-autoscaler-release-4.18-e2e-gcp-operator
pull-ci-openshift-kubernetes-autoscaler-release-4.18-e2e-hypershift
pull-ci-openshift-kubernetes-autoscaler-release-4.18-git-history
pull-ci-openshift-kubernetes-autoscaler-release-4.18-goimports
pull-ci-openshift-kubernetes-autoscaler-release-4.18-golint
pull-ci-openshift-kubernetes-autoscaler-release-4.18-govet
pull-ci-openshift-kubernetes-autoscaler-release-4.18-images
pull-ci-openshift-kubernetes-autoscaler-release-4.18-okd-scos-e2e-aws-ovn
pull-ci-openshift-kubernetes-autoscaler-release-4.18-okd-scos-images
pull-ci-openshift-kubernetes-autoscaler-release-4.18-security
pull-ci-openshift-kubernetes-autoscaler-release-4.18-unit

In response to this:

/test ci/prow/unit

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.

@elmiko
Copy link
Author

elmiko commented Sep 16, 2025

/test unit
/test e2e-aws-periodic-pre

@elmiko
Copy link
Author

elmiko commented Sep 17, 2025

/test e2e-aws-periodic-pre

@elmiko
Copy link
Author

elmiko commented Sep 17, 2025

/test unit
/test e2e-aws-periodic-pre

elmiko added 7 commits October 3, 2025 15:45
This change helps to prevent circular dependencies between the core and
builder packages as we start to pass the AutoscalerOptions to the cloud
provider builder functions.
this changes the options input to the cloud provider builder function so
that the full autoscaler options are passed. This is being proposed so
that cloud providers will have new options for injecting behavior into
the core parts of the autoscaler.
this change adds a method to the AutoscalerOptions struct to allow
registering a scale down node processor.
This change adds a custom scale down node processor for cluster api to
reject nodes that are undergoing upgrade.
this change adds more logging at level 5 to help expose why a node is
not matching for a pod.
this change adds logging for ready nodes and node infos before the
ScaleUp call in RunOnce.
@elmiko elmiko force-pushed the ocp4.18-57131-60790-x-logs branch from aa8718f to 1289a5f Compare October 3, 2025 20:59
@elmiko
Copy link
Author

elmiko commented Oct 3, 2025

/test unit
/test e2e-aws-periodic-pre

This change updates the `Process` function of the node info processor
interface so that it can accept a second list of nodes. The second list
contains all the nodes that are not in the first list. This will allow
the mixed node info processor to properly detect unready and
unschedulable nodes for use as templates.
@elmiko elmiko force-pushed the ocp4.18-57131-60790-x-logs branch from 1289a5f to 43adc06 Compare October 3, 2025 23:32
@elmiko
Copy link
Author

elmiko commented Oct 3, 2025

/test unit
/test e2e-aws-periodic-pre

Copy link

openshift-ci bot commented Oct 4, 2025

@elmiko: 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-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
do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant