From faa9a633e95e473c994ebb5d183ecd0009dd6991 Mon Sep 17 00:00:00 2001 From: Pascal Paulis Date: Fri, 21 Nov 2025 16:22:39 +0100 Subject: [PATCH] Update parallelism-faster-jobs.adoc The doc is timings-type is incorrect. The circleci cli tool gives the following message: ``` Error: invalid argument "file" for "--timings-type" flag: unknown timings type, allowed values are "filename", "classname", "testname", and "autodetect" ``` --- docs/guides/modules/optimize/pages/parallelism-faster-jobs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/modules/optimize/pages/parallelism-faster-jobs.adoc b/docs/guides/modules/optimize/pages/parallelism-faster-jobs.adoc index 58ce6712d1..fbdfaa736f 100644 --- a/docs/guides/modules/optimize/pages/parallelism-faster-jobs.adoc +++ b/docs/guides/modules/optimize/pages/parallelism-faster-jobs.adoc @@ -203,7 +203,7 @@ The following table show a full list of option flags available when using `circl | `--timings-type` | string -| name of the field to use from historical test results when matching against the test names given to the command in order to determine their historical timings, previous status and flakiness. Available values: `classname`, `name`, `file` (default). +| name of the field to use from historical test results when matching against the test names given to the command in order to determine their historical timings, previous status and flakiness. Available values: `autodetect`, `classname`, `testname`, `filename` (default). | No | `--total`