Skip to content

Commit 6efb503

Browse files
committed
Test splitting is now available
1 parent 11d916f commit 6efb503

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jekyll/_cci2/parallelism-faster-jobs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ When the items are filepaths, the `filesize` option will weight the split by fil
6969

7070
The `timings` split type uses historical timing data to weight the split. CircleCI automatically makes timing data from previous successful runs available inside your container in a default location so the CLI tool can discover them (`$CIRCLE_INTERNAL_TASK_DATA/circle-test-results`). Make sure you are using the [`store_test_results` key]({{ site.baseurl }}/2.0/configuration-reference/#store_test_results) to save your test timing data, otherwise there will not be any historical timing data available.
7171

72-
***Note:** timing-based test splitting is not currently compatible with Workflows.*
73-
7472
When splitting by `timings`, the tool will assume it’s splitting filenames. If you’re splitting classnames, you’ll need to specify that with the `--timings-type` flag, as in the following examples:
7573

7674
`circleci tests glob "**/*.go" | circleci tests split --split-by=timings --timings-type=filename`

0 commit comments

Comments
 (0)