-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add Azure CSI driver test on Azure Stack #22062
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
|
/test pj-rehearse |
|
@bertinatto I don't think the test is going to pass |
I'm not sure if this is a flake or not, so I'm re-scheduling the job: /retest |
|
The test was killed after 2 hours. Increasing parallelism... |
|
/retest |
1 similar comment
|
/retest |
|
With 4 tests in parallel, the tests succeeded after 1h28m0s. That's feels like too much (regular Azure with 20 tests in parallel finishes in 17m). Trying 8 tests in parallel, expecting 45 minutes. |
Out ASH env. is very slow. "4" usually passes under 2 hours. With "8", some random tests start timing out.
|
"8" failed. Going back to 4 and removing WIP. |
|
/retest |
|
@jsafrane: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/retest |
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
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bertinatto, jsafrane, patrickdillon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@jsafrane: Updated the following 3 configmaps:
DetailsIn 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/test-infra repository. |
Based on #18796, adding pre-submit test for the CSI driver on ASH.
I will turn it into a periodic job in a separate PR.