Skip to content

Commit

Permalink
Disables disk threshold for github runners
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Oct 19, 2023
1 parent d3b3f84 commit 9c7b255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
plugin_name: security-dashboards-plugin

- name: Start Dashboards in background
run: node scripts/build_opensearch_dashboards_platform_plugins.js
run: node scripts/build_opensearch_dashboards_platform_plugins.js -E cluster.routing.allocation.disk.threshold_enabled=false
working-directory: ${{ steps.install-dashboards.outputs.dashboards-directory }}

- name: Run integration tests on Linux
Expand Down

0 comments on commit 9c7b255

Please sign in to comment.