Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Move Wasm test shards out of bringup. #8572

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ targets:

# Wasm unit tests in master
- name: Linux_web web_dart_unit_test_wasm_shard_1 master
bringup: true
recipe: packages/packages
timeout: 60
properties:
Expand All @@ -263,7 +262,6 @@ targets:
}

- name: Linux_web web_dart_unit_test_wasm_shard_2 master
bringup: true
recipe: packages/packages
timeout: 60
properties:
Expand Down Expand Up @@ -923,7 +921,6 @@ targets:

# Wasm integration tests in master
- name: Linux_web web_platform_tests_wasm_shard_1 master
bringup: true
recipe: packages/packages
timeout: 60
properties:
Expand All @@ -938,7 +935,6 @@ targets:
}

- name: Linux_web web_platform_tests_wasm_shard_2 master
bringup: true
recipe: packages/packages
timeout: 60
properties:
Expand All @@ -953,7 +949,6 @@ targets:
}

- name: Linux_web web_platform_tests_wasm_shard_3 master
bringup: true
recipe: packages/packages
timeout: 60
properties:
Expand Down