From e7d9ba77bce6a760dacec101c83dfe70ec899d2e Mon Sep 17 00:00:00 2001 From: aee <117306596+aee-google@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:41:04 -0700 Subject: [PATCH] Enable black box tests. (#3088) b/330355045 (cherry picked from commit 6db9cbc7675a2bd28a7ddb0f2a20a7b885a554c3) --- .github/config/linux-clang-3-9.json | 2 +- .github/config/linux-gcc-6-3.json | 2 +- .github/config/linux-modular.json | 1 + .github/config/linux.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/config/linux-clang-3-9.json b/.github/config/linux-clang-3-9.json index 98e4f1a03982..f994506e2352 100644 --- a/.github/config/linux-clang-3-9.json +++ b/.github/config/linux-clang-3-9.json @@ -1,7 +1,7 @@ { "docker_service": "build-linux-clang-3-9", "on_host_test": true, - "on_host_test_shards": ["0", "1", "2", "3", "wpt"], + "on_host_test_shards": ["0", "1", "2", "3", "blackbox", "wpt"], "platforms": [ "linux-x64x11-clang-3-9" ], diff --git a/.github/config/linux-gcc-6-3.json b/.github/config/linux-gcc-6-3.json index 81901124f143..4223ca8f2d89 100644 --- a/.github/config/linux-gcc-6-3.json +++ b/.github/config/linux-gcc-6-3.json @@ -1,7 +1,7 @@ { "docker_service": "build-linux-gcc", "on_host_test": true, - "on_host_test_shards": ["0", "1", "2", "3", "wpt"], + "on_host_test_shards": ["0", "1", "2", "3", "blackbox", "wpt"], "platforms": [ "linux-x64x11-gcc-6-3" ], diff --git a/.github/config/linux-modular.json b/.github/config/linux-modular.json index 1f25e62beb6f..e250d62a5868 100644 --- a/.github/config/linux-modular.json +++ b/.github/config/linux-modular.json @@ -6,6 +6,7 @@ "1", "2", "3", + "blackbox", "wpt" ], "platforms": [ diff --git a/.github/config/linux.json b/.github/config/linux.json index 0a3170ec20a4..28a02b3b7baa 100644 --- a/.github/config/linux.json +++ b/.github/config/linux.json @@ -2,7 +2,7 @@ "docker_service": "build-linux", "evergreen_loader": "linux-x64x11", "on_host_test": true, - "on_host_test_shards": ["0", "1", "2", "3", "wpt"], + "on_host_test_shards": ["0", "1", "2", "3", "blackbox", "wpt"], "platforms": [ "linux-x64x11", "linux-x64x11-egl",