Skip to content

Commit

Permalink
No issue: test one shard per UI test on FTL
Browse files Browse the repository at this point in the history
  • Loading branch information
Oana Horvath authored and mergify[bot] committed May 19, 2021
1 parent 04bf45d commit 15bb37c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tools/taskcluster/flank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ flank:

# test shards - the amount of groups to split the test suite into
# set to -1 to use one shard per test.
max-test-shards: 4
max-test-shards: -1
### Output Style flag
## Output style of execution status. May be one of [verbose, multi, single, compact].
## For runs with only one test execution the default value is 'verbose', in other cases
## 'multi' is used as the default. The output style 'multi' is not displayed correctly on consoles
## which don't support ansi codes, to avoid corrupted output use single or verbose.
## The output style `compact` is used to produce less detailed output, it prints just Args, test and matrix count, weblinks, cost, and result reports.
output-style: compact
# repeat tests - the amount of times to run the tests.
# 1 runs the tests once. 10 runs all the tests 10x
num-test-runs: 1
Expand Down

0 comments on commit 15bb37c

Please sign in to comment.