Skip to content

Commit

Permalink
Minor updates (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloox authored Jul 5, 2021
1 parent 12c12ed commit d5a738a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full_suite_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions test_runner/flank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d5a738a

Please sign in to comment.