-
Notifications
You must be signed in to change notification settings - Fork 2k
OCPBUGS-61376: Configure a new HPA presubmit job #71224
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
base: master
Are you sure you want to change the base?
Conversation
This commit configures a new presubmit job for o/k that only focuses on the HPA. It runs these tests with a test parallelism of 3, down from the default of 30. In order to do this, it exposes two new envs for the openshift-kubernetes-e2e-test ref. These are: - NODES: configure ginkgo test parallelism - KUBE_E2E_TEST_ARGS: allows test argument overrides for the ginkgo runner within the o/k test-kubernetes-e2e.sh script. Signed-off-by: Max Cao <[email protected]>
|
@maxcao13: This pull request references Jira Issue OCPBUGS-61376, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: maxcao13 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 |
|
This PR requires openshift/kubernetes#2492 to be merged. /hold |
|
[REHEARSALNOTIFIER]
A total of 118 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@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. |
This commit configures a new presubmit job for o/k that only focuses on the HPA. It runs these tests with a test parallelism of 3, down from the default of 30. This is because the HPA tests use a lot of request resources in the tests themselves.
In order to do this, it exposes two new envs for the openshift-kubernetes-e2e-test ref. These are:
NODES: configure ginkgo test parallelismKUBE_E2E_TEST_ARGS: allows test argument overrides for the ginkgo runner within the o/k test-kubernetes-e2e.sh script.There is a long tail of history for this change and relevant slack conversations.
See:
Upstream issue: kubernetes/kubernetes#135026
PR to re-enable tests: openshift/kubernetes#2492
Test PR that shows that this configuration works: #71086