Skip to content

Commit

Permalink
Remove evergreen test shard from evergreen-x64.json (#753)
Browse files Browse the repository at this point in the history
The Evergreen tests aren't (yet) supported for LTS branches.

The checks are passing now because the Evergreen test cases were temporarily disabled in the Evergreen test suite some time ago and #566, which re-enabled them, never made it to 24.lts.1+. The intent is more clear if we remove the evergreen test shard from the actions config, though.

b/222720328
  • Loading branch information
hlwarriner authored Jun 28, 2023
1 parent 23f5651 commit 9064255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/config/evergreen-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"docker_service": "build-linux-evergreen",
"on_host_test": true,
"bootloader": "linux-x64x11",
"on_host_test_shards": ["0", "1", "2", "3", "blackbox", "wpt", "evergreen"],
"on_host_test_shards": ["0", "1", "2", "3", "blackbox", "wpt"],
"platforms": [
"evergreen-x64",
"evergreen-x64-sbversion-15",
Expand Down

0 comments on commit 9064255

Please sign in to comment.