From d5a738ad24390d0ebb5b98d27ff8354f9bcdcc2c Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Mon, 5 Jul 2021 14:05:48 +0200 Subject: [PATCH] Minor updates (#2066) --- .github/workflows/full_suite_integration_tests.yml | 2 +- docs/index.md | 4 ++-- test_runner/flank.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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: