tools: enable eslint concurrency mode - #62352
Conversation
Can you open a different pull-request for this? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #62352 +/- ##
=======================================
Coverage 90.15% 90.16%
=======================================
Files 751 751
Lines 253443 253443
Branches 47729 47731 +2
=======================================
+ Hits 228496 228508 +12
- Misses 16201 16208 +7
+ Partials 8746 8727 -19 🚀 New features to boost your workflow:
|
Sure, open #62356. |
|
Can you update this PR? |
8255ac3 to
7831d51
Compare
|
It seems that CI errors are not related, could anyone restart the CI? |
|
This pull request has been marked as stale due to 90 days of inactivity. |
|
Not stale. I don't have the Jenkins CI permission so don't what is going on, could anyone restart the CI? |
This comment was marked as outdated.
This comment was marked as outdated.
Commit Queue failed
The pull request was removed from the Commit Queue and labeled
commit-queue-failed
Full Commit Queue output |
|
@JLHwung Can you please sign your commit message and force push? It's required as per instructions
|
Signed-off-by: Huáng Jùnliàng <jlhwung@gmail.com>
7831d51 to
2ecbf9a
Compare
Thank you. Rebased and signed off. |
In this PR we enable the ESLint
--concurrencymode. Per report fromTIME(1), a cache-missed eslint job has improved from 75 seconds to 25 seconds on my machine. In the cache-hit scenario, both mode exit in less than 2 seconds.