-
Notifications
You must be signed in to change notification settings - Fork 522
fix: Increasing inotify limit to 1048576 from the default 8192 #1801
Conversation
💖 Thanks for opening your first pull request! 💖 We use semantic commit messages to streamline the release process. Before your pull request can be merged, you should make sure your first commit and PR title start with a semantic prefix. Examples of commit messages with semantic prefixes: - |
/assign patricklang |
Backgroup for this PR: I checked the limit on Ubuntu 18.04 and 16.04, where the limit is set to |
/azp run pr-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Junaid Ali <[email protected]>
/azp run pr-e2e |
Commenter does not have sufficient privileges for PR 1801 in repo Azure/aks-engine |
@mboersma I have ran |
/azp run pr-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #1801 +/- ##
==========================================
+ Coverage 76.43% 76.67% +0.24%
==========================================
Files 130 135 +5
Lines 19398 20542 +1144
==========================================
+ Hits 14827 15751 +924
- Misses 3774 3873 +99
- Partials 797 918 +121 |
@mboersma It looks like the |
It looks like the updated Ref: #999 (comment) |
@junaid-ali you're correct. The fact that the |
Signed-off-by: Junaid Ali <[email protected]>
@CecileRobertMichon thanks for the update. I have commented the test case in this PR, and created an issue to re-enable it later. |
/azp run pr-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
lgtm |
LGTM |
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
Congrats on merging your first pull request! 🎉🎉🎉 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis, junaid-ali 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 |
Links:
Signed-off-by: Junaid Ali [email protected]
Reason for Change:
Issue Fixed:
Requirements:
Notes: