Skip to content

Commit

Permalink
Cherry pick PR #3088: Enable black box tests. (#3137)
Browse files Browse the repository at this point in the history
Refer to the original PR: #3088

b/330355045

Co-authored-by: aee <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and aee-google authored May 2, 2024
1 parent e7c2cc7 commit be6d827
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"1",
"2",
"3",
"blackbox",
"wpt"
],
"platforms": [
Expand Down
2 changes: 1 addition & 1 deletion .github/config/linux.json
Original file line number Diff line number Diff line change
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 be6d827

Please sign in to comment.