Skip to content

Commit

Permalink
attempt to fix tilt-ci flakiness (#2279)
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Lum <lumjjb@gmail.com>
  • Loading branch information
lumjjb authored Nov 12, 2024
1 parent 1834dbb commit 51d7c55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ jobs:
labels: ubuntu-latest
timeout-minutes: 30
steps:
# Fix flakiness with tilt-ci that may be potentially related to https://github.com/tilt-dev/tilt/issues/2079
- name: Increase inotify max user watches
shell: bash
run: |
sudo sysctl fs.inotify.max_user_watches=524288 && sudo sysctl -p
- name: Install tools
shell: bash
run: |
Expand Down

0 comments on commit 51d7c55

Please sign in to comment.