Alan Guo Xiang Tan 86da47f58d
FIX: docker:test Rake task did not run system tests in parallel (#24507)
Why this change?

We support a `USE_TURBO` environment variable which tells the
`docker:test` rake task to run rspec tests in parallel. However, this
currently does not apply to system tests.

What does this change do?

This commit runs system specs for both core and plugins using
`./bin/turbo_rspec` when the `USE_TURBO` environment is present. Note
that when running system specs, we will only spawn X number of test
processes where X is half the number of available CPU cores. This is
done because we have to leave CPU resources for the chrome processes
that will be created.
2023-11-22 11:51:43 +08:00
..
2023-08-10 13:59:13 +02:00
2022-04-28 11:51:03 +02:00
2023-08-10 13:59:13 +02:00
2023-02-21 10:30:48 +01:00
2023-08-10 13:59:13 +02:00