From a6f29eda6db89d9d4c08bfe320fef9bcfc3b0d44 Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Wed, 23 Jun 2021 14:53:52 +0000 Subject: [PATCH] [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 Commit-Queue: Alexander Thomas --- tools/bots/README.md | 2 +- tools/bots/test_matrix.json | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/bots/README.md b/tools/bots/README.md index 52dd12fc553..47acbc4240d 100644 --- a/tools/bots/README.md +++ b/tools/bots/README.md @@ -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 diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index 29fe2361d42..e9520a3c22b 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -1,8 +1,4 @@ { - "global": { - "chrome": "81", - "firefox": "67" - }, "branches": [ "master" ],