Skip to content

Commit

Permalink
Speed up unit testing CI by updating maxWorkers setting (opensearch-p…
Browse files Browse the repository at this point in the history
…roject#884) (opensearch-project#885)

* Set max CI workers to 2

* Try setting to 100% of workers

---------

(cherry picked from commit a39265a)

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit f3a4625)
  • Loading branch information
opensearch-trigger-bot[bot] authored and A9 Swift Project User committed Sep 28, 2023
1 parent 9fac032 commit 63610b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
4 changes: 2 additions & 2 deletions auto_sync_commit_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"last_github_commit": "0b73b42ab61fcdb4aa3181db8d9fc3cb9d6b6542",
"last_gitfarm_commit": "f4ef15497b054e4fdf817e7d4a5663d101eea169"
"last_github_commit": "f3a46252e754acc2685ccb5a6ccbb3e09aeed343",
"last_gitfarm_commit": "c4fe804a70724661d3c7082b698f5eff0bc5c382"
}

0 comments on commit 63610b9

Please sign in to comment.