Skip to content

Commit

Permalink
[infra] Run pkg/(front_end|kernel) tests only on front-end builders
Browse files Browse the repository at this point in the history
They are rather slow, and there is no point in running them twice.

Change-Id: Ibdf8de1d7420e89b8287652b958a4f7e67b1de86
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/97933
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
  • Loading branch information
athomas authored and commit-bot@chromium.org committed Mar 27, 2019
1 parent 4256a97 commit 440d287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/bots/test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@
"name": "package unit tests",
"arguments": [
"-nunittest-asserts-${mode}-${system}",
"pkg"
"pkg/pkg/(?!front_end/|kernel/)"
]
},
{
Expand Down Expand Up @@ -1676,7 +1676,7 @@
"name": "package unit tests",
"arguments": [
"-nunittest-asserts-${mode}-${system}",
"pkg"
"pkg/pkg/(?!front_end/|kernel/)"
]
},
{
Expand Down

0 comments on commit 440d287

Please sign in to comment.