diff --git a/.github/workflows/full_suite_integration_tests.yml b/.github/workflows/full_suite_integration_tests.yml index cfd0963f54..53759e93ca 100644 --- a/.github/workflows/full_suite_integration_tests.yml +++ b/.github/workflows/full_suite_integration_tests.yml @@ -194,7 +194,7 @@ jobs: comment-id: ${{ needs.integration-tests-post-link.outputs.comment_id }} edit-mode: replace body: | - **Integration tests succeed for all OSes :white_check_mark:** + **Integration tests succeed for all OSs :white_check_mark:** Windows Build scan: ${{ env.Windows-bs }} MacOS Build scan: ${{ env.macOS-bs }} Linux Build scan: ${{ env.Linux-bs }} diff --git a/docs/index.md b/docs/index.md index 6a045e8244..4703389d13 100644 --- a/docs/index.md +++ b/docs/index.md @@ -592,8 +592,8 @@ gcloud: ## 3 options are available ## default: treat Parameterized tests as normal and shard accordingly ## ignore-all: Parameterized tests are ignored and not sharded - ## collect-all-single: Parameterized tests are collected and put into a single shard - ## Note: if left blank default is used. + ## shard-into-single: Parameterized tests are collected and put into a single shard + ## Note: if left blank default is used. Default usage may result in significant increase/difference of shard times observed # parameterized-tests: default flank: diff --git a/test_runner/flank.yml b/test_runner/flank.yml index cb02b7b7e9..805cfef8a7 100644 --- a/test_runner/flank.yml +++ b/test_runner/flank.yml @@ -224,8 +224,8 @@ gcloud: ## 3 options are available ## default: treat Parameterized tests as normal and shard accordingly ## ignore-all: Parameterized tests are ignored and not sharded - ## collect-all-single: Parameterized tests are collected and put into a single shard - ## Note: if left blank default is used. + ## shard-into-single: Parameterized tests are collected and put into a single shard + ## Note: if left blank default is used. Default usage may result in significant increase/difference of shard times observed # parameterized-tests: default flank: