-
Notifications
You must be signed in to change notification settings - Fork 126
NO-JIRA: Extend HPA test timeout #2528
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
Conversation
Signed-off-by: Max Cao <macao@redhat.com>
|
@maxcao13: This pull request explicitly references no jira issue. In 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. |
|
@maxcao13: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
|
/test ci/prow/k8s-e2e-aws-hpa |
|
@maxcao13: The specified target(s) for The following commands are available to trigger optional jobs: Use In 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. |
|
/payload-job periodic-ci-openshift-kubernetes-master-k8s-e2e-aws-hpa |
|
@maxcao13: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/604a3000-d157-11f0-8331-80e9a964f128-0 |
|
/payload-job periodic-ci-openshift-kubernetes-master-k8s-e2e-aws-hpa |
|
@maxcao13: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/fe2e5630-d16f-11f0-9934-d878749a4a0b-0 |
|
/retest-required |
|
@maxcao13: 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. |
|
I don't know how to run the perioidic here but I've ran it on my own cluster with this change, and it works: $ ./openshift-tests run kubernetes/autoscaling/hpa --dry-run --provider=aws --run="Should scale from 5 pods to 3 pods and then from 3 pods to 1 pod and verify decision stability"
# ...
# ...
started: 0/1/1 "[sig-autoscaling] [Feature:HPA] Horizontal pod autoscaling (scale resource: CPU) ReplicationController Should scale from 5 pods to 3 pods and then from 3 pods to 1 pod and verify decision stability"
passed: (21m43s) 2025-12-05T23:00:35 "[sig-autoscaling] [Feature:HPA] Horizontal pod autoscaling (scale resource: CPU) ReplicationController Should scale from 5 pods to 3 pods and then from 3 pods to 1 pod and verify decision stability" |
|
/cc @bertinatto Can you take a look at this please :-) 🙏 |
bertinatto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
This is a periodic job not part of payload testing:
/label acknowledge-critical-fixes-only
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bertinatto, maxcao13 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 |
|
/verified by @maxcao13 |
|
@bertinatto: This PR has been marked as verified by In 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. |
|
/remove-label backports/unvalidated-commits |
|
/hold Edit: we should be able to test this change by scheduling the periodic job with |
|
/payload-job periodic-ci-openshift-kubernetes-master-k8s-e2e-aws-hpa |
|
@bertinatto: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/8a6b1080-d42b-11f0-9b71-46e3ac21ecbf-0 |
|
@bertinatto The payload job command didn't work here either. Are you okay if I just unheld here? |
|
/hold cancel |
HPA tests are flaking because some are slow enough that they reach the 15 minute default timeout.
This PR sets the default test timeout of the HPA suite to 30 minutes to accommodate the slow tests.
HPA:
openshift/origin:
Related: