blob: f61139b27689bab85011a416c1fd00c9e6bd6873 [file] [log] [blame]
dart:
- dev
stages:
- analyze_and_format:
- group:
- dartfmt: sdk
- dartanalyzer: --fatal-infos --fatal-warnings .
- unit_test:
- test: -x integration
- e2e_test:
- test: -t integration --total-shards 5 --shard-index 0
- test: -t integration --total-shards 5 --shard-index 1
- test: -t integration --total-shards 5 --shard-index 2
- test: -t integration --total-shards 5 --shard-index 3
- test: -t integration --total-shards 5 --shard-index 4