From f3a46252e754acc2685ccb5a6ccbb3e09aeed343 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:47:31 -0700 Subject: [PATCH] Speed up unit testing CI by updating maxWorkers setting (#884) (#885) * Set max CI workers to 2 * Try setting to 100% of workers --------- (cherry picked from commit a39265a29d13c74f69b3e684dc777ce18bfadaa5) Signed-off-by: Simeon Widdis Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .../dashboards-observability-test-and-build-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dashboards-observability-test-and-build-workflow.yml b/.github/workflows/dashboards-observability-test-and-build-workflow.yml index ec59a399c..8093d8fd5 100644 --- a/.github/workflows/dashboards-observability-test-and-build-workflow.yml +++ b/.github/workflows/dashboards-observability-test-and-build-workflow.yml @@ -60,7 +60,7 @@ jobs: - name: Test all dashboards-observability modules run: | cd OpenSearch-Dashboards/plugins/dashboards-observability - yarn test --coverage + yarn test --coverage --maxWorkers=100% - name: Upload coverage if: ${{ matrix.os == 'ubuntu-latest' }}