Commit d0125d94 authored by Fedor Korotkov's avatar Fedor Korotkov Committed by Ian Hickson

Renamed CI tasks (#17216)

* Renamed CI tasks

`tests` to `tests-linux`
`windows` to `tests-windows`

* Explicitly specify shards everywhere
parent b2db3baf
...@@ -5,7 +5,6 @@ task: ...@@ -5,7 +5,6 @@ task:
env: env:
CIRRUS_WORKING_DIR: "/tmp/flutter sdk" CIRRUS_WORKING_DIR: "/tmp/flutter sdk"
PATH: "$CIRRUS_WORKING_DIR/bin:$CIRRUS_WORKING_DIR/bin/cache/dart-sdk/bin:$PATH" PATH: "$CIRRUS_WORKING_DIR/bin:$CIRRUS_WORKING_DIR/bin/cache/dart-sdk/bin:$PATH"
SHARD: "$CIRRUS_TASK_NAME"
git_fetch_script: git fetch origin git_fetch_script: git fetch origin
setup_script: | setup_script: |
...@@ -20,16 +19,25 @@ task: ...@@ -20,16 +19,25 @@ task:
matrix: matrix:
- name: docs - name: docs
env:
SHARD: docs
docs_script: ./dev/bots/docs.sh docs_script: ./dev/bots/docs.sh
- name: analyze - name: analyze
env:
SHARD: analyze
test_script: dart ./dev/bots/test.dart test_script: dart ./dev/bots/test.dart
- name: tests - name: tests-linux
env:
SHARD: tests
test_script: dart ./dev/bots/test.dart test_script: dart ./dev/bots/test.dart
container: container:
cpu: 4 cpu: 4
memory: 8G memory: 8G
windows_task: task:
name: tests-windows
env:
SHARD: tests
windows_container: windows_container:
dockerfile: dev/bots/docker/Dockerfile.windows dockerfile: dev/bots/docker/Dockerfile.windows
env: env:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment