[AIENG-414] Removed split-subset command#1277
[AIENG-414] Removed split-subset command#1277Rebecca-Smith2 wants to merge 1 commit intocloudbees-oss:mainfrom
Conversation
Removed the split-subset command and updated the CLI reference documentation for clarity and consistency, including rephrasing sentences and improving link formatting.
|
|
||
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--repo-branch-map` REPO_NAME=BRANCH_NAME | ||
| |Set repository name and branch name when you use --no-commit-collection option. Please use the same repository name with a commit option (can be specified multiple times) |
There was a problem hiding this comment.
This explanation is generated from the following place. Please modify:
|
|
||
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--branch` NAME | ||
| |Set branch name. A branch is a set of test sessions grouped and this option value will be used for a branch name. |
There was a problem hiding this comment.
This explanation is generated in the following place. Please modify:
|
|
||
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--commit` REPO_NAME=COMMIT_HASH | ||
| |Set repository name and commit hash when you use --no-commit-collection option (can be specified multiple times) |
There was a problem hiding this comment.
This explanation is generated from the following place. Please modify:
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--source` DIR | ||
| |Path to local Git workspace, optionally prefixed by a label. like --source path/to/ws or --source main=path/to/ws (can be specified multiple times) | ||
| |Path to local Git workspace, optionally prefixed by a label. Like --source path/to/ws or --source main=path/to/ws (can be specified multiple times) |
There was a problem hiding this comment.
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--timestamp` TIMESTAMP | ||
| |Used to overwrite the build time when importing historical data. Note: Format must be `YYYY-MM-DDThh:mm:ssTZD` or `YYYY-MM-DDThh:mm:ss` (local timezone applied) | ||
| |Overwrites the build time when importing historical data. Note: Format must be `YYYY-MM-DDThh:mm:ssTZD` or `YYYY-MM-DDThh:mm:ss` (local timezone applied) |
There was a problem hiding this comment.
|
|
||
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--no-build` | ||
| |If you want to only send test reports, please use this option |
There was a problem hiding this comment.
|
|
||
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--test-suite` NAME | ||
| |Set test suite name. A test suite is a collection of test sessions. Setting a test suite allows you to manage data over test sessions and lineages. |
There was a problem hiding this comment.
|
|
||
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--timestamp` TIMESTAMP | ||
| |Used to overwrite the session time when importing historical data. Note: Format must be `YYYY-MM-DDThh:mm:ssTZD` or `YYYY-MM-DDThh:mm:ss` (local timezone applied) |
There was a problem hiding this comment.
|
|
||
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--no-base-path-inference` | ||
| |Do not guess the base path to relativize the test file paths. By default, if the test file paths are absolute file paths, it automatically guesses the repository root directory and relativize the paths. With this option, the command doesn't do this guess work. If --base-path is specified, the absolute file paths are relativized to the specified path irrelevant to this option. Use it if the guessed base path is incorrect. |
There was a problem hiding this comment.
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--session` SESSION | ||
| |Session ID obtained by calling 'smart-tests record session'. It also accepts '@path/to/file' if the session ID is stored in a file | ||
| |Session ID from calling 'smart-tests record session'. Also accepts '@path/to/file' if a file stores the session ID |
There was a problem hiding this comment.
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--days` INT | ||
| |How many days of test sessions in the past to be stat | ||
| |Number of days of test sessions to include in statistics |
There was a problem hiding this comment.
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--flavor` KEY=VALUE | ||
| |flavors (can be specified multiple times) | ||
| |Flavors (can be specified multiple times) |
There was a problem hiding this comment.
|
|
||
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--ignore-flaky-tests-above` N | ||
| |Ignore flaky tests above the value set by this option. You can confirm flaky scores in WebApp |
There was a problem hiding this comment.
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--ignore-new-tests` | ||
| |Ignore tests that were added recently. NOTICE: this option will ignore tests that you added just now as well | ||
| |Ignore tests added recently. NOTICE: This option will ignore tests just added now as well |
There was a problem hiding this comment.
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--no-base-path-inference` | ||
| |Do not guess the base path to relativize the test file paths. By default, if the test file paths are absolute file paths, it automatically guesses the repository root directory and relativize the paths. With this option, the command doesn't do this guess work. If --base is specified, the absolute file paths are relativized to the specified path irrelevant to this option. Use it if the guessed base path is incorrect. | ||
| |Do not guess the base path to convert the test file paths to relative paths. By default, if the test file paths are absolute file paths, the command automatically guesses the repository root directory and converts the paths to relative paths. With this option, the command skips this inference. If --base specifies a path, the command converts the absolute file paths to relative paths based on that path regardless of this option. Use this option if the guessed base path is incorrect. |
There was a problem hiding this comment.
| // GENERATED. MODIFY IN CLI SOURCE CODE | ||
| |`--rest` FILE | ||
| |Output the subset remainder to a file, e.g. --rest=remainder.txt | ||
| |Output the subset remainder to a file, for example --rest=remainder.txt |
There was a problem hiding this comment.
Removed the split-subset command and updated the CLI reference documentation for clarity and consistency, including rephrasing sentences and improving link formatting.