Skip to content

Commit

Permalink
Enable black box tests. (#3088)
Browse files Browse the repository at this point in the history
b/330355045
  • Loading branch information
aee-google committed Apr 26, 2024
1 parent c0dfb97 commit 6db9cbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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"
],
Expand Down
2 changes: 1 addition & 1 deletion .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"
],
Expand Down
1 change: 1 addition & 0 deletions .github/config/linux-modular.json
Expand Up @@ -6,6 +6,7 @@
"1",
"2",
"3",
"blackbox",
"wpt"
],
"platforms": [
Expand Down
2 changes: 1 addition & 1 deletion .github/config/linux.json
Expand Up @@ -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",
Expand Down

0 comments on commit 6db9cbc

Please sign in to comment.