[infra] Remove obsolete "global" key from the test_matrix.json

Follow-up to https://dart-review.googlesource.com/c/recipes/+/203620.

Change-Id: I179a1084212ec66cf7a74be8bcf81f15a4493d6f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/204120
Reviewed-by: Karl Klose <karlklose@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas
2021-06-23 14:53:52 +00:00
committed by commit-bot@chromium.org
parent 8fbc2ad8c0
commit a6f29eda6d
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ infrastructure. Changes to the test matrix affect all builds that include them.
The test matrix is a JSON document and consists of the `"filesets"` object, the
`"configurations"` list, and the `"builder_configurations"` list as well as a
`"global"` values object and a `"branches"` list.
`"branches"` list.
### Filesets
-4
View File
@@ -1,8 +1,4 @@
{
"global": {
"chrome": "81",
"firefox": "67"
},
"branches": [
"master"
],