blob: cebfcb271c097fa19814bd2b85286c6d0fc3fd30 [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 4 --shard-index 0
- test: -t integration --total-shards 4 --shard-index 1
- test: -t integration --total-shards 4 --shard-index 2
- test: -t integration --total-shards 4 --shard-index 3