Skip to content

Commit

Permalink
test beta channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed May 1, 2024
1 parent 397878c commit ac55e64
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 25 deletions.
6 changes: 3 additions & 3 deletions _test/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk:
- main
- beta

os:
- linux
Expand All @@ -11,7 +11,7 @@ stages:
os: linux
- unit_test:
- command: dart run build_runner test -- -p chrome --test-randomize-ordering-seed=random
# TODO(https://github.com/dart-lang/build/issues/3423): restore this on windows
# TODO(https://github.com/dart-lang/build/issues/3423): restore this on windows
- command: dart run build_runner test -- -p vm test/configurable_uri_test.dart --test-randomize-ordering-seed=random
os: linux
- e2e_test:
Expand All @@ -31,4 +31,4 @@ stages:
- e2e_test_cron:
- test:
sdk:
- be/raw/latest
- beta
2 changes: 1 addition & 1 deletion _test_common/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk:
- dev
- beta

stages:
- analyze_and_format:
Expand Down
3 changes: 1 addition & 2 deletions build/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sdk:
- pubspec
- dev
- beta

stages:
- analyze_and_format:
Expand Down
2 changes: 1 addition & 1 deletion build_config/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk:
- dev
- beta

stages:
- analyze_and_format:
Expand Down
5 changes: 2 additions & 3 deletions build_daemon/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
sdk:
- dev
- pubspec
- beta

stages:
- analyze_and_format:
- group:
- format
- analyze: --fatal-infos .
sdk:
- dev
- beta
- unit_test:
- test: --test-randomize-ordering-seed=random
os:
Expand Down
2 changes: 1 addition & 1 deletion build_modules/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk:
- main
- beta

stages:
- analyze_and_format:
Expand Down
5 changes: 2 additions & 3 deletions build_runner/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sdk:
- dev
- main
- beta

stages:
- analyze_and_format:
Expand All @@ -11,7 +10,7 @@ stages:
- test: -x integration --test-randomize-ordering-seed=random
- test: -P experiments --test-randomize-ordering-seed=random
sdk:
- dev
- beta
- e2e_test:
# TODO: enable stack trace chaining https://github.com/dart-lang/build/issues/2894
- test: -t integration --total-shards 5 --shard-index 0 --test-randomize-ordering-seed=random --no-chain-stack-traces -j 1
Expand Down
6 changes: 3 additions & 3 deletions build_runner_core/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
sdk:
- pubspec
- dev
- beta

stages:
- analyze_and_format:
- group:
- format
- analyze: --fatal-infos .
sdk: dev
sdk:
- beta
- unit_test:
- test: --test-randomize-ordering-seed=random
os:
Expand Down
3 changes: 1 addition & 2 deletions build_test/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sdk:
- pubspec
- dev
- beta

stages:
- analyze_and_format:
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk:
- main
- beta

stages:
- analyze_and_format:
Expand Down
3 changes: 1 addition & 2 deletions example/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sdk:
- pubspec
- dev
- beta

stages:
- analyze_and_format:
Expand Down
3 changes: 1 addition & 2 deletions scratch_space/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sdk:
- pubspec
- dev
- beta

stages:
- analyze_and_format:
Expand Down
2 changes: 1 addition & 1 deletion tool/mono_repo.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk:
- dev
- beta

stages:
- analyze_and_format:
Expand Down

0 comments on commit ac55e64

Please sign in to comment.